So you’ve heard about Termux and you’re wondering how to install it on your Android device? Whether you're a beginner curious about ethical hacking, coding, or Linux on mobile, you’re in the right place.
In this guide, I’ll walk you through the exact steps to install Termux the right way —no root, no confusion, no outdated links.
✅ Good news: You don’t need to root your phone. Termux works perfectly fine on any modern Android device.
What is Termux?
Before we jump into the installation, let’s quickly talk about what Termux is.
Termux is a powerful terminal emulator for Android that gives you access to a Linux environment right on your smartphone. With it, you can:
- Run Linux commands
- Install tools like
Nmap
,Metasploit
, orHydra
- Learn ethical hacking and cybersecurity
- Code in Python, Bash, C, and more
If you're new to this, check out my detailed post on What is Termux to get a clear understanding.
Why You Shouldn’t Use the Play Store Version
Here’s the mistake many beginners make—they download Termux from the Google Play Store.
⚠️ Don’t do that.
The Play Store version of Termux is no longer maintained and doesn’t support the latest packages or repositories.
Instead, we’ll install the latest and official version from a trusted source using F-Droid.
Step-by-Step: How to Install Termux (No Root Needed)
Let’s get into the real stuff. Just follow the steps below.
Step 1: Install F-Droid
F-Droid is an app store for free and open-source Android apps. Termux's official version is available here.
👉 How to install F-Droid:
- Go to https://f-droid.org
- Tap “Download F-Droid” to get the APK
- Install it (you may need to allow installations from unknown sources)
Once installed, open F-Droid and let it update its repositories. This may take a few seconds.
Step 2: Search for Termux in F-Droid
- Open F-Droid
- Tap the search icon
- Type Termux
- Choose the version published by Fredrik Fornwall or Termux
✅ Pro Tip: If you don’t see it immediately, wait for F-Droid to finish updating in the background.
Tap Install and let it download and set up Termux on your phone.
Step 3: Launch Termux and Update Packages
Once Termux is installed, open it up and run the following commands:
pkg update && pkg upgrade
This updates all the default packages to the latest versions.
Now you're ready to start exploring the world of Linux on Android!
Bonus: Fixing Storage Permissions
To access your device’s internal storage (downloads, files, etc.) from Termux, run this command:
termux-setup-storage
This will prompt you to allow Termux to access your files. Tap Allow , and you’ll now see a storage
directory in Termux.
What To Do After Installing Termux?
So, you’ve installed Termux—now what?
Here are a few beginner-friendly tools and guides you can check out:
- Install Nmap on Termux – Perfect for network scanning
- Use Zphisher in Termux – Learn how phishing attacks work (for education only)
- Install Metasploit in Termux – A complete penetration testing framework
FAQs – Termux Installation Without Root
Q: Is it safe to use Termux on my phone?
A: Yes, as long as you install it from trusted sources like F-Droid and use it for ethical purposes.
Q: Can I uninstall Termux like any other app?
A: Absolutely. It’s a normal app and doesn’t require root access to install or remove.
Q: What Android version do I need?
A: Android 7.0 (Nougat) or higher is recommended for smooth performance.
Final Words: You’re Just Getting Started
Installing Termux is just the beginning. Whether you want to learn Linux commands, explore ethical hacking, or become a cybersecurity expert, Termux makes it possible right from your phone.
💡 Remember: The goal isn’t to become a hacker overnight—it’s to learn, practice, and grow.
If this guide helped you, don’t forget to bookmark terminaltools.blogspot.com for more easy-to-follow Termux tutorials. Every post is beginner-friendly, practical, and written with you in mind.
Related Posts You’ll Love
Let me know in the comments if you got Termux running, or if you're stuck anywhere—I’ll help you out. And if you want me to cover a specific tool or topic, I’m all ears.
Stay curious, and keep learning.
— Stephano Kambeta 👨💻
Top comments (0)