anywhere-music-player/codexlimits — explained in plain English
Analysis updated 2026-05-18
Check your ChatGPT Codex usage percentage from the macOS menu bar without opening a browser.
Add a desktop widget that shows your 5 hour and weekly Codex usage at a glance.
Get a quick color coded warning when you're approaching your Codex usage limit.
| anywhere-music-player/codexlimits | aydahnizzy/calendar-drag-interaction | calda/spanishconjugation | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | Swift | Swift | Swift |
| Last pushed | — | — | 2021-12-12 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Xcode, an Apple Developer team, and registering a shared App Group before building.
CodexLimits is a small macOS menu bar app that helps you keep an eye on how much of your ChatGPT Codex usage allowance you have used. Codex is OpenAI's coding assistant, and like many AI tools it has usage limits that reset over time, so this app is meant to make those limits visible at a glance instead of you having to check a website. The app lives in the Mac menu bar and shows two numbers: your usage percentage for the current 5 hour window and for the current week. Each percentage changes color between green, orange, and red depending on how close you are to hitting the limit, so you can tell your usage status without reading exact numbers. You can choose how often the app refreshes this information, picking an interval of 1, 2, 3, or 5 minutes. Beyond the menu bar display, the project also includes small and medium sized widgets built with Apple's WidgetKit framework, so the same usage information can appear on the macOS desktop or notification center alongside other widgets. To get its data, CodexLimits uses an embedded web view that logs into ChatGPT directly, then reads usage information from an internal ChatGPT web address rather than a public API, and shares that data with its widgets through what Apple calls an App Group, a way for an app and its widgets to share information safely. The app also keeps the existing macOS system localizations, meaning it should display correctly in different languages already supported by macOS. Building the app requires Xcode, an Apple Developer account to select your development team, and registering the shared App Group for both the main app and the widget target before compiling the CodexLimits build target. The README for this project is fairly short and does not go into detail about error handling, supported macOS versions, or long term maintenance plans. This project is aimed at developers who use ChatGPT Codex regularly and want a lightweight way to track their remaining usage without opening a browser. It is released under the MIT license.
CodexLimits is a macOS menu bar app and widget that shows your ChatGPT Codex 5 hour and weekly usage limits at a glance.
Mainly Swift. The stack also includes Swift, WidgetKit, macOS.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.