Self-hosted โ€” tanpa GitHub

Download AIZU-CLI v2.1.202

Hosted langsung di cli.aaizu.id โ€” tidak bergantung GitHub. Update terbaru fix streaming 400 error.

๐Ÿš€ One-liner (recommended)

curl -fsSL https://cli.aaizu.id/install.sh | bash

Auto coba GitHub dulu, fallback tarball self-hosted kalau gagal. Tidak butuh git.

๐Ÿ“ฆ Direct tarball

โฌ‡ latest.tar.gz โฌ‡ latest.zip
curl -fsSL https://cli.aaizu.id/download/latest.tar.gz | tar xz cd AIZU-CLI-* python3 agent.py

๐Ÿ”ง No-git install

mkdir -p ~/AIZU-CLI && curl -fsSL https://cli.aaizu.id/download/latest.tar.gz | tar xz -C ~/AIZU-CLI --strip-components=1 cd ~/AIZU-CLI && python3 agent.py

๐Ÿ Pure Python โ€” curl raw file

mkdir ~/AIZU-CLI && cd ~/AIZU-CLI for f in agent.py tools.py tui.py memory.py plugins.py; do curl -fsSLO https://cli.aaizu.id/download/latest/$f done python3 agent.py

๐Ÿ“ Files โ€” /download/latest/

๐Ÿ” Checksums โ€” v2.1.202

Loading...

Verify: sha256sum -c SHA256SUMS

โ† Beranda ๐Ÿ“š Docs ๐Ÿงพ latest.json ๐Ÿ” SHA256SUMS
Self-hosted di cli.aaizu.id โ€” no GitHub required โ€ข v2.1.202 โ€” 18 Juli 2026 โ€ข MIT