Skip to content

TPKG – A lightweight GitHub-powered package manager for Termux. Publish CLI tools with a simple tpkg.json and install instantly using one command. Zero-config publishing, fast installs, and verified repos for the Termux ecosystem.

Notifications You must be signed in to change notification settings

Frost-bit-star/Tpkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown

TPKG — Termux Package Gateway

TPKG Banner Open Source License Stars Issues PRs

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.


✨ Why TPKG?

Traditional Termux installs:

git clone https://github.com/some/repo
cd repo
chmod +x install.sh
./install.sh

With TPKG: Copy code Bash

apt install tpkg
tpkg install toolname

That’s it. TPKG handles everything else.

🚀 Features

  • 📦 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

📈 Appear in:

  • Trending tools
  • Most installed
  • Recently updated

📝 README files rendered beautifully

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

🧰 Usage

Copy code Bash

tpkg search <keyword>
tpkg install <package>
tpkg update <package>
tpkg remove <package>
tpkg info <package>
tpkg list

🌍 Web Dashboard

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.

❤️ Donations & Funding

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 � 

🤝 Contributing

Contributions are welcome. Fork the repository Create a feature branch Commit your changes Open a Pull Request

📜 License

MIT License © 2026 TPKG Project

🧠 Vision

Make Termux package installation as simple as apt install.

About

TPKG – A lightweight GitHub-powered package manager for Termux. Publish CLI tools with a simple tpkg.json and install instantly using one command. Zero-config publishing, fast installs, and verified repos for the Termux ecosystem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published