All your AI limits, right in your menu bar.
Track the exact metrics and subscriptions that matter to you. See what they cost, know before you run out, and never get cut off by surprise.
macOS 15+ · Free and open source · or brew install --cask openusage
See what Claude, Codex, Cursor and Grok cost today, yesterday or over 30 days, all in one ring.
Pace markers and flame warnings tell you when you're burning too fast, and exactly when you'll hit the wall.
Star up to two metrics per provider. Just look up and know where you stand.
Turn providers and metrics on or off, drag them into order, and tuck the rest behind a tap.
Track several Claude and Codex accounts side by side, with usage history synced over iCloud.
It reads the credentials already on your Mac, and hides your numbers while you share your screen.
Think of it like a weather station. OpenUsage does all the measuring. Your status line, your editor, your agents? They just read the forecast through a local API or the openusage command. No tokens, no auth, no setup.
$ curl localhost:6736/v1/limits
$ openusage claude
{
"schema": "openusage.limits.v1",
"providers": {
"claude": {
"displayName": "Claude",
"plan": "Team 5x",
"stale": false,
"resources": {
"weekly": {
"kind": "consumption",
"unit": "percent",
"used": 64,
"limit": 100,
"remaining": 36,
"resetsAt": "2026-09-26T15:00:00.000Z"}
}
}
},
"errors": []
}A native macOS app built with Swift and SwiftUI. Jump in, fix a bug, or add a provider. Every contribution makes it better for everyone.
AI educator who helps businesses put AI to work: automate the emails, content, and reports nobody wants to do, and build the simple tools their customers need.
Machine learning engineer who also ships macOS menu bar apps and Homebrew tools. Most of my public work is small utilities that fix everyday developer friction.
Software engineer with a long habit of open-source side projects: dotfiles, parsers, small games, and benchmarks when something needs measuring.
Requires macOS 15+ · v0.7.12· MIT License