Skip to content

QuotaBar v0.2.0

Choose a tag to compare

@majiayu000 majiayu000 released this 06 Jul 11:31
· 129 commits to main since this release
0eaf408

First public QuotaBar release.

QuotaBar is a Tauri v2 menubar app for monitoring Claude Code, Codex, Cursor, and Antigravity usage, with local cost estimates from on-device logs.

Highlights

  • Claude, Codex, Cursor, and Antigravity provider panels.
  • Per-provider tray indicators and tray visibility controls.
  • Local cost summaries for today, week, and month.
  • Read-only provider auth handling; QuotaBar does not manage provider login flows.
  • Release artifact workflow, project security/contribution docs, and restricted Tauri CSP.

Downloads

  • macOS Apple Silicon: QuotaBar_0.2.0_aarch64.dmg
  • Windows MSI: QuotaBar_0.2.0_x64_en-US.msi
  • Windows NSIS installer: QuotaBar_0.2.0_x64-setup.exe
  • Checksums: SHA256SUMS.txt

Important Notes

  • These builds are not code-signed or notarized. macOS may show Gatekeeper warnings.
  • QuotaBar reads local provider auth state and local usage logs; do not share screenshots or bug reports containing tokens, cookies, sessions, or account identifiers.
  • Antigravity quota tracking currently reports provider availability only; quota windows are pending provider support.

Verification

Local verification before release:

  • npm test
  • npm run build
  • cargo fmt --manifest-path src-tauri/Cargo.toml --check
  • cargo check --manifest-path src-tauri/Cargo.toml
  • cargo test --manifest-path src-tauri/Cargo.toml
  • npm run tauri build -- --bundles app

GitHub Actions:

  • Main CI run 28787665222 passed.
  • Release Artifacts run 28787845735 passed and produced the uploaded assets.