Releases
The release workflow runs on v* tags. It uses Ubuntu 24.04, Node 22, Rust stable, the Linux Tauri dependencies, and cargo tauri build.
The workflow publishes the Linux .deb and .AppImage files from:
src-tauri/target/release/bundle/
Before tagging a release, run npm run check and cargo test --workspace, review the platform limitations, and verify that the release notes do not imply Wayland movement or unimplemented XRandR support. The current release workflow does not publish a macOS or Windows installer.