PaperRoute for Windows
There's no hosted installer yet — the MVP builds from source. A signed release will land here once the first public build ships.
build & run
- 1
Install workspace dependencies
npm install - 2
Build the tray app
npm run tauri build -w apps/desktop - 3
Or run the full local environment
python scripts/launch.py
SmartScreen notice
The current build is unsigned. Windows SmartScreen will warn on first run — choose More info → Run anyway. Code signing arrives with the first public release.