Loading repository data…
Loading repository data…
falkoro / repository
Cross-platform (Windows/Linux/macOS) AI subscription usage tracker with a remote web dashboard — a community fork of OpenUsage by Robin Ebers
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Claude, Codex, Cursor, Copilot, Grok, Kimi, Z.ai… all your AI usage in your task bar. No dashboards, no tab-digging, no mental math.
The Windows + Linux build of OpenUsage. OpenUsage is a macOS menu-bar app by Robin Ebers — and it only runs on macOS. Tokenmaxxing is the community port that brings it to Windows and Linux. Not affiliated with or endorsed by OpenUsage; all original design and credit go to its authors — see CREDITS.md.
| Platform | Status |
|---|---|
| Windows | ✅ NSIS installer, auto-updates. Beta — feedback welcome. |
| Linux | ✅ deb / rpm / AppImage, auto-updates. |
| macOS | Use OpenUsage — it's native there and this fork doesn't ship a macOS build. |
The panel is a borderless, always-on-top window driven by a global shortcut. (On macOS, OpenUsage uses a native NSPanel; that code is kept but unshipped — port notes in PORTING.md.)
⬇ Latest release — pick your platform:
Tokenmaxxing_<version>_x64-setup.exe (SmartScreen warns — unsigned; More info → Run anyway)Tokenmaxxing_<version>_amd64.debTokenmaxxing-<version>-1.x86_64.rpmTokenmaxxing_<version>_amd64.AppImage (chmod +x, then run)It auto-updates: checks GitHub releases every 15 minutes and updates in place. Fresh per-commit builds are also published as Build Desktop artifacts (requires GitHub login).
Tokenmaxxing lives in your task bar and shows how much of each AI subscription you've burned — progress bars, plan badges, and pace indicators that warn you before you run dry.
127.0.0.1:6736.Amp · Claude · Codex · Copilot · Cursor · Devin · Factory / Droid · Grok · JetBrains AI Assistant · Kimi Code · Kiro · MiniMax · OpenCode Go · Perplexity · Synthetic · Z.ai
Missing one? Open an issue. (Antigravity is ported but macOS-only for now — pending a cross-platform auth path.)
A fork of OpenUsage by Robin Ebers (MIT), itself inspired by CodexBar. Full attribution in CREDITS.md. Per the upstream trademark policy, the "OpenUsage" name and logo are not used here — different name, different icon.
MIT — the original copyright notice is retained.
Warning:
mastermay contain unreleased Windows/Linux work and may be unstable.
Stack: Tauri 2 (Rust + system webview) · React 19 + TypeScript + Vite · Bun · plugin-based providers (plugins/).
Prerequisites: Rust, Bun, and your platform's Tauri prerequisites (Linux: webkit2gtk/libgtk dev packages; Windows: WebView2 runtime + MSVC build tools).
bun install
bun run tauri dev # dev
bun run tauri build # release bundle for the current OS