Skip to content

Releases: EaeDave/ai-usagebar

ai-usagebar tray for Windows v0.1.1-tray

Choose a tag to compare

@github-actions github-actions released this 06 Jun 15:55
eb56e17

Windows system-tray widget for ai-usagebar (Claude/GPT/GLM/OpenRouter/DeepSeek usage).

Anthropic panel

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-latest runner (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:

Tray icon and tooltip

Right-click to switch vendor:

Vendor menu

Per-vendor panels (here OpenAI / ChatGPT):

OpenAI panel

Notes

  • Tray shows the primary usage %; left-click for the detail panel.
  • Built natively on windows-latest (Rust x86_64-pc-windows-msvc + .NET 8 self-contained WinForms).

ai-usagebar tray for Windows v0.1.0

Choose a tag to compare

@EaeDave EaeDave released this 04 Jun 21:16

Windows system-tray widget for ai-usagebar (Claude/GPT/GLM/OpenRouter/DeepSeek usage).

Anthropic panel

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).

Hotfix

  • Rebuilt the bundle from main after 002c576.
  • Fixed a Windows tray issue where clicking Refresh now while OpenAI/Codex was still fetching could spawn a second backend process and show openai: cache lock timeout after 45s.
  • Added a backend process timeout so a stuck ai-usagebar.exe child process is cleaned up instead of leaving the tray in loading... indefinitely.

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:

Tray icon and tooltip

Right-click to switch vendor:

Vendor menu

Per-vendor panels (here OpenAI / ChatGPT):

OpenAI panel

Notes

  • Binaries cross-compiled (Rust x86_64-pc-windows-gnu + .NET self-contained).
  • Tray shows the primary usage %; left-click for the detail panel.