A macOS menu bar app for monitoring Claude subscription usage — session (5-hour) and weekly quotas.
- Menu bar shows two color-coded vertical bars: Session (5-hour) and Weekly (7-day)
- Optionally show a percentage in the menu bar (otherwise the Claude icon), and switch between "used" and "remaining"
- Click to open a popover with per-window usage and reset time, plus a weekly pace indicator (ahead of / behind a linear burn)
- Auto-refresh every 15 minutes + manual refresh
- Reads your existing Claude Code login — no separate sign-in
- No Dock icon — lives entirely in the menu bar
brew tap oronbz/tap && brew install --cask cousebaraOr download Cousebara.zip from the latest release, unzip, and move Cousebara.app to /Applications.
brew update && brew upgrade --cask cousebara- macOS 14.0 (Sonoma) or later
- A Claude subscription, logged in via Claude Code
Cousebara reads your Claude OAuth token from the macOS Keychain (the credentials Claude Code stores after you log in) and calls Anthropic's usage endpoint to show your Session (5-hour) and Weekly (7-day) utilization. The first read triggers a one-time macOS Keychain permission prompt — click Always Allow.
If you're not logged in to Claude Code, Cousebara shows a "Log in with Claude
Code first" prompt; run claude and sign in, then click Refresh.
| Usage | Color |
|---|---|
| 0-60% | Green |
| 60-85% | Yellow |
| 85-100% | Orange |
| 100% | Red |
- Clone the repo
- Open
Cousebara.xcodeprojin Xcode - Build and run (Cmd+R)
make release VERSION=1.6.0This bumps the version in all source files, runs tests, commits, builds a Release archive, creates a GitHub release with the zip attached, and updates the Homebrew tap formula with the new sha256. Omit VERSION= to be prompted interactively.