Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Tank

Claude Tank Icon

Your Claude plan usage monitor for Windows.

🌐 Language: English | 日本語 | Deutsch | 한국어 | Français


Claude Tank is a lightweight Windows system tray app that monitors your Claude Pro/Max/Team plan usage limits in real-time.

No more surprise rate limits — see your 5-hour and 7-day remaining capacity at a glance.

Features

  • Dual gauge tray icon — 5h and 7d remaining shown as color-coded bars
  • Cyber-themed dashboard — click the tray icon for a tank-style gauge popup
  • Auto-login — log in to claude.ai in the built-in browser, cookies detected automatically
  • Background polling — usage updates every 1/3/5 minutes (configurable)
  • Threshold alerts — independent 5h and 7d alerts when remaining drops below a set level
  • Encrypted credentials — session key stored with Windows DPAPI
  • Auto-start — optional launch on Windows startup
  • Multilingual — English, Japanese, German, Korean, French (auto-detected from OS)
  • Tiny — ~2MB exe, ~20MB RAM, no installer needed

Requirements

  • Windows 10 (1903+) or Windows 11
  • Microsoft Edge WebView2 Runtime — usually pre-installed on Windows 11, but not guaranteed. If the app fails to start, install the Evergreen Standalone Installer from the link.

Quick Start

  1. Download claude-tank.exe from Releases
  2. Run it — a browser window opens for claude.ai login
  3. Log in normally (Google, email, SSO)
  4. Done! The tray icon shows your usage gauges

How It Works

Claude Tank uses the same internal API as browser extensions like claude-counter and Usage4Claude:

GET https://claude.ai/api/organizations/{orgId}/usage

Session cookies are obtained via an embedded WebView2 window — same approach as Usage4Claude on macOS.

Building from Source

Requirements: Rust (stable)

cargo build --release
# Output: target/release/claude-tank.exe (~2MB)

Tech Stack

Component Technology
Tray icon tray-icon — pixel-rendered, dynamic
Dashboard wry — WebView2, HTML/CSS/JS
HTTP ureq
Encryption Windows DPAPI
Win32 windows crate

License

MIT

Author

Quatrex@QuatrexEX

About

Claude Tank — Your Claude plan usage monitor for Windows taskbar. By Quatrex.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages