ClaudePace
A macOS menu-bar widget that shows how fast a Claude Code session is burning its five-hour usage window (as a calibrated band, not a fake percentage).
Claude Code’s usage caps are opaque, and the five-hour window isn’t a stable token count: my own cap-hits at the same “100%” varied by a factor of 6.6. A percentage gauge would be lying. So the widget draws an early-warning band calibrated from my actual cap-hit history and overlays exact server-side numbers when they’re available.
It reads local session transcripts plus a read-only usage poll, handles multiple accounts, and tracks Codex quota too. Pure-stdlib Python behind a SwiftBar frontend; nothing leaves the machine.