Quota windows without guesswork
See exactly when your Z.ai quota resets.
zquota turns sparse usage charts into a terminal view with exact rolling reset times, local timezone rendering, and JSON fields for automation.
Install paths
Get started with your preferred install method.
Recommended
macOS and Linux. Receives automatic updates on each stable release.
brew tap netspeedy/zquota
brew install zquota
Debian and Ubuntu hosts. Receives signed package updates via a dedicated APT repository.
sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://netspeedy.github.io/zquota/zquota-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/zquota-archive-keyring.gpg >/dev/null
sudo tee /etc/apt/sources.list.d/zquota.sources >/dev/null <<'EOF'
Types: deb deb-src
URIs: https://netspeedy.github.io/zquota/
Suites: stable
Components: main
Signed-By: /etc/apt/keyrings/zquota-archive-keyring.gpg
EOF
sudo apt update && sudo apt install zquota
Any machine with Python 3.12 or newer. Download, extract, and run.
curl -fsSL https://github.com/netspeedy/zquota/releases/latest/download/zquota-1.0.0.tar.gz -o zquota.tar.gz
tar -xzf zquota.tar.gz
sudo install -m 0755 zquota-1.0.0/zquota.py /usr/local/bin/zquota