The complete guide to Zero-Termux — install, use, update, and remove.
All 13 zero commands with syntax and examples.
99 tools across 9 categories, searchable.
228-package signed APT repository.
How-to and troubleshooting.
bash <(curl -fsSL https://raw.githubusercontent.com/Vaizer0/zero-termux/main/install.sh)
zero install dev --gh --fzf --jq
zero install ai --qwen-code
zero install shell
Every command follows zero <command> [target] [--tool …]. Targets are the 9 modules: ai lang db editor dev npm shell ui auto.
The full reference is on the commands page.
9 modules, 99 tools. Each tool is a plain bash installer under zero/tools/<category>/<tool>/ exporting the four lifecycle verbs.
Agentic and LLM coding tools — 36 tools.
Language toolchains: Node.js, Bun, Python, Rust, Go — 8 tools.
PostgreSQL, MariaDB, MongoDB, SQLite, Redis — 5 tools.
Neovim + NvChad — 2 tools.
gh, fzf, jq, bat, tmux, curl, openssh — 22 tools.
Vercel, ngrok, ncu, typescript, prettier — 11 tools.
ZSH + Oh My Zsh, powerlevel10k, plugins — 10 tools.
Fonts, cursor, extra keys, welcome banner — 4 tools.
n8n workflow automation — 1 tool.
Browse and search all of them on the modules explorer.
228 packages, GPG-signed on every build, served from https://vaizer0.github.io/zero-termux/repo (suite zero-termux). The installer configures it; manual setup:
echo "deb [trusted=yes arch=all] https://vaizer0.github.io/zero-termux/repo zero-termux main" \
> "$PREFIX/etc/apt/sources.list.d/zero-termux.list"
curl -fsSL https://vaizer0.github.io/zero-termux/zero-termux.gpg \
-o "$PREFIX/etc/apt/trusted.gpg.d/zero-termux.gpg"
apt update
pkg search <name> # browse
pkg install <name> # install
Verify the key fingerprint: DF2C7FCDABF96DF4298E953BB0C7EC7C1BB9C494. Browse the catalog on the packages page or in assets/PACKAGES.md.