Installation
From a GitHub Release
Section titled “From a GitHub Release”Each GitHub Release includes a prebuilt sift-tray archive alongside sift itself, for:
Linux x86_64macOS x86_64macOS aarch64There’s no prebuilt Linux aarch64 archive yet, and no Windows build at all — see Platform Support.
Download and extract it next to your installed sift binary (typically ~/.local/bin) — the same as any other release archive. install.sh doesn’t fetch it automatically yet, so this is a manual step for now.
Build from source
Section titled “Build from source”cargo build -p sift-tray --release./target/release/sift-trayOn Debian/Ubuntu, the GTK/AppIndicator headers it links against:
sudo apt-get install libgtk-3-dev libayatana-appindicator3-dev libxdo-devRunning it
Section titled “Running it”sift watch trayLaunches sift-tray explicitly and reports exactly what happened — already running, started, not installed, or spawned but never came up. See Auto-launch Behavior for the difference between this and the automatic launch watch start/resume already attempt on their own.
Related
Section titled “Related”- Overview — what the tray app does once it’s running.
