Windows-focused fork of OpenUsage for tracking AI coding subscription usage from a Tauri tray app.
2
stars
366
commits
JavaScript
primary language
May 3, 2026
updated
This repository is a Windows-focused fork of robinebers/openusage.
See your usage at a glance from your tray or menu bar. No digging through dashboards.

Download the latest release (fork releases; create your first release to populate this page)
The app auto-updates. Install once and you're set.
OpenUsage lives in your tray or 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.
127.0.0.1:6736.Community contributions welcome.
Want a provider that's not listed? Open an issue.
OpenUsage is built by its users. Hundreds of people use it daily, and the project grows through community contributions: new providers, bug fixes, and ideas.
I maintain the project as a guide and quality gatekeeper, but this is your app as much as mine. If something is missing or broken, the best way to get it fixed is to contribute by opening an issue, or submitting a PR.
Plugins are currently bundled as we build our the API, but soon will be made flexible so you can build and load their own.
Keep it simple. No feature creep, no AI-generated commit messages, test your changes.
Not a single line of code in this project was read or written by hand. 100% AI-generated, AI-reviewed, AI-shipped — using Cursor, Claude Code, and Codex CLI.
OpenUsage is a real-world example of what I teach in the AI Builder's Blueprint — a proven process for building and shipping software with AI, no coding background required.
OpenUsage is supported by our sponsors. Become a sponsor to get your logo here and on openusage.ai.
Inspired by CodexBar by @steipete. Same idea, very different approach.
The short version:
npm install
npm run bundle:plugins
npm run tauri dev
For the full setup, troubleshooting, and Windows-specific instructions, see docs/running-locally.md.
This fork includes a Windows-first Codex maintenance tool:
.\tools\keep-codex-fast\Keep-CodexFast.ps1 -IncludeWsl
It inspects by default and makes no changes unless you pass -Apply. It backs up first, archives old sessions/worktrees, rotates large logs, and can also check WSL Codex state.
See tools/keep-codex-fast/README.md.
If you want to publish this repository publicly, you have two good options:
If you choose option 2, keep this section and the Fork Notice above so the upstream relationship stays explicit.
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.
npm run build:release
This fork is being adapted for Windows. The core tray app, local HTTP API, and several provider paths are now cross-platform, but some providers still rely on macOS-only credential or storage locations and will need follow-up work.
(top 30 of 38)
JavaScript
50.7%
TypeScript
32.4%
Rust
14.8%
PowerShell
1.1%
Windows-focused fork of OpenUsage for tracking AI coding subscription usage from a Tauri tray app.
2
stars
366
commits
JavaScript
primary language
May 3, 2026
updated
This repository is a Windows-focused fork of robinebers/openusage.
See your usage at a glance from your tray or menu bar. No digging through dashboards.

Download the latest release (fork releases; create your first release to populate this page)
The app auto-updates. Install once and you're set.
OpenUsage lives in your tray or 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.
127.0.0.1:6736.Community contributions welcome.
Want a provider that's not listed? Open an issue.
OpenUsage is built by its users. Hundreds of people use it daily, and the project grows through community contributions: new providers, bug fixes, and ideas.
I maintain the project as a guide and quality gatekeeper, but this is your app as much as mine. If something is missing or broken, the best way to get it fixed is to contribute by opening an issue, or submitting a PR.
Plugins are currently bundled as we build our the API, but soon will be made flexible so you can build and load their own.
Keep it simple. No feature creep, no AI-generated commit messages, test your changes.
Not a single line of code in this project was read or written by hand. 100% AI-generated, AI-reviewed, AI-shipped — using Cursor, Claude Code, and Codex CLI.
OpenUsage is a real-world example of what I teach in the AI Builder's Blueprint — a proven process for building and shipping software with AI, no coding background required.
OpenUsage is supported by our sponsors. Become a sponsor to get your logo here and on openusage.ai.
Inspired by CodexBar by @steipete. Same idea, very different approach.
The short version:
npm install
npm run bundle:plugins
npm run tauri dev
For the full setup, troubleshooting, and Windows-specific instructions, see docs/running-locally.md.
This fork includes a Windows-first Codex maintenance tool:
.\tools\keep-codex-fast\Keep-CodexFast.ps1 -IncludeWsl
It inspects by default and makes no changes unless you pass -Apply. It backs up first, archives old sessions/worktrees, rotates large logs, and can also check WSL Codex state.
See tools/keep-codex-fast/README.md.
If you want to publish this repository publicly, you have two good options:
If you choose option 2, keep this section and the Fork Notice above so the upstream relationship stays explicit.
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.
npm run build:release
This fork is being adapted for Windows. The core tray app, local HTTP API, and several provider paths are now cross-platform, but some providers still rely on macOS-only credential or storage locations and will need follow-up work.
(top 30 of 38)
JavaScript
50.7%
TypeScript
32.4%
Rust
14.8%
PowerShell
1.1%