Windows system-tray widget for ai-usagebar (Claude/GPT/GLM/OpenRouter/DeepSeek usage).
Download
ai-usagebar-tray-win-x64.zip — unzip and run ai-usagebar-tray.exe. Self-contained (no .NET install needed). Bundles the Rust backend (ai-usagebar.exe).
What's new in v0.1.1
- Config error/status messages from the bundled backend now show the resolved Windows config path (via
directories::ProjectDirs) instead of the hard-coded Unix~/.config/...; the(chmod 600)hint is Unix-only. - The bundle is now built and packaged by CI on a native
windows-latestrunner (previously a manual cross-compile), so each release is reproducible.
Setup
Populate credentials for at least one vendor, e.g. Anthropic at %USERPROFILE%\.claude\.credentials.json (run claude once), or OpenAI/Codex at %USERPROFILE%\.codex\auth.json (run codex login once), then launch the tray. Right-click the tray icon to pick a vendor.
Screenshots
Tray icon shows the primary usage %, with a hover tooltip:
Right-click to switch vendor:
Per-vendor panels (here OpenAI / ChatGPT):
Notes
- Tray shows the primary usage %; left-click for the detail panel.
- Built natively on
windows-latest(Rustx86_64-pc-windows-msvc+ .NET 8 self-contained WinForms).



