A modern GitHub Releases update server for Tauri apps.
/: Installer links for each platform./update/:target/:currentVersion?: Tauri update server endpoint. Returns the latest release if no current version is specified./installer/:platform/:releaseId: Downloads an installer file (e.g..dmgor.msi)./bundle/:platform/:releaseId: Downloads a Tauri update bundle.
Tauri Chipmunk is configured with three environment variables:
GITHUB_TOKEN: A GitHub personal access token with repository Contents (read) permissions.REPO_OWNER: The owner of the repository.REPO_NAME: The name of the repository.
Configure Tauri's update plugin as documented, and use the following URL template:
"endpoints": [
"https://your.updater.example.com/update/{{target}}/{{current_version}}"
]pnpm install
pnpm cf-typegen
pnpm dev