Skip to content

CrossUsage v1.0.9

Choose a tag to compare

@barramee27 barramee27 released this 23 May 06:53
· 76 commits to feat/linux-windows-native-support since this release

CrossUsage v1.0.9

Stable release on feat/linux-windows-native-support: upstream OpenUsage v0.6.24 parity plus Linux/Windows tray app, usage history, multi-account, and native keyring support.

Highlights

  • Linux: .deb installer (includes crossusage-cli in /usr/bin when packaged).
  • Windows: NSIS installer + portable onefile .exe (no extra DLLs to copy; WebView2 Runtime still required).
  • CLI: portable bundles — Linux .tar.gz, Windows .zip, macOS .tar.gz (darwin arm64 from CI).
  • In-app updates: latest.json + .sig for .deb and NSIS setup (tray Restart to update). Onefile portable is manual download only.

Windows notes

  • Antigravity CLI (agy): sign in with agy first; credentials live in Credential Manager as gemini:antigravity.
  • Notification test / alert sound: On some systems a Command Prompt or PowerShell window may flash briefly when playing the test sound. This is the OS running the sound helper, not malware. If it still happens on the latest build, use the in-app notification without sound or install via NSIS and report your Windows version.

Updater signing (maintainers)

Private key is not in the repo. For CI releases, set GitHub Actions secrets:

  • TAURI_SIGNING_PRIVATE_KEY — contents of .tauri/crossusage.key
  • TAURI_SIGNING_PRIVATE_KEY_PASSWORDcrossusage (or your chosen password if you regenerate keys)

Assets

File Use
crossusage_1.0.9_amd64.deb Linux install (sudo dpkg -i)
crossusage_1.0.9_x64-setup.exe Windows installer
crossusage_1.0.9_windows_amd64_onefile.exe Windows portable (single file)
crossusage-cli_1.0.9_linux_amd64.tar.gz CLI-only Linux
crossusage-cli_1.0.9_windows_amd64.zip CLI-only Windows
crossusage-cli_1.0.9_darwin_arm64.tar.gz CLI-only macOS (Apple Silicon)
latest.json + *.sig In-app updater (installer builds)

Full changelog: CHANGELOG.md

Compare: v1.0.8…v1.0.9