Problem
Currently, the releases page only provides .dmg and .exe files. While the codebase uses Tauri and the scap crate (which supports Pipewire), there are likely UI or permission-handling gaps preventing a Linux release.
Steps to Reproduce / Technical Blockers
- When attempting to build the
desktop package on Linux (e.g., Ubuntu 24.04), what are the current blockers?
- Are there specific Tauri plugins or Rust dependencies that are currently Darwin/Windows only?
Expected Behavior
- Ability to run
pnpm build in the apps/desktop directory on a Linux environment and generate a functional binary.
- Support for Wayland/PipeWire screen capture (using the existing
scap implementation).
Environment
- OS: [e.g. Ubuntu 24.04, Fedora 40]
- Display Server: Wayland / X11
- Cap Version: v0.4.4 (Latest)
Contribution
I am happy to help test alpha builds or provide logs if a maintainer can point to a branch where Linux support is being drafted.
Problem
Currently, the releases page only provides
.dmgand.exefiles. While the codebase uses Tauri and thescapcrate (which supports Pipewire), there are likely UI or permission-handling gaps preventing a Linux release.Steps to Reproduce / Technical Blockers
desktoppackage on Linux (e.g., Ubuntu 24.04), what are the current blockers?Expected Behavior
pnpm buildin theapps/desktopdirectory on a Linux environment and generate a functional binary.scapimplementation).Environment
Contribution
I am happy to help test alpha builds or provide logs if a maintainer can point to a branch where Linux support is being drafted.