Markdown
TPKG is a modern, open-source package manager built exclusively for Termux.
Install Termux scripts and tools with a single command — no cloning, no chmod, no hassle.
Traditional Termux installs:
git clone https://github.com/some/repo
cd repo
chmod +x install.sh
./install.shWith TPKG: Copy code Bash
apt install tpkg
tpkg install toolname
- 📦 One-command installs
- ⚡ No git clone
- 🔐 No chmod +x
- 🧠 Beginner-friendly
- 🏷 Script versioning
- 🌐 Web-based discovery
- 📊 Trending & popular tools
- 📝 GitHub-style README rendering
- 🔓 100% open source
- 🐧 Built specifically for Termux
- 🆕 Script Versioning & Developer Visibility TPKG now supports script versioning and web visibility. For Developers
- 🏷 Publish versions (v1.0.0, v1.1.0, v2.0.0)
- 🔄 Update tools without breaking users
- 🌐 Get listed on the TPKG web platform
- ⭐ Gain stars, installs, and visibility
- Trending tools
- Most installed
Your Termux script becomes a real package, not a forgotten repo. 📦 Installation (Termux) Step 1: Install TPKG Copy code Bash
apt update
apt install tpkg
Step 2: Install a Tool Copy code Bash
tpkg install <tool-name>
Example: Copy code Bash
tpkg install stackedge
TPKG automatically:
- Resolves versions
- Installs dependencies
- Sets permissions
- Places binaries correctly
Copy code Bash
tpkg search <keyword>
tpkg install <package>
tpkg update <package>
tpkg remove <package>
tpkg info <package>
tpkg list
The TPKG web platform allows users to:
- Browse available tools
- View version history
- Read rendered README files
- Discover trending packages
- Track popularity & updates TPKG is not just a CLI — it’s a platform.
TPKG is non-profit by design. All donations are handled by a fiscal host No individual profits Funds are used only for: Infrastructure Hosting Maintenance Support the Project � 
Contributions are welcome. Fork the repository Create a feature branch Commit your changes Open a Pull Request
MIT License © 2026 TPKG Project
Make Termux package installation as simple as apt install.