Boot Nethunter
July 12, 2026 · View on GitHub
Boots the Kali Chroot (Nethunter-Rooted) environment directly inside Termux, giving you a fully functional rooted Kali interface with Termux’s flexibility and customizability.
Important
Rooted Android Phone Required
Note
Hey everyone,
I originally created this for my own convenience, but since so many of you are now using it (which is awesome), I’m restructuring and cleaning things up properly to make it more consistent and reliable. For anyone who has old forks, please discard old commits when syncing — the old code is preserved in v1.0.0, but all new work will be structured differently going forward.
Motive
If you’ve ever used Nethunter-Rooted, you’ve likely come across the Nethunter Terminal. While it’s solid, it doesn’t offer the same customizability or integration that Termux provides.
Boot Nethunter bridges that gap — it lets you boot the rooted Kali chroot directly inside Termux, with all the benefits of your familiar Termux environment.
Pre-Requisites
-
Update Termux to the latest version:
apt update && apt upgrade -y -
Restart Termux. If prompted for superuser access at any point, grant it.
Instructions
-
Download the installer:
wget https://github.com/cipherswami/boot-nethunter/releases/download/v1.0.0/install_boot-kali.sh -
Make it executable:
chmod +x install_boot-kali.sh -
Run the installer:
./install_boot-kali.sh -
et voilà! Installation complete 🎉. Now, clean up:
rm install_boot-kali.sh
Usage
Run boot-kali anywhere inside Termux to start the Kali chroot environment.
Additional Info
- Installation creates a
binfolder under$HOME/.termux/, which is automatically added to yourPATH. - You can drop any binaries or executables into that folder and call them globally from Termux.
People
Author: Aravind Potluri <aravindswami135@gmail.com>
LICENSE
This project is licensed under MIT license. See LICENSE for more details.