Releases: cosara22/quotadeck
Release list
QuotaDeck v1.1.1
Small follow-up to v1.1.0 (English UI):
- Window title now updates immediately when switching language with the header toggle (previously it kept the startup language until restart; tray menu strings still apply after restart)
- README now uses English-UI screenshots
Install
QuotaDeck_1.1.1_x64-setup.exe— NSIS installerQuotaDeck_1.1.1_x64-portable.zip— portable, no install
⚠️ Binaries are not code-signed yet — Windows SmartScreen will warn. Click "More info" → "Run anyway", or build from source.
QuotaDeck v1.1.0 — English UI
English UI support 🌐
The app is now fully bilingual (English / Japanese):
- All UI strings localized — board, analytics labels, tray menu, toast notifications, window title, and the VS Code status bar extension
- Automatic language detection — Japanese system locale → Japanese UI, everything else → English
- Manual override — a 日本語 / English toggle in the header, or set
"language": "ja" | "en"in%APPDATA%\QuotaDeck\config.json - Robustness:
config.jsonwith a UTF-8 BOM (as produced by PowerShell or some editors when hand-editing) no longer silently falls back to default settings
Install
QuotaDeck_1.1.0_x64-setup.exe— NSIS installerQuotaDeck_1.1.0_x64-portable.zip— portable, no install
⚠️ Binaries are not code-signed yet — Windows SmartScreen will warn. Click "More info" → "Run anyway", or build from source.
Disclaimer: unofficial community tool, not affiliated with Anthropic. See the README for the security design (token is read from disk only, never copied or sent anywhere except api.anthropic.com).
QuotaDeck v1.0.0
First public release 🃏
QuotaDeck is a Windows desktop app that gives Claude Code users a live view of their rate limits — across every account they own.
Highlights
- Live usage board — 5-hour / weekly utilization with reset countdowns, per-model breakdown, and "which account should I use now" recommendations
- Multi-account & multi-environment — tracks
/loginswitches and attributes usage across Windows + WSL (works fine with a single account too) - Correct JSONL aggregation — handles the two traps that skew most homegrown trackers: deep subagent/workflow session files (84.5% of files in our measurement) and duplicate
requestIdrows (~2.26x inflation) - Analytics — daily stacked usage, treemaps, 5-hour block calibration, weekday × hour heatmap
- Ambient status — tray residency, toast notifications, folder gauge, VS Code status bar extension
Install
QuotaDeck_1.0.0_x64-setup.exe— NSIS installerQuotaDeck_1.0.0_x64-portable.zip— portable, no install
⚠️ Binaries are not code-signed yet — Windows SmartScreen will warn. Click "More info" → "Run anyway", or build from source. See the README for details.
Disclaimer: unofficial community tool, not affiliated with Anthropic. Relies on undocumented APIs and local files that may change at any time. Tokens are read from disk only — never copied, refreshed, or sent anywhere except
api.anthropic.com.
日本語のREADMEはこちら。