4.1
160K reviews
10M+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Termux combines powerful terminal emulation with an extensive Linux package collection.

ā€¢ Enjoy the bash and zsh shells.
ā€¢ Manage files with nnn and edit them with nano, vim or emacs.
ā€¢ Access servers over ssh.
ā€¢ Develop in C with clang, make and gdb.
ā€¢ Use the python console as a pocket calculator.
ā€¢ Check out projects with git.
ā€¢ Run text-based games with frotz.

At first start a small base system is installed - desired packages can then be installed using the apt package manager. Access the built-in help by long-pressing anywhere on the terminal and selecting the Help menu option to learn more.

Want to read the wiki?
https://wiki.termux.com

Want to report bugs?
https://bugs.termux.com

Want to interact with a community of users?
https://www.reddit.com/r/termux/
Updated on
Aug 30, 2024

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.1
155K reviews
A Google user
September 19, 2019
Words can't describe how happy this makes me. The most frustrating thing about mobile OSes is that they're so locked down. You can't even get the length of a block of text or see your files or check the time or edit text in a way that "they" don't want you to. But with Termux, you can drop into a Python shell, you can install what you want, you can use your phone like a personal computer because that's what it actually is. I hate the way consumer software is going but Termux gives me hope.
135 people found this review helpful
Did you find this helpful?
A Google user
January 22, 2019
Probably the most useful app on my Android device! I can even run Jupyter notebooks using it with my phone as a server, which is fantastic. The inclusion of soft keys for things like the CTRL and ALT buttons in latest update is really helpful as I don't need to keep switching back and forth from Hacker's Keyboard. Great job and keep up the good work!
1,149 people found this review helpful
Did you find this helpful?
Todd Moon
September 13, 2020
It's an amazing terminal with lots of features, but it needs another way to open the session selector. Modern Pixel phones (and maybe others) use the swipe-from-the-edge gesture as the Back button. Sometimes I can get the session selector to open using two fingers, which Android send to ignore about half the time, but it's not reliable. It would work fine if opening it used a normal swipe-from-middle-to-edge gesture.
130 people found this review helpful
Did you find this helpful?

What's new

ā€¢ Add support for the following built-in API methods which now does not require Termux:API to be installed: termux-audio-info, termux-battery-status, termux-dialog, termux-keystore and termux-toast.
ā€¢ Fix terminal emulation: Use current background color when scrolling with horizontal margins, fixing issues with scrolling in e.g. tmux with bright backgrounds.
ā€¢ Improve keyboard support: Make Shift-PgUp and Shift-PgDn scroll by pages rather than lines (thanks @joshtriplett).