Everything a Termux power user needs, one ecosystem
Uniform lifecycle, rolling versions, signed packages, and code you can read.
One command to rule them all
zero install ai --qwen-code instead of ten different tutorials.
Uniform lifecycle
Every tool has the same four verbs: install, update, reinstall, uninstall.
Rolling versions
Registry installs use @latest; GitHub releases resolve the newest release at install time.
Signed APT repository
228 packages with a GPG-signed InRelease, deployed to the same Pages site.
Visible code
Every installer and package lifecycle script is plain bash in this repository.
Termux-only
No root, no systemd, no sudo. Everything lives under $HOME and $PREFIX.
9 modules, 99 tools — install the whole category or pick one
zero install <module> installs everything; zero install <module> --<tool> installs just one. Explore each module on the modules explorer.
ai
Agentic and LLM coding tools: qwen-code, opencode, claude-code, gemini-cli, ollama, …
36 toolslang
Node.js, Bun, Python, Perl, PHP, Rust, C/C++, Go.
8 toolsdb
PostgreSQL, MariaDB, MongoDB, SQLite, Redis.
5 toolseditor
Neovim + NvChad configuration.
2 toolsdev
gh, fzf, jq, bat, tmux, curl, openssh, proot, …
22 toolsnpm
Vercel, ngrok, ncu, typescript, prettier, turbopack, …
11 toolsshell
ZSH + Oh My Zsh, powerlevel10k, plugins, completions.
10 toolsui
Fonts, cursor, extra keys, welcome banner.
4 toolsauto
n8n workflow automation.
1 toolEvery tool, one contract
Each tool ships as a plain bash installer under zero/tools/<category>/<tool>/ exporting install_<tool>, update_<tool>, reinstall_<tool> and uninstall_<tool>.
Install = verify
Installers end by confirming the command exists — a tool that does not run fails loudly.
Update = re-resolve latest
Rolling tools fetch the newest release from the official upstream at install/update time.
Uninstall = clean
Removal only touches what the tool created — nothing else.
Docs per tool
Each zero/tools/*/README.md feeds the modules explorer.
Start here
Everything about Zero-Termux — from first install to architecture to security.
Docs
Quick start, CLI usage, APT setup, version policy.
Commands
Full reference for all 13 zero commands.
Modules
Searchable catalog of 99 tools across 9 modules.
Packages
Browse the 228-package APT repository.
Guides
Install, customize, troubleshoot, migrate.
Architecture
How the CLI, packages, CI and Pages fit together.
Contributing
Tool contract, version pins, validation, PR flow.
Security
Signing model, supply chain, disclosure.
About
Project, license, links.