QuotaBar v0.2.0
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 testnpm run buildcargo fmt --manifest-path src-tauri/Cargo.toml --checkcargo check --manifest-path src-tauri/Cargo.tomlcargo test --manifest-path src-tauri/Cargo.tomlnpm run tauri build -- --bundles app
GitHub Actions:
- Main CI run
28787665222passed. - Release Artifacts run
28787845735passed and produced the uploaded assets.