SoundChex on Linux

Coming soon — web app works today

The Linux desktop app hasn't shipped yet. The build is documented and produces .deb, .rpm and .AppImage — but it hasn't been through real use, and the badge stays honest until it has.

Using SoundChex on Linux now

  • The web app — open http://<server-ip>:8000/app in any browser; Chromium-based browsers offer Install as app for a windowed experience.
  • The server is at home on Linux — an always-on box or home server is the natural host. See Install on Linux.

Building the client yourself

sudo apt install libwebkit2gtk-4.1-dev build-essential curl wget file \
  libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

npm run build
npm run tauri:build       # .deb, .rpm, .AppImage

Built one and used it for a week? Tell us on GitHub — real-world confirmation is what ships prebuilt packages.