Skip to content
djunekz edited this page Apr 14, 2026 · 7 revisions

Termux App Store — Wiki

Welcome to the official wiki for Termux App Store — the offline-first, source-based TUI and CLI package manager built natively for Termux.


Wiki Index

Getting Started

Page Description
Installation How to install Termux App Store
Quick Start First steps and a quick overview
Uninstallation How to cleanly remove TAS

Usage

Page Description
TUI Guide Full guide to the TUI interface
CLI Reference All CLI commands with examples
Package Management Browse, install, update, and upgrade packages

Packages and Contributing

Page Description
Package Structure Required structure for every package
How to Upload a Package Submit your tool to the store
Build Script Reference All build.sh variables explained
termux-build Tool Validation and lint tool guide

Architecture and Technical

Page Description
Architecture Overview How TAS works internally
Build System How build-package.sh works
Binary Release Multi-architecture binary build process
tasctl Reference TAS installation manager guide

Security and Privacy

Page Description
Security Policy Project security policy
Privacy Policy Privacy commitment and zero telemetry
SHA256 Verification How to verify binary checksums

Community

Page Description
Contributing Guide Full contribution guide
Code of Conduct Community standards
Governance Project decision structure
FAQ Frequently asked questions
Troubleshooting Solutions to common problems
Changelog Version history

Quick Reference

Install via pip (recommended)

pip install termux-app-store

Install via script

curl -fsSL https://raw.githubusercontent.com/djunekz/termux-app-store/main/tasctl | bash -s install

Open TUI

termux-app-store

List all packages

termux-app-store list

Install a package

termux-app-store install <package-name>

Auto-generate build.sh from a GitHub repo

./termux-build init https://github.com/user/repo

Manage TAS itself

tasctl install
tasctl update
tasctl doctor

Open the interactive guidebook

python guidebook.py

Project Philosophy

"Local first. Control over convenience. Transparency over magic."

  • Offline-first — manage packages without a network connection
  • Source-based — you see exactly what runs on your device
  • Privacy-first — no account, no telemetry, no tracking
  • Community-driven — built for and by the Termux community

Maintainer

Djunekzgithub.com/djunekz

© Termux App Store — MIT License

Clone this wiki locally