Skip to content

Install & Build

Download a release

For regular users, download packages from GitHub Releases:

Choose the package for your platform:

PlatformRecommended 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:dev

Build the desktop app

bash
npm run tauri:build

Platform-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:dmg

Quality check

bash
npm test

If tests fail, fix the failing cases before publishing.

Released under AGPL-3.0-only.