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 Agent2026

Manages real tmux-backed terminals and AI agents as draggable nodes on an infinite pan/zoom canvas, with a Trello-style kanban view, persistent sessions that survive restarts, mobile companion support, and a browser Server Edition for self-hosting.

GitHub

Provides long-term memory for AI coding agents by compiling sanitized lifecycle observations into a git-versioned Markdown wiki that enables cross-agent handoffs, per-project isolation, and optional vector-backed retrieval.

GitHub
AI Coding2025

Extracts local chat logs, code context, diffs, and tool outputs from AI coding assistants and exports them as ML-ready JSONL. Auto-discovers common storage locations and handles SQLite/JSONL formats; scan extracted files for secrets before sharing.