AIAny
AI Coding2025
Icon for item

CodexBar

Shows per-provider usage meters, credit balances, and reset countdowns for AI coding providers directly in the macOS menu bar. Privacy-first design reuses existing sessions (OAuth, cookies, API keys) and includes a CLI, widgets, live status badges, and optional cost/spend charts across 50+ providers.

Introduction

Most developers keep provider dashboards open or guess when session/weekly/monthly quotas will reset — that fragile workflow leads to interrupted long runs and surprise overages. CodexBar moves those signals into the menu bar so quota windows, reset timers, and balances are visible at-a-glance without constantly switching tabs.

What Sets It Apart
  • Always-on, per-provider meters: one small status item per provider (or a merged-icon switcher) surfaces session, hourly/5‑hour, weekly and monthly windows with live countdowns — so you can plan long tasks around actual reset times instead of guessing.
  • Multi-source, privacy-first data collection: reuses OAuth, device flows, browser cookies, CLIs, local config files, or API keys you already have; no passwords stored and most parsing happens on-device, reducing exposure while enabling richer dashboard extras when cookies are opted-in.
  • Broad provider coverage + tooling: supports a long list of coding and LLM providers (OpenAI, Claude, Codex, Gemini, Copilot, Grok, MiniMax, z.ai, AWS Bedrock, etc.), offers Admin API spend charts where available, and bundles a CLI and WidgetKit widgets for scripts, CI, and desktop integration.
  • Lightweight macOS integration: macOS 14+ native app (Swift) with Homebrew and CLI installs, small UI footprint (no Dock icon), and configurable refresh cadences for low-noise monitoring.
Who it's for & tradeoffs

Great fit if you: rely on multiple AI coding/LLM providers and want unobtrusive, always-visible quota and spend signals to schedule long runs or avoid surprise bills. It is also useful for teams that want quick at-a-glance incident/status badges and a local CLI for automation.

Look elsewhere if you: need a cross-platform GUI app (CodexBar is macOS-first, though a Linux CLI and third-party integrations exist), refuse any browser-cookie access (some provider features require opt-in cookie reads or API keys), or require deep per-request tracing and real-time token-level telemetry beyond billing/usage summaries.

Where it fits

Think of CodexBar as the small, local operations dashboard for AI developers — not a provider replacement or billing system, but the lightweight front-end that keeps quota windows and spend signals visible so you can plan work around resets and spot provider incidents without opening multiple dashboards.

Information

  • Websitegithub.com
  • AuthorsPeter Steinberger
  • Published date2025/11/16

Categories

More Items

GitHub
AI Coding2026

Explains AI coding jargon in plain English, giving concrete engineering meanings for terms like context window, tool call, and attention degradation. Structured as a browsable dictionary with pragmatic examples and guidance for developers building LLM-driven systems.

GitHub
AI Agent2026

Runs background coding agents in isolated sandboxes to autonomously handle development tasks, create pull requests, and integrate with Slack, GitHub, Linear and webhooks. Supports multiplayer sessions, multiple LLM providers, fast startup via snapshots and prebuilt images; designed for single-tenant deployments.

GitHub
AI Coding2026

Intercepts and blocks destructive git, filesystem and CLI commands before they execute when run by AI coding agents. Offers sub-millisecond hook latency, 50+ modular rule packs, heredoc/inline-script AST scanning, agent-specific integrations and configurable bypass/allow-once workflows.