See your usage at a glance from your menu bar. No digging through dashboards.
Disclaimer: PaceBar is an independent fork of OpenUsage by Robin Ebers — not endorsed by or affiliated with the upstream project.
Download the latest release (macOS — Apple Silicon & Intel; Windows — x64)
The app auto-updates. Install once and you're set.
PaceBar lives in your menu bar and shows you how much of your AI coding subscriptions you've used. Progress bars, badges, and clear labels. No mental math required.
- One glance. All your AI tools, one panel.
- Always up-to-date. Refreshes automatically on a schedule you pick.
- Global shortcut. Toggle the panel from anywhere with a customizable keyboard shortcut.
- Lightweight. Opens instantly, stays out of your way.
- Plugin-based. New providers get added without updating the whole app.
- Local HTTP API. Other apps can read your usage data from
127.0.0.1:6736. - Proxy support. Route provider HTTP requests through a SOCKS5 or HTTP proxy.
- Amp / free tier, bonus, credits
- Antigravity / all models
- Claude / session, weekly, extra usage, local token usage (ccusage); multi-profile via claude-code-profiles
- Codex / session, weekly, reviews, credits
- Copilot / premium, chat, completions
- Cursor / credits, total usage, auto usage, API usage, on-demand, CLI auth
- Factory / Droid / standard, premium tokens
- Gemini / pro, flash, workspace/free/paid tier
- JetBrains AI Assistant / quota, remaining
- Kiro / credits, bonus credits, overages
- Kimi Code / session, weekly
- MiniMax / coding plan session
- OpenCode Go / 5h, weekly, monthly spend limits
- Windsurf / prompt credits, flex credits
- Z.ai / session, weekly, web searches
Community contributions welcome.
Want a provider that's not listed? Open an issue.
PaceBar is maintained by @cbnsndwch. The project is open source and community-driven — issues, pull requests, and new provider plugins are all welcome.
Plugins are currently bundled as the API stabilizes; they will become loadable from outside the app once that work lands.
- Add a provider. Each one is just a plugin. See the Plugin API.
- Fix a bug. PRs welcome. Provide before/after screenshots.
- Request a feature. Open an issue and make your case.
Keep it simple. No feature creep, test your changes.
Inspired by CodexBar by @steipete. Same idea, very different approach.
Originally based on OpenUsage by Robin Ebers.
Build from source
Warning: The
mainbranch may not be stable. It is merged directly without staging, so users are advised to use tagged versions for stable builds. Tagged versions are fully tested whilemainmay contain unreleased features.
Tauri v2 (Rust + React + TypeScript), Vite, Tailwind v4, Bun.
- Both: Rust stable (1.88+), Bun.
- macOS: Xcode Command Line Tools.
- Windows: "Desktop development with C++" workload from Visual Studio Build Tools (provides MSVC). WebView2 runtime is preinstalled on Windows 11.
bun install
bun run tauri devbun run tauri buildArtifacts land under src-tauri/target/release/bundle/ (.dmg/.app on macOS; .msi and NSIS .exe on Windows).