Honestly drives me crazy that CC doesnt show this on the bottom status bar a simple percentage “Weekly Quota Left: 99%” would be useful. Also noticed and idk if it was me or some mishap, a lot of my Claude sessions were not autocompacting, maybe its /loops fault not sure, but it made sense why I finally reached my weekly limit so insanely quickly recently.
Show HN: macOS menu bar gauges for your Claude Code quota
31–40 of 49 posts
Their documentation explains how to customize CC statusline and display the quotas: https://code.claude.com/docs/en/statusline#rate-limit-usage
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#32What is benefit of this over https://github.com/steipete/codexbar?
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#33What is benefit of this over https://github.com/steipete/codexbar ?
It's literally a single file that only supports multiple Claude instances :) so I guess simplicity
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#34how does this pull the quota data? reading from the CC process output or is there an actual API for it?
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#35lol how many of these things are there. I've been using https://github.com/f-is-h/usage4claude which includes Codex usage (I use Claude and Codex).
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#36Codexbar app and ccstatusline
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#37> curl -fsSL https://raw.githubusercontent.com/grzegorz-raczek-unit8/clau... | bash Can we stop with this way of installing things? This is already on brew and it’s a menu bar app. Just let me download it instead of executing some arbitrary bash script When did this trend start?
Funny you should mention homebrew in this complaint.
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#38I use CodexBar, which supports more providers: https://github.com/steipete/codexbar
Something has gone haywire with that one recently and it constantly freezes and crashes.
I've forked it so that I can see the old cursor 500 requests plan and haven't merged any of their changes after that for the last few months.
Seems to me the way to go with these apps that keep pushing daily updates.
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#39[dead]
Re: Show HN: macOS menu bar gauges for your Claude Code quota
#40Created the same tool some time ago for Codex and Claude code: showing percents for both in the menu bar and detailed stats when you click on it. Using it literally every day, feel free to try: https://github.com/max2697/RateLimited
Feedback greatly appreciated!