Skip to content

Releases: majiayu000/quotabar

QuotaBar v0.4.1

Choose a tag to compare

@majiayu000 majiayu000 released this 31 Aug 17:15
040d15d

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.exe or QuotaBar_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

Choose a tag to compare

@majiayu000 majiayu000 released this 31 Aug 07:39

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

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

Choose a tag to compare

@majiayu000 majiayu000 released this 22 Aug 07:09
c8b82af

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

Choose a tag to compare

@majiayu000 majiayu000 released this 06 Jul 11:31
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.