Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![License: MIT](https://img.shields.io/badge/license-MIT-6e5aff?style=flat-square)](LICENSE)
[![Site](https://img.shields.io/badge/site-codexbar.app-16d3b4?style=flat-square)](https://codexbar.app)

<a href="https://codexbar.app"><img src="docs/social.png" alt="CodexBar — every AI coding limit in your menu bar. 67 providers." width="100%" /></a>
<a href="https://codexbar.app"><img src="docs/social.png" alt="CodexBar — every AI coding limit in your menu bar. 68 providers." width="100%" /></a>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Regenerate the committed social card image

When the README is rendered with images enabled, this line still displays the committed docs/social.png, and that PNG currently visibly says 61 providers even though the alt text now says 68. The same stale asset is also used for site social previews, so sighted users and share cards will continue seeing the old count unless docs/social.png is regenerated and committed alongside the docs/social.html count change.

Useful? React with 👍 / 👎.


Tiny macOS 14+ menu bar app that keeps **AI coding-provider limits visible** and shows when each window resets. Codex, OpenAI, Claude, Cursor, Gemini, Copilot, Grok, GroqCloud, ElevenLabs, Deepgram, z.ai, MiniMax, Kiro, Zed, Vertex AI, Augment, OpenRouter, LiteLLM, LLM Proxy, Codebuff, Command Code, ClinePass, AWS Bedrock, and many newer coding providers. One status item per provider, or Merge Icons mode with a provider switcher. No Dock icon, minimal UI, dynamic bar icons.

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>CodexBar — every AI coding limit, in your menu bar</title>
<meta
name="description"
content="A tiny macOS menu bar app that tracks AI coding-provider usage windows, credits, costs, and resets across 67 providers — Codex, OpenAI, Claude, Cursor, Gemini, Copilot, LiteLLM, and more."
content="A tiny macOS menu bar app that tracks AI coding-provider usage windows, credits, costs, and resets across 68 providers — Codex, OpenAI, Claude, Cursor, Gemini, Copilot, LiteLLM, and more."
/>
<meta name="theme-color" content="#0a0a0c" />
<link rel="canonical" href="https://codexbar.app/" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<meta property="og:title" content="CodexBar" />
<meta
property="og:description"
content="Track usage windows, credits, and resets across 67 AI coding providers from your macOS menu bar."
content="Track usage windows, credits, and resets across 68 AI coding providers from your macOS menu bar."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://codexbar.app/" />
Expand Down Expand Up @@ -293,7 +293,7 @@ <h1 class="reveal reveal-2 mt-5 text-[clamp(3rem,5.7vw,60px)] font-semibold lead
<div class="section-inner">
<header class="relative z-10 grid gap-5 tablet:grid-cols-[1fr_0.86fr] tablet:items-center">
<h2 class="provider-reveal max-w-3xl text-balance text-[clamp(2.4rem,4.4vw,5rem)] font-semibold leading-[0.98] tracking-[-0.07em] text-zinc-100">
<span data-i18n-rich="providers.title">67 providers,{mobileBreak}one menu bar</span>
<span data-i18n-rich="providers.title">68 providers,{mobileBreak}one menu bar</span>
</h2>
<p class="provider-reveal max-w-2xl text-[clamp(1rem,1.35vw,1.28rem)] leading-[1.45] tracking-[-0.035em] text-zinc-400" style="--reveal-delay: 70ms">
<span data-i18n="providers.description">Popular providers become status items with their own usage windows, reset countdowns, charts, and provider menus.</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/llms.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CodexBar

A tiny macOS menu bar app that tracks AI coding-provider usage windows, credits, costs, and resets across 67 providers — Codex, OpenAI, Claude, Cursor, Gemini, Copilot, LiteLLM, and more.
A tiny macOS menu bar app that tracks AI coding-provider usage windows, credits, costs, and resets across 68 providers — Codex, OpenAI, Claude, Cursor, Gemini, Copilot, LiteLLM, and more.

Canonical documentation:
- CodexBar — every AI coding limit, in your menu bar: https://codexbar.app/ - A tiny macOS menu bar app that tracks AI coding-provider usage windows, credits, costs, and resets across 67 providers — Codex, OpenAI, Claude, Cursor, Gemini, Copilot, LiteLLM, and more.
- CodexBar — every AI coding limit, in your menu bar: https://codexbar.app/ - A tiny macOS menu bar app that tracks AI coding-provider usage windows, credits, costs, and resets across 68 providers — Codex, OpenAI, Claude, Cursor, Gemini, Copilot, LiteLLM, and more.

Source: https://github.com/steipete/CodexBar

Expand Down
2 changes: 1 addition & 1 deletion docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ read_when:

# Providers

CodexBar currently registers 67 provider IDs. Some companies expose multiple surfaces, such as Codex vs OpenAI API or
CodexBar currently registers 68 provider IDs. Some companies expose multiple surfaces, such as Codex vs OpenAI API or
OpenCode vs OpenCode Go, because the auth source and quota shape differ.

## Fetch strategies (current)
Expand Down
Loading