> 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.md•Tauri 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
> related_skills --same-repo
> Nix Dev Shells with direnv
Auto-activate reproducible dev environments with Nix flakes and direnv.
> Dagger with GitHub Actions
Run Dagger CI/CD pipelines in GitHub Actions for portable, testable builds.
> Bun + Hono API
Build fast APIs with Bun runtime and Hono framework.
> Deno Fresh Framework
Build full-stack web apps with Fresh on Deno. Islands, routes, and zero runtime overhead.
┌ stats
installs/wk0
░░░░░░░░░░first seenMar 18, 2026
└────────────