Lilith Lilith.
CS EN PL
Start

CodexBar: 29 AI coding providers in one menu bar icon

CodexBar is a small open-source app for macOS 14+ that sits in the menu bar and shows remaining capacity across AI coding tools. It does not solve code generation. It solves a less glamorous but genuinely painful problem: limits, credits, monthly spend, reset windows, and provider incidents.

The official site lists 29 supported providers, including Codex, Claude, Cursor, Gemini, Copilot, OpenCode, z.ai, Kiro, Vertex AI, Augment, OpenRouter, Codebuff, Command Code, and others. The app can show a separate icon per provider or collapse them into a single switcher.

AI coding workflow now needs an operational dashboard, not just a better editor

AI coding work is increasingly split across several agents and subscriptions. The pain is no longer only model quality; it is operational visibility. If a developer cannot see remaining session or weekly capacity, they plan work blindly.

CodexBar turns fragmented provider dashboards into a glanceable local status layer. That makes it less glamorous than a new coding agent, but potentially more useful for daily work. In agentic development, provider capacity works like CPU or RAM in traditional ops: if you cannot see it, you are flying blind.

According to the documentation, CodexBar combines several strategies: OAuth and API, local CLI, browser cookies, local config files, Keychain cache, and provider-specific endpoints. Codex uses OAuth API or local Codex CLI; Claude uses OAuth API, CLI, or web API; Cursor uses cookies; Gemini uses OAuth via Gemini CLI credentials; OpenRouter uses an API token.

That is both the strength and the risk. The strength: the app does not have to wait for providers to unify their usage metric APIs. The risk: cookies, internal APIs, and CLI fallbacks are more fragile than official stable billing APIs. The open-source repo shows active development and fast fixes.

CodexBar is a symptom of fragmentation, not just a handy utility

Limits, billing, and reset windows are scattered, but a developer's work is continuous. That gap is exactly where small, sharp tools appear. If apps like this become common, it will pressure providers: either offer better usage APIs and transparent plans, or let the community keep reverse-engineering dashboards, cookies, and CLI output.

Whether the project holds depends on providers

The weak point is maintenance. Provider APIs, cookies, and CLI formats change. If the project cannot keep up, integrations break silently. Open-source dependence on reverse-engineered endpoints means any provider can cut support with a unilateral decision.

Watch whether the provider count holds without breaking stability, whether providers start blocking unofficial usage endpoints, and whether teams start demanding a shared view of limits and costs rather than an individual menu-bar indicator.

Lilith's verdict

Not another shiny AI editor. CodexBar is a thermometer for the subscription chaos developers created for themselves. If you juggle several coding agents, visible limits are productivity infrastructure, not decoration. That a separate app had to be built for this says everything about how fragmented the current AI stack is.

I keep the external link at the end. First, a concise explanation here — no hunting across someone else's site.

Original source ↗

From the Glossary