Skip to content

Auto-Updates

Kangentic checks for updates automatically so you’re always on the latest version.

The app checks for new versions every four hours via electron-updater, which looks at published GitHub Releases. When an update is available, behavior depends on your platform:

PlatformUpdate MechanismUser Action
Windowselectron-updater (NSIS)None — downloads in background, installs on next restart
macOSelectron-updaterClick “Restart to update” when prompted
LinuxNone (no built-in auto-update)Re-run npx kangentic or download from GitHub Releases

To install a specific version:

Terminal window
npx kangentic@0.2.0

The launcher version matches the app version. This downloads the exact matching release.

To roll back to a previous version, run npx kangentic@X.Y.Z with the desired version number. On Windows, the NSIS installer replaces the current version. On macOS, the .app is replaced in ~/Applications/.

  • Verify the release is published (not a draft) on GitHub
  • The app checks every four hours — restart the app to trigger an immediate check
  • On macOS, check System Settings → General → Software Update for pending restarts

Delete %LOCALAPPDATA%\Kangentic\packages\ and restart the app.