Skip to content

tauri-plugin-hotswap

Open-source OTA updates for Tauri v2. Push frontend fixes to your users in minutes β€” no app store, no rebuild.

Signed bundles

Every update is verified with minisign before extraction. No unsigned code ever reaches your users.

Auto-rollback

If an update isn’t confirmed healthy, the next launch automatically reverts to the last known-good version.

Self-hosted

Bring your own CDN, S3, or any HTTPS endpoint. No vendor lock-in, no third-party dependencies.

Zero downtime

Download in the background, activate when ready. Split download and apply for seamless UX.


  1. Configure the plugin in your Tauri app β†’ Configuration
  2. Set up your update endpoint β†’ Server Contract
  3. Build & sign your first bundle β†’ Creating Bundles
  4. Wire the frontend API β†’ API Reference