Prerequisites
- Node.js 20 or later.
- Rust 1.77.2 or later with Cargo.
- Corepack and the repository-pinned pnpm
10.28.2. - Git and platform-specific Tauri dependencies.
- Windows
- macOS
- Ubuntu / Debian
Install Microsoft C++ Build Tools with the MSVC workload and WebView2.
Run from source
1
Clone the repository
2
Activate pinned pnpm
3
Install dependencies
4
Start Tauri development
http://localhost:1420; the debug Harness
service defaults to 127.0.0.1:3081. Debug data is isolated from the release app.
pnpm dev starts only Vite. Use pnpm tauri dev when testing native commands,
runtime installation, service lifecycle, windows, or updater behavior.