OpenUsage Community is a lightweight desktop app that pulls your usage and quota from 25+ AI coding services — Claude, Copilot, Cursor, Codex, Gemini, Grok and more — and shows them together in your menu bar or system tray, so you never have to open a single provider dashboard to know where you stand.
It is an independent, community-maintained continuation of the original OpenUsage project. The community fork was created after the original moved toward a Swift / macOS-first direction; this version keeps a cross-platform footing (Tauri + Rust + TypeScript) with strong Linux support.
If you pay for more than one AI coding tool, your spend and your limits are scattered across separate dashboards. By the time you notice you're about to hit a cap — or that a subscription is barely used — you've already lost the context. OpenUsage Community collapses all of that into one always-available panel: progress bars, badges, and clear labels, "no mental math required." It's the kind of small utility that quietly saves you from rate-limit surprises mid-session.
127.0.0.1:6736, so you can script against your usage data or feed it into other tools.Under the hood it's a Tauri application: a Rust backend that talks to each provider's usage API, with a TypeScript front end for the panel (WebKitGTK handles rendering on Linux). Because each provider is a plugin, the app queries them independently and renders the results as a single dashboard. The same data is exposed on the local API endpoint, so the menu-bar UI and any script you write are reading from the same source.
Prebuilt binaries are available for macOS (Apple Silicon and Intel) and Linux (AppImage, .deb, .rpm, installable via apt / dnf). Windows support is on the roadmap. Grab a release from the GitHub repo:
Reach for it if you juggle several AI coding subscriptions and want a single, glanceable source of truth for limits and usage. It's less useful if you're all-in on exactly one tool whose own dashboard you already watch — though even then, the CSV/Excel export and local API can be handy for tracking spend over time. As with any tool that reads your provider accounts, review which credentials each plugin needs before enabling it.