I built a menu-bar utility for Claude Code users who want to view their remaining token headroom without checking the web dashboard. It polls the Anthropic usage API (not the chat API, so no tokens are spent) and displays your remaining capacity with burn-rate indicators.
v1.3 adds dollar-based subscription tracking: see what percentage of your monthly subscription you've actually used, track extra usage spend in real time, and get tier recommendations based on your usage patterns (overpaying? underpowered? forgotten subscription?). All computed locally — nothing leaves your machine.
Zero config — reads OAuth credentials directly from macOS Keychain (from your existing Claude Code login). Pure Swift/SwiftUI, no dependencies.
Install: brew install rajish/tap/cc-hdrm