See your usage at a glance from your menu/task bar. No digging through dashboards.
Tokenmaxxing is a community fork of OpenUsage by Robin Ebers. It is not affiliated with, endorsed by, or an official part of OpenUsage. The goal of this fork is to bring the app to Windows and Linux in addition to macOS. All original credit for the design and the vast majority of the code goes to the OpenUsage authors — see CREDITS.md.
| Platform | Status |
|---|---|
| macOS (Apple Silicon & Intel) | ✅ Works (inherited from OpenUsage) |
| Windows | ✅ Builds (NSIS installer via CI) — beta, feedback welcome |
| Linux | ✅ Works — deb / rpm / AppImage, verified on a live system |
The macOS dropdown uses a native NSPanel; on Windows/Linux it's a borderless always-on-top Tauri window. Port details in PORTING.md.
⬇ Latest release — pick your platform:
- Windows:
Tokenmaxxing_<version>_x64-setup.exe(SmartScreen will warn — unsigned; More info → Run anyway) - Debian/Ubuntu:
Tokenmaxxing_<version>_amd64.deb - Fedora/openSUSE:
Tokenmaxxing-<version>-1.x86_64.rpm - Any Linux:
Tokenmaxxing_<version>_amd64.AppImage(chmod +x, then run)
The app auto-updates on Windows/Linux: it checks GitHub releases every 15 minutes and updates in place (builds from v0.7.0 onward).
Fresh builds for every master push are also available as Build Desktop run artifacts (requires GitHub login). Any machine running the app — Windows or Linux — can also serve its usage to other machines via the remote web dashboard.
Tokenmaxxing lives in your menu/task bar and shows 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)
- 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
- Grok / credits used, plan, pay-as-you-go cap
- 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
- Devin / weekly quota, extra usage
- Z.ai / session, weekly, web searches
Want a provider that's not listed? Open an issue.
Tokenmaxxing is a fork of OpenUsage by Robin Ebers (MIT licensed). OpenUsage was in turn inspired by CodexBar by @steipete. Full attribution in CREDITS.md.
This fork uses a different name and icon per the upstream trademark policy: the "OpenUsage" name and logo are trademarks of Robin Ebers and are not used here.
MIT — see the license for the original copyright notice, which is retained.
Build from source
Warning: The
masterbranch may contain unreleased / in-progress (Windows/Linux) work and may not be stable.
- Tauri 2 (Rust backend + system webview)
- React 19 + TypeScript + Vite frontend
- Bun package manager
- Plugin-based providers (bundled JS plugins in
plugins/)
- Rust toolchain
- Bun
- Platform Tauri prerequisites: see https://tauri.app/start/prerequisites/
(Linux needs
webkit2gtk/libgtkdev packages; Windows needs the WebView2 runtime + MSVC build tools.)
bun install
bun run tauri dev # dev
bun run tauri build # release bundle for the current OS