> Tauri Auto-Updater

Ship OTA updates for Tauri desktop apps with built-in updater and code signing.

fetch
$curl "https://skillshub.wtf/skillshub-team/catalog-batch5/tauri-updater?format=md"
SKILL.mdTauri Auto-Updater

Tauri Auto-Updater

cargo add tauri-plugin-updater
npm install @tauri-apps/plugin-updater

Check & Install Updates

import { check } from "@tauri-apps/plugin-updater";
import { relaunch } from "@tauri-apps/plugin-process";
const update = await check();
if (update) {
    await update.downloadAndInstall();
    await relaunch();
}

Config

{ "plugins": { "updater": {
    "endpoints": ["https://releases.myapp.com/{{target}}/{{arch}}/{{current_version}}"],
    "pubkey": "YOUR_PUBLIC_KEY" } } }

Generate Keys

npm run tauri signer generate -- -w ~/.tauri/myapp.key

┌ stats

installs/wk0
░░░░░░░░░░
first seenMar 18, 2026
└────────────

┌ tags

└────────────