ARCHIVED 2026-08-02 — research-house shift, part 2 (repo lockdown). Tauri auto-update endpoint for the retired desktop app (client repo archived 2026-03). The deployed Pages site keeps serving; no new builds. No successor.
The Tauri auto-update endpoint for the TunnelMind desktop app, served from Cloudflare Pages.
latest.json— the release manifest the desktop app polls: version, notes, and per-platform signed-binary URLs + minisign signatures.update.sh— cuts a new manifest after a signed build (see its header for usage; signatures come fromtauri signer sign). Commit + push and CF Pages auto-deploys._headers— serves the manifest CORS-open and uncached so every client sees the newest release immediately.