English | 简体中文 | 日本語 | 한국어 | Русский
Simple macOS menu bar utility for tracking Codex token usage progress against a daily goal.
- Read local Codex
token_countevents from~/.codex/sessions/**/*.jsonl - Track daily progress with a configurable start-of-day boundary
- Configure the automatic refresh frequency, with a default of 5 minutes
- Show progress in the macOS status bar icon
- Review usage by hour, day, week, and month
- Toggle Dock icon visibility
- Toggle launch at login
- Support English, Simplified Chinese, Japanese, Korean, and Russian UI, with English fallback for unsupported languages
- The log parsing logic is adapted from codex-usage.
Debugbuilds default to direct file access.Releasebuilds default to sandbox folder access with security-scoped bookmarks.- Launch at login uses
SMAppService.mainApp, which works best once the app is run as a normal signed.appbundle from Xcode or a built archive. - You can override the code path at runtime with
GODEX_ACCESS_MODE=directorGODEX_ACCESS_MODE=sandbox.
Open Godex.xcodeproj in Xcode.