Learn how to simulate a root environment directly within Termux on your NON-ROOTED Android device. This step-by-step tutorial will show you how to install and use the proot-distro tool to create a Linux distribution that gives you sudo and root-level access for development, testing, and learning—all without ever modifying your device's system partition.
⚠️ Important Disclaimer: This method provides a localized root environment inside Termux. It does NOT give you actual root access to your main Android OS. You cannot modify system files, bypass paid apps, or hack games with this. It is for educational and development purposes only.
Commands Used :
apt-get update && apt-get upgrade -y
apt-get install git -y
git clone https://github.com/adarshaddee/root.git
cd root
chmod +x main
./main
add ons:
fish
fakeroot