- Zero Setup: Picks up local Codex sessions automatically and refreshes usage in the background, no manual setup required.
- Unified Tracking: See usage across multiple Codex accounts and workspaces in one menu bar view, without bouncing between sessions.
- Plan your Usage: Accounts are ranked by remaining headroom, making it obvious which account to use next.
- Privacy First: Keep account details readable without exposing more than you need. CodexMux supports custom display names and stores account metadata locally in a native on-disk SQLite database, so your account inventory stays private, durable, and under your control.
CodexMux does not currently ship notarized macOS builds. To build a local DMG:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
brew install xcodegen
./scripts/package-dmg.shThe resulting DMG is ad-hoc signed for local use, not Developer ID signed for redistribution.
Run directly:
swift run CodexMuxBuild the native macOS app bundle:
./scripts/build-app.shBuild a DMG for distribution:
./scripts/package-dmg.sh
