termux/termux-packages

A package build system for Termux.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 40 minutes ago
Added to GitGenius on September 3rd, 2026
Created on June 12th, 2015
Open Issues & Pull Requests: 1,136 (+0)
GitHub issues: Enabled
Number of forks: 4,376
Total Stargazers: 16,920 (+0)
Total Subscribers: 1,408 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 14.7 days
90th percentile: 26.5 hours
Tracked items: 5,142

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 82% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 53% of tracked open issues have had no activity in three months. Only 10% of issues opened in the past year have been closed. Three people close 64% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 648
New in 7 days: 55
Closed in 7 days: 52
Avg open age: 550 days
Stale 30+ days: 565
Stale 90+ days: 461

Recent activity

Opened in 7 days: 50
Closed in 7 days: 50
Comments in 7 days: 41
Events in 7 days: 151

Top labels

  • auto update failing (3,133)
  • bot (3,128)
  • bug report (932)
  • package request (589)
  • inactive (251)
  • untriaged (103)
  • python (86)
  • invalid (85)

Detailed Description

Termux packages is a package build system that compiles software for the Termux Android application, enabling a Linux-like command-line environment on Android devices.

The project solves the problem of making standard Unix and Linux tools available within Termux by providing a collection of build scripts and patches that cross-compile packages for Android. It works by defining package recipes that specify how to fetch, patch, and compile source code for the ARM-based Android platform, then packaging the results for distribution through Termux's package manager.

Developers should adopt this tool if they want to extend Termux's software ecosystem or maintain custom packages for their own Termux installations. It suits projects that need to run command-line utilities, development tools, or system software on Android without requiring root access or a full custom ROM. The project provides documentation through its wiki covering package management and contribution guidelines for those looking to add new packages or fix existing ones.

The project maintains active build infrastructure with automated testing workflows for package compilation and Docker image generation. Community governance is formalized through documented rules and content policies for contributors. The tool receives sustained institutional support through multiple funding sources and grant programs focused on open-source security and mobile development.