Releases: majiayu000/quotabar
Release list
QuotaBar v0.4.1
QuotaBar v0.4.1 is an unsigned release candidate built from commit 040d15da.
Installation note: These artifacts are unsigned. The macOS DMGs are not notarized and may require approval in Privacy & Security. This release is marked as a pre-release until Developer ID signing and notarization are enabled.
What changed
- Show Cursor current authenticated usage with separate Models and Other Models usage.
- Provide native bundles for Apple Silicon, Intel macOS, Windows, and Linux x64.
- Enforce version consistency across npm, Cargo, and Tauri manifests.
- Include SHA-256 manifests for every platform.
- Add an opt-in, fail-closed Developer ID signing and notarization workflow for future releases.
Downloads
- Apple Silicon Mac:
QuotaBar_0.4.1_aarch64.dmg - Intel Mac:
QuotaBar_0.4.1_x64.dmg - Windows:
QuotaBar_0.4.1_x64-setup.exeorQuotaBar_0.4.1_x64_en-US.msi - Linux x64:
QuotaBar_0.4.1_amd64.AppImage
Build workflow: https://github.com/majiayu000/quotabar/actions/runs/33417206476
QuotaBar v0.4.0
QuotaBar v0.4.0 adds Grok Build monitoring, Codex weekly API-equivalent value estimates, and independent provider trays. It also fixes Grok value accounting to use ccstats per-inference pricing with exact billing-window timestamps.
Installation note: These artifacts are unsigned. The macOS DMG is not notarized and may require approval in Privacy & Security.
What's Changed
- Clarify provider panel status and usage hierarchy by @majiayu000 in #74
- Refine quota panel information hierarchy by @majiayu000 in #76
- feat: add Grok Build quota tracking by @majiayu000 in #77
- Add Codex weekly API-equivalent value estimate by @majiayu000 in #72
- Deploy landing page to GitHub Pages by @majiayu000 in #80
- Show Codex weekly value against official 7-day window by @majiayu000 in #78
- Estimate SuperGrok pool API-equivalent value by @majiayu000 in #79
- Harden local quota and background tray behavior by @majiayu000 in #82
- Keep multiple provider trays visible on macOS 26 by @majiayu000 in #83
- Refactor footer status updates into a focused hook by @majiayu000 in #85
- release: make Grok value trustworthy for v0.4.0 by @majiayu000 in #88
Full Changelog: v0.3.1...v0.4.0
macOS Downloads
- Apple Silicon (M1 and newer):
QuotaBar_0.4.0_aarch64.dmg - Intel Mac:
QuotaBar_0.4.0_x64.dmg
Linux Download
- Linux x64:
QuotaBar_0.4.0_amd64.AppImage
QuotaBar v0.3.1
Highlights
- Adds a validated Codex weekly quota pace projection using ccstats local usage snapshots and the official weekly quota window.
- Shows projected usage at reset, pace risk, and estimated depletion time when the local snapshot is fresh and compatible.
- Rejects stale, cross-window, or divergent snapshots instead of showing misleading projections.
- Hardens concurrent Codex quota refreshes, account-scoped caching, provider switching, tray updates, and local cost caching.
Downloads
- macOS arm64 DMG
- Windows x64 MSI
- Windows x64 NSIS setup EXE
macOS notice
The macOS artifact is unsigned and not notarized. macOS may require approval in Privacy & Security before first launch.
SHA-256
- DMG: d241a0df668d20a69c70e30b6a5e3099cda8ed3aa50bfab578b6b55dc7de3e3f
- MSI: 635e73b51caf0bfd576da6846f84a6fd83726ba47ff239ad4d0e842a8701ff84
- EXE: 82f7973c733e047611e0a0bfe399c88a5bfd33e09c1afbbcf20e505419e6fcb3
Built from main commit c8b82af. CI passed 350 frontend tests and 44 Rust tests.
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.