This is the Tauri app itself. For the project overview, feature list, and docs index, see the root README.
npm install
npm run tauri devClosing the window hides the app to the tray instead of quitting it — use Ctrl+C in the terminal (or the tray's "Quit" item) to actually stop the dev server. See System Tray for the full behavior.
npm run build
cd src-tauri && cargo build