LimitAID v0.1.0

Know your limits.

Check rate limits, balances, and usage across Codex, OpenRouter, and Z.ai — from one command in your terminal.

bash

Multi-Provider

Codex, OpenRouter, Z.ai — hit them all from a single CLI. One command, three dashboards.

Visual Progress Bars

Block-character bar graphs show usage at a glance. No JSON parsing, no squinting.

Loop Mode

Run ./limitaid all --loop 60 and get a refreshed snapshot every 60 seconds.

Zero Config

Codex and Z.ai keys are auto-discovered from existing tool configs. It just works.

Get Started

1
Install in one line:
bash <(curl -sL https://raw.githubusercontent.com/DimitriGilbert/LimitAID/main/utils/get_limitaid) --install
2
Reload your shell, then run:
limitaid all

Or install manually:

Clonegit clone https://github.com/DimitriGilbert/LimitAID.git && cd LimitAID
Install to shell./utils/install
Run./limitaid all

OpenRouter needs a manual key entry. See the configuration guide for the full setup.