Email Address:
admin@achik.us achikahmed.info@gmail.com
Our Social Media Profiles:
Termux is one of the most powerful terminal applications available for Android. It allows you to run a Linux environment directly on your smartphone. With Termux, you can install hundreds of useful tools that help with networking, downloading files, editing code, managing files, monitoring your system, and much more.
Many developers, ethical hackers, Linux learners, and tech enthusiasts use Termux because it brings the power of Linux directly to Android. Instead of using a computer, you can run powerful command-line tools right from your phone.
In this guide, you will discover 50+ useful Termux tools you should install in 2026. For each tool, you will also see the installation command and a simple usage command so beginners can understand easily.
When you install Termux for the first time, it only includes a basic environment. To unlock the full power of Termux, you need to install additional packages.
These packages help you:
Once these tools are installed, your Android phone becomes a mini Linux workstation.

Below you will find some of the best and most useful Termux tools that you can install on your Android device. Each tool includes the installation command and a simple usage command so that beginners can easily understand how it works.
These tools help you perform many tasks such as downloading files, scanning networks, managing files, editing text, monitoring system performance, and automating tasks directly from the terminal.
Installation command
pkg install gitUsage command
git clone https://github.com/username/repository.gitGit is one of the most important tools in Termux. It allows you to download open-source projects from GitHub and manage source code.
Installation command
pkg install wgetUsage command
wget https://example.com/file.zipWget is a simple tool used to download files directly from the internet.
Installation command
pkg install curlUsage command
curl https://example.comCurl is often used to send requests to websites or APIs.
Installation command
pkg install nmapUsage command
nmap example.comNmap is a powerful network scanning tool used for discovering hosts and open ports.
Installation command
pkg install neofetchUsage command
neofetchNeofetch displays system information such as device model, operating system, CPU, and memory.
Installation command
pkg install htopUsage command
htopHtop is used to monitor running processes and system resources in real time.
Installation command
pkg install tmuxUsage command
tmuxTmux allows you to run multiple terminal sessions at the same time.
Installation command
pkg install opensshUsage command
ssh username@server-ipOpenSSH allows secure remote login to servers.
Installation command
pkg install ffmpegUsage command
ffmpeg -i video.mp4 audio.mp3FFmpeg is widely used for converting and editing audio and video files.
Installation command
pkg install zipUsage command
zip archive.zip file.txtZip compresses files into zip archives.
Installation command
pkg install unzipUsage command
unzip archive.zipUnzip extracts compressed zip files.
Installation command
pkg install nanoUsage command
nano file.txtNano is one of the easiest text editors available in Termux.
Installation command
pkg install vimUsage command
vim file.txtVim is a powerful text editor used by many developers.
Installation command
pkg install treeUsage command
treeTree displays the folder structure in a visual format.
Installation command
pkg install rangerUsage command
rangerRanger is a terminal file manager that makes navigation easier.
Installation command
pkg install mcUsage command
mcMidnight Commander is a visual file manager for the terminal.
Installation command
pkg install figletUsage command
figlet HelloFiglet creates large ASCII text banners.
Installation command
pkg install cowsayUsage command
cowsay HelloCowsay displays fun text messages in a talking cow format.
Installation command
pkg install cmatrixUsage command
cmatrixCmatrix creates a Matrix-style animation inside the terminal.
Installation command
pkg install hollywoodUsage command
hollywoodHollywood shows a fake hacker-style terminal interface.
Installation command
pkg install aria2Usage command
aria2c download-linkAria2 is a powerful command-line download manager.
Installation command
pkg install rsyncUsage command
rsync file.txt backup/Rsync helps you synchronize files between folders or systems.
Installation command
pkg install dnsutilsUsage command
nslookup google.comThese tools allow you to check domain and DNS information.
Installation command
pkg install tracerouteUsage command
traceroute google.comTraceroute shows the path packets take across networks.
Installation command
pkg install tcpdumpUsage command
tcpdumpTcpdump captures and analyzes network packets.
Installation command
pkg install termux-apiUsage command
termux-battery-statusThis package allows Termux to interact with Android features.
Installation command
pkg install glowUsage command
glow README.mdGlow allows you to read Markdown files inside the terminal.
Installation command
pkg install toiletUsage command
toilet HelloToilet creates styled ASCII text banners in the terminal.
Installation command
pkg install screenUsage command
screenScreen allows you to run multiple terminal sessions.
Installation command
pkg install exaUsage command
exaExa is a modern replacement for the ls command.
Installation command
pkg install batUsage command
bat file.txtBat displays file contents with syntax highlighting.
Installation command
pkg install fdUsage command
fd filenameFD is a faster alternative to the find command.
Installation command
pkg install ripgrepUsage command
rg wordRipgrep searches text inside files very quickly.
Installation command
pkg install fzfUsage command
fzfFZF is a fuzzy finder used to search files interactively.
Installation command
pkg install grepUsage command
grep word file.txtGrep searches text patterns inside files.
Installation command
pkg install sedUsage command
sed 's/old/new/' file.txtSed is used to edit and transform text.
Installation command
pkg install awkUsage command
awk '{print $1}' file.txtAwk is used for text processing and data extraction.
Installation command
pkg install bcUsage command
bcBC is a command-line calculator.
Installation command
pkg install manUsage command
man lsMan shows documentation for Linux commands.
Installation command
pkg install makeUsage command
makeMake is used to build and compile software projects.
Installation command
pkg install cmakeUsage command
cmake .CMake helps configure and build software.
Installation command
pkg install patchUsage command
patch file.patchPatch applies changes to source code files.
Installation command
pkg install tarUsage command
tar -xvf file.tarTar creates and extracts archive files.
Installation command
pkg install inetutilsUsage command
ping google.comInetutils provides basic networking tools.
Installation command
pkg install util-linuxUsage command
mountUtil-linux provides many important Linux system utilities.
Installation command
pkg install coreutilsUsage command
lsCoreutils includes basic Linux commands like ls, cp, and mv.
Installation command
pkg install fishUsage command
fishFish is a user-friendly command-line shell.
Installation command
pkg install zshUsage command
zshZsh is an advanced and customizable shell.
Installation command
pkg install bashUsage command
bash script.shBash is the default shell used in most Linux systems.
Installation command
pkg install jqUsage command
jq '.' file.jsonJQ is used to process and format JSON data.
These are some of the most useful Termux tools and packages that beginners and advanced users commonly use in Termux. You can use these tools and explore their features to get the most out of Termux on your Android phone.
Before installing tools in Termux, always update your packages using the command below.
pkg update && pkg upgradeUpdating ensures that all tools run smoothly and avoids dependency problems.
You should also install commonly used utilities like git, curl, and wget because many other tools depend on them.
Termux turns your Android phone into a powerful Linux environment. By installing the tools mentioned in this guide, you can perform many advanced tasks such as downloading files, managing servers, scanning networks, editing scripts, and monitoring system performance.
These 50+ Termux tools are some of the most useful packages available in 2026. Beginners can start with basic tools like Git, Nano, and Wget, while advanced users can explore tools like Nmap, Tcpdump, and Tmux.
If you want to learn more Termux tutorials, Linux commands, and powerful command-line tools, you can explore more guides on TermuxCommands.com, where we regularly publish beginner-friendly tutorials.