Native WinUI 3 desktop app for Windows that monitors live AI token and credit usage from the system tray.
- Compact tray-first widget inspired by CodexBar
- Opens above the tray icon when restored from the Windows notification area
- Uses Windows PasswordVault for API keys and admin keys
- Polls real provider data where a trustworthy API exists
- Marks providers honestly as
real,estimated,validated-only, orunsupported - Ships as a Windows desktop
.exe
- OpenRouter: real credits from
/creditsplus key quota hints from/key - OpenAI: prefers local
~/.codex/auth.jsonand the ChatGPT/Codex usage API; API keys are a legacy fallback - Anthropic: prefers local
~/.claude/.credentials.jsonand the Claude OAuth usage API; API/admin keys are a legacy fallback - Gemini: uses explicit Gemini CLI Google OAuth, supports token refresh, and reads live quota windows; API keys are a legacy fallback
- Antigravity: local-only provider stub that detects whether the desktop runtime is running
- xAI: validated model access only, no public usage API
If you cloned the repo:
- Install the .NET 8 Desktop Runtime and Windows App Runtime.
- Double click
run-native.bat. - TokenLUV will build and open.
If you downloaded a release zip:
- Extract the zip.
- Open
TokenLuv.WinUI.exe.
run-native.bat: build and launch locallypublish-release.ps1: create a release zip.github/workflows/release-winui.yml: GitHub release workflownative/TokenLuv.WinUI: main WinUI app
.\publish-release.ps1 -Version v0.1.0