Skip to main content

CodexLimit

CodexLimit is a macOS menu bar widget that reads local Codex session logs, shows the weekly non-Spark Codex limit burn rate as a status item title, and graphs the weekly limit in the popover. When Codex reports a separate 5-hour limit, the popover adds a second graph for it automatically.

The app does not call a network API. It reads CODEX_HOME or ~/.codex/sessions, records weekly samples in the first file below, and records 5-hour samples in the second only while Codex reports that window:

~/Library/Application Support/CodexLimit/samples.jsonl
~/Library/Application Support/CodexLimit/five_hour_samples.jsonl

Install for Development

python3 -m venv .venv
. .venv/bin/activate
python -m pip install -e ".[packaging]"

Install from PyPI

pip install "codex-limit[app]"
codex-limit-install --user

That builds CodexLimit.app, installs it to ~/Applications, and launches it. Use codex-limit-install --system to install to /Applications.

You can also run it directly as a Python menu-bar process:

codex-limit

Run

python -m codex_limit

Click the menu bar title to open the graph popover. The title is the current weekly burn multiple, where 1.0x means weekly quota is being consumed at the real-time replenishment pace. The popover always shows a blue weekly graph. If Codex reports a separate short window, it also shows a green 5-hour graph. Each visible limit includes current used/left percentages and estimated time to zero.

If either tracked limit is projected to hit zero within 30 minutes while its reset is still more than 30 minutes away, the menu bar title and that limit's ETA show a warning marker.

The burn multiple averages weekly-limit usage over the shorter of the last two hours or the current 5% burst. If Codex has not written a newer rate-limit event by the next poll, CodexLimit extends the graph with an assumed flat sample so idle time counts as no additional usage. Those assumed samples are not persisted as real observations and are ignored as lower baselines when a later Codex log reveals a percentage jump.

CodexLimit keeps an in-process cache of parsed session-log samples. Each poll still checks the session tree for new or modified JSONL files, but unchanged files are not reparsed and growing files are read only from their appended tail.

Build a macOS App Bundle

python setup.py py2app
open dist/CodexLimit.app

The bundle is configured as a menu-bar-only accessory app and should not show a Dock icon. The app icon is generated from assets/CodexLimit.icns.

Install Locally

scripts/install.sh

The installer builds dist/CodexLimit.app, stops any running copy, installs to /Applications when writable or ~/Applications otherwise, and launches the app. Use scripts/install.sh --user to force ~/Applications, or scripts/install.sh --no-open to install without launching.

Test

python -m unittest discover -s tests

Release

Publishing uses the local release flow from this machine:

python -m pip install --upgrade build twine
rm -rf dist build
python -m build
python -m twine check dist/*
python -m twine upload --non-interactive dist/*.tar.gz dist/*.whl

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codex_limit-0.2.3.tar.gz (3.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codex_limit-0.2.3-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

File details

Details for the file codex_limit-0.2.3.tar.gz.

File metadata

  • Download URL: codex_limit-0.2.3.tar.gz
  • Upload date:
  • Size: 3.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for codex_limit-0.2.3.tar.gz
Algorithm Hash digest
SHA256 e64945948f3f8541eb068c3e95cb103040d7cfbc17fc07f6d6674fa767ca3b9c
MD5 1b3888b0c87eecca9f6a0a965da6db8d
BLAKE2b-256 444af319ad834883b7cd7bf5cab212385064c660f54851db93bdfbd10ba8d13a

See more details on using hashes here.

File details

Details for the file codex_limit-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: codex_limit-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for codex_limit-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7ac9de438905a62537362a5272213111c4f2232c62b88e19440e1b42b2143fd8
MD5 1afb1cd49dc1ce8590e5b2ea4ed323e3
BLAKE2b-256 0a0d867135b73c5b3d30a74bdf62b09a7ce33247cb308eeb4497356a18220235

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.3 This release

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page