termux/termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 3rd, 2023
Created on October 23rd, 2015
Open Issues & Pull Requests: 592 (+0)
Number of forks: 7,300
Total Stargazers: 59,676 (+0)
Total Subscribers: 1,602 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.6 hours
Mean response time: 179.2 days
90th percentile: 639.3 days
Tracked items: 661

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug report" is answered fastest, typically in about an hour, while "enhancement" waits about 64 months. 63% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 469
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 1,270 days
Stale 30+ days: 450
Stale 90+ days: 416

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 3
Events in 7 days: 6

Top labels

  • bug report (660)
  • invalid (145)
  • enhancement (102)
  • wontfix (56)
  • question (52)
  • duplicate (35)
  • Keyboard (28)
  • help wanted (23)

Detailed Description

Termux is an Android terminal emulator application that provides a Linux environment on mobile devices, written primarily in Java. The repository contains the core application code for the user interface and terminal emulation functionality, while installable packages are maintained separately in the termux-packages repository. The application is designed to be extensible through a variety of optional plugin applications including Termux:API, Termux:Boot, Termux:Float, Termux:Styling, Termux:Tasker, and Termux:Widget.

The application requires Android 7 or higher for full support, though limited support was restored for Android 5 and 6 devices without package updates. Installation is available through multiple sources including F-Droid, GitHub Releases, GitHub Build Actions, and an experimental Google Play Store branch. The F-Droid version is distributed as a universal APK with approximately 180MB installation size, while GitHub releases offer both universal and architecture-specific variants ranging from 120MB to 180MB depending on the architecture chosen.

A critical consideration for users is the incompatibility of APK files signed with different keys. All Termux applications and plugins use the shared user ID com.termux and must be installed from the same source to function together. Mixing installations from different sources results in installation failures, requiring complete uninstallation and reinstallation from a single consistent source. The GitHub builds use a shared test key that is publicly available for community testing purposes, which presents a security consideration that users should be aware of when obtaining builds from sources other than the official GitHub repository.

This can result in unexpected process termination with signal 9 messages.

The application is actively seeking Android application maintainers to support ongoing development.