@10xdevs/usage
v1.0.0
Published
A local dashboard for monitoring multiple Codex accounts
Downloads
112
Readme
Codex Usage
A local dashboard for monitoring usage across multiple Codex accounts.
Run with Bun
No install is required:
bunx @10xdevs/usageThe dashboard opens at http://localhost:4173. To use a different port:
PORT=5000 bunx @10xdevs/usageOn Windows, use set PORT=5000 && bunx @10xdevs/usage.
Run from a checkout
Requires Node.js 18+ or Bun:
npm startAdd each Codex home directory (normally ~/.codex, or a custom CODEX_HOME). The app stores account labels and paths in your user data directory and reads auth.json locally. Credentials are never uploaded; only the usage request is made from the local server.
Usage responses are cached for five minutes. Reset limits clears the local snapshot and fetches the latest values; it cannot manually reset limits on the Codex service. Refresh and Refresh all force a new request.
Set USAGE_DATA_DIR to choose a different location for saved sessions and cache. Set USAGE_NO_OPEN=1 to prevent opening a browser automatically.
