Local build
pnpm tauri build invokes the configured frontend build before compiling and bundling
the Rust application. Platform bundles can only be built on compatible operating
systems and require their native signing tools.
CI artifacts
The current public release isv0.9.2 (2026-08-28). Its Release page provides these actual files:
These files establish the distribution coverage of the current release; do not infer support for architectures that are not listed.
Release flow
1
Prepare the version
Align package and Tauri metadata, release notes, and user-facing documentation.
2
Run quality gates
Complete frontend type checking, linting, Vitest, and the cross-platform Rust matrix.
3
Build platform artifacts
The release workflow fans out to Windows, macOS architectures, and Ubuntu 22.04.
4
Verify trust metadata
macOS jobs validate signing, stapling, and Gatekeeper assessment. Apply equivalent
verification for other signed artifacts.
5
Publish the GitHub release
Finalization gathers artifacts and publishes the release for a
v* version.