How to Install Tool-X in Termux: Step-by-Step Guide

What Is Tool-X?
In this guide, we will demonstrate how to install Tool-X in Termux. Tool-X is a powerful installer framework specifically designed for the Termux environment. It allows you to install over 371+ hacking tools with just one click, making it a must-have for anyone learning mobile pentesting.
Before you begin, ensure you know how to install Termux on Android correctly. Tool-X was developed by Rajkumar Dusad to replace the manual process of searching and cloning individual repositories from GitHub.
Compatibility
Tool-X is versatile and can be installed on the following systems:
- Android Termux
- Kali Linux
- Ubuntu
How to Install Tool-X in Termux
Follow these steps to set up Tool-X. If you encounter issues, you may need to fix and update Termux first.
Step 1: Update Packages
Open Termux and run the update command to ensure all repositories are current:
pkg update && pkg upgrade -y
Step 2: Install Git
Tool-X is hosted on GitHub, so you need the git package to clone it. You should also be familiar with basic Termux commands for better navigation.
pkg install git
Step 3: Clone the Repository
Download the Tool-X source code using the git clone command:
git clone https://github.com/Rajkumrdusad/Tool-X.git
Step 4: Navigate to the Directory
cd Tool-X
Step 5: Set Executable Permissions
You must grant permission to the installer file:
chmod +x install.aex
Step 6: Run the Installer
Execute the installation script:
sh install.aex
If that fails, try: ./install.aex
Step 7: Launch Tool-X
To run the program anytime, simply type:
Tool-X
How to Use Tool-X
- Start the tool: Type
Tool-Xin your terminal. - View All Tools: Type 1 to see the full list of 371+ available tools.
- Browse Categories: Type 2 to view tools organized by their hacking category.
- Install a Tool: Select a tool by its number. For example, typing 9 will install the IP-Tracker automatically.
- Exit: Use Ctrl + z to close the application.

Frequently Asked Questions (FAQs)
What is Tool-X?
Tool-X is an automated installer for Termux that allows users to install over 371 hacking tools with a single click.
Who developed Tool-X?
Tool-X was developed by Rajkumar Dusad to simplify the tool installation process in Termux.
Which operating systems support Tool-X?
Tool-X can be installed on Android (via Termux), Kali Linux, and Ubuntu.
How do I run Tool-X after installation?
Once installed, you can launch it from anywhere in the terminal by typing 'Tool-X' or 'toolx'.
Can Tool-X install tools automatically?
Yes, Tool-X provides a numbered list of tools; you simply enter the number of your choice to start the automatic installation.