/ security

Security

The full policy is in SECURITY.md. The model in one sentence: transparency, not trust.

Trust model All installer and package scripts are plain bash in this repository. Installing a third-party tool (via zero or pkg) runs its build steps on your device — that is the intended Termux design. Review scripts before installing anything you do not trust.

What runs on your device

APT repository signing

Supply chain

What we do NOT claim Packages are not "safe just because they are in the repo" — installing executes their postinst. And not every tool avoids touching your config; check before you install. Security tooling is for systems you own or are authorized to test.

Responsible disclosure

Verifying the key

curl -fsSL https://vaizer0.github.io/zero-termux/zero-termux.gpg -o key.gpg
gpg --show-keys key.gpg
# pub   ed25519 2026-08-12 [SC]
#       DF2C 7FCD ABF9 6DF4 298E  953B B0C7 EC7C 1BB9 C494
# uid   Zero-Termux Signing <zero-termux@users.noreply.github.com>