Install & Build
Download a release
For regular users, download packages from GitHub Releases:
Choose the package for your platform:
| Platform | Recommended file |
|---|---|
| Windows | .msi or .exe (NSIS), or a portable build |
| macOS | .dmg |
| Linux | .deb or .AppImage |
Run from source
Requirements:
- Node.js 18+
- Stable Rust toolchain
- WebKitGTK and other Tauri runtime dependencies on Linux
bash
npm install
npm run tauri:devBuild the desktop app
bash
npm run tauri:buildPlatform-specific commands are also available:
bash
npm run tauri:build:msi
npm run tauri:build:nsis
npm run tauri:build:deb
npm run tauri:build:appimage
npm run tauri:build:dmgQuality check
bash
npm testIf tests fail, fix the failing cases before publishing.