Skip to main content
Download

Latest desktop release, without sending users through GitHub first

Click the platform you want and the website resolves the latest installer directly from the current GitHub release assets.

Current delivery model

The page fetches the latest release metadata and resolves the exact Tauri asset names for the current macOS `.dmg` and Windows `.exe` installers.

Future delivery model

Serve platform-aware downloads from your own domain once version management matures.

Why this matters

Users get a cleaner path from your domain to the installer, and you keep room for account-based entitlements later.

Release source

Direct installers first, release page second

If asset lookup fails, the buttons fall back to the latest GitHub release assets for `v0.5.7a11` instead of breaking.