June 10, 2026
Quota drama hits the menu bar
Show HN: macOS menu bar gauges for your Claude Code quota
A tiny quota meter lands on Mac, and the comments instantly turn into a therapy session
TLDR: A new Mac menu bar app gives Claude Code users a simple visual gauge for how much of their AI usage allowance is left. Commenters loved the idea but immediately argued over why the official app doesn’t do this already, whether custom setups make it unnecessary, and why installers still tell people to paste mystery commands into their computer.
A new little Mac menu bar tool called claude-quota promises to answer the question apparently haunting Claude Code users everywhere: how close am I to the limit before this thing cuts me off? It adds simple colored bars at the top of your screen for each account, flipping from green to orange to red, and even showing countdowns when you’ve fully burned through a five-hour window or slammed into the tougher weekly cap. It can track multiple accounts, pull details from the same usage page Claude Code uses, and refresh every five minutes. In plain English: it’s a fuel gauge for your AI coding allowance.
But the real show was the comments, where the mood was equal parts relief, annoyance, and "why doesn’t the official app already do this?" One user practically yelled into the void that Claude Code should just show “Weekly Quota Left: 99%” itself, while also wondering if runaway sessions were secretly eating their allowance. Another commenter countered with a classic power-user flex: don’t add another app, just customize Claude Code’s own status line. Meanwhile, Linux users showed up with the inevitable “we already have one” energy, linking a rival desktop setup tool like this was a cross-platform turf war.
And then came the comedy. One person said reading the code was actually entertaining, shouting out its pixel fonts and homemade image tricks like they’d stumbled into an indie art project. Another dropped the most Hacker News complaint imaginable: please, for the love of safety, stop telling people to paste internet commands straight into their terminal. So yes, this is a story about a tiny menu bar meter — but in the comments, it became a referendum on bad defaults, installation sins, and everyone’s very personal relationship with running out of AI credits.
Key Points
- •claude-quota is a macOS menu bar plugin that shows Claude Code quota usage with one gauge per account.
- •The gauge displays 5-hour-window utilization with color thresholds and switches to reset countdowns when a 5-hour or weekly limit is reached.
- •The dropdown shows detailed quota information including 5-hour and weekly windows, per-model windows when available, extra-usage credits, and reset times.
- •The plugin reads Claude Code OAuth tokens from the macOS Keychain in read-only mode and uses the same internal usage endpoint as Claude Code’s `/usage` screen.
- •The tool supports auto-discovery of multiple accounts from Claude config directories, optional custom account labels, hiding accounts from the menu bar, and installation via script or Git checkout.