Termux is an Android terminal app and Linux environment.
- Termux on Google Play
- termux.com
- Termux Help
- Termux app on GitHub
- Termux packages on GitHub
- Termux Google+ community
Released under the GPLv3 license. Contains code from Terminal Emulator for Android
which is released under the Apache License.
For ease of use, the JNI libraries are checked into version control. Execute the build-jnilibs.sh
script to rebuild them.
- VTE (libvte): Terminal emulator widget for GTK+, mainly used in gnome-terminal. Source, Open Issues, and All (including closed) issues.
- iTerm 2: Mac terminal application. Source, Issues and Documentation (which includes iTerm2 proprietary escape codes).
- Konsole: KDE terminal application. Source, in particular tests, Bugs and Wishes.
- hterm: Javascript terminal implementation from chromium. Source, including tests, and google group.
- xterm: The grandfather of terminal emulators. Source.
- Connectbot: Android SSH client. Source
- Android Terminal Emulator: Android terminal app which Termux terminal handling is based on. Inactive. Source.