Skip to main content
Development requires both the JavaScript frontend toolchain and the Rust/Tauri platform toolchain. The released app does not require these tools.

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.
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

The frontend development server runs at 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.