QuotAI Z.ai quota visibility

Quota windows without guesswork

See exactly when your Z.ai quota resets.

QuotAI turns sparse usage charts into a terminal view with exact rolling reset times, local timezone rendering, and JSON fields for automation.

Release details

Latest stable build information.

Loading... Version
--- Commit
--- Published
APT signing key ---
Release highlights
  • Loading release highlights...

Install paths

Get started with your preferred install method.

Recommended

macOS and Linux. Receives automatic updates on each stable release.

brew tap soakes/quotai
brew install quotai

Debian and Ubuntu hosts. Receives signed package updates via a dedicated APT repository.

sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://soakes.github.io/quotai/quotai-archive-keyring.gpg \
  | sudo tee /etc/apt/keyrings/quotai-archive-keyring.gpg >/dev/null

sudo tee /etc/apt/sources.list.d/quotai.sources >/dev/null <<'EOF'
Types: deb deb-src
URIs: https://soakes.github.io/quotai/
Suites: stable
Components: main
Signed-By: /etc/apt/keyrings/quotai-archive-keyring.gpg
EOF

sudo apt update && sudo apt install quotai

Any machine with Python 3.12 or newer. Download, extract, and run.

curl -fsSL https://github.com/soakes/quotai/releases/latest/download/quotai-1.0.0.tar.gz -o quotai.tar.gz
tar -xzf quotai.tar.gz
sudo install -m 0755 quotai-1.0.0/quotai.py /usr/local/bin/quotai