Compact macOS menu bar app for Claude and Codex usage. It shows Codex on the left, Claude on the right, with stacked 5h and 7d percentages.
git clone git@github.com:wrinkledeth/claude-codex-bar.git
cd claude-codex-bar
./install.sh./install.sh will prompt to add ~/Library/LaunchAgents/com.user.claude-bar.plist for start at login.
./uninstall.sh unloads and removes it.
Manual control:
launchctl load ~/Library/LaunchAgents/com.user.claude-bar.plist
launchctl unload ~/Library/LaunchAgents/com.user.claude-bar.plist~/.local/share/claude-bar/run.shForce a browser with ~/.local/share/claude-bar/run.sh --browser firefox.
For development:
uv sync --frozen --no-dev
.venv/bin/python claude_bar.py./uninstall.sh- Claude usage is fetched with your local
claude.aisession cookie from a supported browser profile. - Codex usage is fetched from local Codex auth in
~/.codex/auth.jsonor$CODEX_HOME/auth.json, withcodex app-serverfallback when needed. - Credentials stay local and are only used to call Claude/OpenAI endpoints directly.
MIT

