A third-party repository for Termux — delivering cutting-edge, pre-tested cybersecurity & custom packages with zero dependency headaches. Pick the format that matches your setup:
| 📦 APT Repository | Classic dpkg-based Termux — pkg install workflow — 220+ tools |
| 🐧 Pacman Repository | Switched pacman bootstrap — pacman -S (or pkg install) workflow — 233 tools |
| ⚡ Custom Tools | Built exclusively for Termux — no bloat, just what you need |
| 🚀 One-Command Setup | Single command install, zero dependency hell |
| 🔄 Always Fresh | Regularly updated & community-tested |
💡 Same tools, both formats. The very same curated toolset is shipped as APT (220+) and as Pacman (233) packages — use whichever package manager your Termux runs.
APT (standard Termux):
curl -sL https://github.com/termuxvoid/repo/raw/main/install.sh | bashPacman (switched bootstrap):
curl -sL https://github.com/termuxvoid/pacman-repo/raw/main/install-repo.sh | bash💡 Need
curl? →pkg install curl
💡 Installing tools: After adding either repository, install any tool with
pkg install <tool-name>— this works in both APT and Pacman setups. (Pacman users may also usepacman -S <tool-name>.)