How to Install Termux on Android (Step-by-Step Guide)

Learn how to safely install and use Termux on Android without root access. Step-by-step guide for beginners with trusted download links.

Installing Termux on your Android device is easy, but you need to follow the right steps to avoid problems. In this post, I’ll guide you on how to install Termux manually and safely, even if you’re a beginner. This method works on any Android version, and no root is required.

How to Install Termux on Android Phone

Why You Should Not Use Play Store Version

The Play Store version of Termux is outdated and no longer maintained. It doesn’t receive updates or bug fixes, and many packages will not work correctly. That’s why it’s recommended to download Termux directly from trusted sources like F-Droid or reliable APK mirrors.

1. Download Termux from the Official Website

Follow these simple steps:

  • Go to the official download page: https://termux.en.download.it/android
  • Click the Free Download button, then click the Start Download button on the next page.
  • If the download doesn’t start, scroll down and click “Having trouble with the download? Click here to try again.”
  • Once the APK is downloaded, tap to install it.
  • Enable “Install Unknown Apps” from your browser or file manager if asked.

2. Update and Setup Termux

After installing, open Termux and run the following commands to update and set it up properly:

pkg update && pkg upgrade -y
pkg install git -y
pkg install wget -y
pkg install curl -y

This ensures your Termux is fully updated and ready for use.

3. Grant Storage Permission

To access files from your Android storage, you need to grant Termux permission:

termux-setup-storage

When prompted, allow the permission. This will create a folder called storage in your Termux home directory, linked to your internal storage.

4. Optional: Install Termux-API

If you want to use device features like camera, flashlight, or notifications, you’ll need the Termux:API add-on. You can download it from F-Droid here:

Download Termux:API from F-Droid

Then install it and run:

pkg install termux-api

5. Termux is Now Ready!

You’ve now successfully installed Termux on your Android device. You can start installing tools, writing scripts, and exploring Linux commands directly on your phone.

Tips for Beginners

  • Don’t use Termux for illegal activities. Use it to learn and practice Linux skills.
  • Use pkg search <tool-name> to find packages.
  • Always update packages regularly to avoid issues.

Bonus: Use a VPN for Extra Privacy

When using Termux for penetration testing or network tools, it’s safer to hide your real IP address. I recommend using Surfshark VPN — it's fast, secure, and affordable. It works great on Android.

Get Surfshark VPN – Protect Your Privacy

Conclusion

Now you know how to install and set up Termux on Android the right way. Avoid using the Play Store version and always download Termux from trusted sources. With this setup, you’re ready to explore powerful tools and learn ethical hacking, scripting, or even development right from your phone.

If you found this guide helpful, don’t forget to bookmark or share it with friends who want to get started with Termux.

Post a Comment