All zero commands, generated from the CLI implementation in zero/cli/commands/. Every command has a copy button — the copied text is exactly the raw command, no markup.
| Goal | Command | |
|---|---|---|
| Fresh install | bash <(curl -fsSL https://raw.githubusercontent.com/Vaizer0/zero-termux/main/install.sh) | |
| AI tooling | zero install ai --qwen-code --ollama | |
| Dev essentials | zero install dev --gh --fzf --jq --bat | |
| Everything updated | zero update zero && zero update ai && pkg upgrade | |
| Recover a broken tool | zero reinstall <module> --<tool> | |
| APT package | pkg install <name> |