đRoot Termux
đ Root-Termux easily
Run a Linux Root Environment Inside Termux
Experience a complete Linux-like root environment directly inside Termux using Proot. Perfect for ethical hacking labs, cybersecurity learning, development, scripting, and advanced terminal workflows.
âš Features
- đ„ One-click installation
- đ§ Ubuntu-based environment
- đĄïž Safe Proot isolation
- ⥠Fast startup performance
- đŠ Package management support
- đ Sudo support
- đ± Works on Android devices
- đŻ Beginner friendly
- đ Copy-to-clipboard commands
đž Preview

"Root-Termux Screenshot" (screenshot.jpg)
đ Requirements
Requirement| Status
Termux Latest Version| â
Internet Connection| â
2GB+ Storage| Recommended
Android 8+| Recommended
⥠Installation
Step 1: Install Git
pkg update -y && pkg upgrade -y
pkg install git -y
Step 2: Clone Repository
git clone https://github.com/hctilg/root-termux.git
cd root-termux
chmod +x *
Step 3: Install Required Packages
pkg install wget proot -y
Step 4: Run Installer
yes | bash install.sh
Installation may take several minutes depending on your internet speed.
đ Launch Root Environment
After installation completes:
bash start.sh
Or:
./start.sh
đŠ First-Time Setup
Once inside the environment:
apt update
apt upgrade -y
đ Install Sudo
apt install sudo -y
Verify:
sudo whoami
Expected output:
root
đ Useful Commands
Update Packages
apt update && apt upgrade -y
Install Python
apt install python3 -y
Install Git
apt install git -y
Check Distribution
cat /etc/os-release
Exit Root Environment
exit
â Disclaimer
This project uses Proot virtualization and does not provide actual Android kernel root privileges.
It creates a Linux root-like environment for educational, development, and cybersecurity learning purposes.
Successfully installed and launched a Linux root environment inside Termux.



