UsageTray is a Windows tray app for tracking AI coding subscription usage in one place.
This repository is an unofficial Windows-focused fork of OpenUsage. It is not affiliated with, endorsed by, or an official part of the original OpenUsage project.
- Windows-only fork
- Tested locally with both Codex and Claude Code
- Windows providers: Antigravity, Claude, Codex, Copilot, Cursor, Factory / Droid, Windsurf, Z.ai
- Full provider matrix: docs/providers/windows-compatibility-matrix.md
- Manual updates through GitHub releases
Download the latest release (Windows x64)
If you don't want to install the binary, or you want to develop on the project, you can run it from source with these steps:
- Clone the repo
- Install Deps: Make sure you have rust (with cargo) installed, and bun
- Restore packages:
bun install - Run in dev mode with hot reload:
bun run tauri dev
UsageTray lives in your Windows tray and shows usage data for supported AI coding tools in a single popup panel.
- One-glance usage visibility across supported providers
- Automatic refresh on a configurable schedule
- Global shortcut support
- Single-popup tray UI
- Local plugin-based provider architecture
- Local HTTP API on
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
- 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
OpenUsage is a trademark of Robin Ebers. This project uses the OpenUsage name only to identify the upstream project it was forked from.
Contributions are welcome for Windows provider support, shell behavior, and packaging improvements.