How to Install Kali Linux on Android | Without Root | Latest Method | 100% Working

Do you want to install and use Kali Linux on your Android phone without rooting it? If yes, then you are in the right place because in this article, I will provide you the latest method to install Kali Linux on Android.

The method is so safe and simple that you can easily install it even if you are a beginner, and you don’t need to root your Android phone.

Kali Linux on Android without root
Kali Linux on Android without root

What is Kali Linux?

What is Kali Linux
What is Kali Linux

Kali Linux is a special version of Linux that is made for hackers and cybersecurity experts. It comes with many powerful tools to test computer security.

Kali Linux is the most popular Linux-based computer operating system in the world. You can use it to learn and explore Linux tools and packages on your Android phone.

What You Need

I have mentioned some important things that you need to install and use Kali Linux on Android phones.

  • An Android phone
  • Termux app (download it from F-Droid)
  • Good internet connection (Wi-Fi recommended)
  • Around 2–3 GB of free storage space
  • Around 1 GB of internet data

Step-by-Step Guide to Install Kali Linux on Android (Without Root)

Let’s begin! Just follow these simple steps.

Step 1: Install Termux App

  1. Go to F-Droid and download Termux.
    (Avoid the Play Store version, as it is outdated.)
  2. Install the app on your phone.
  3. Open Termux.
Termux Terminal
Termux Terminal

You will see a black screen with a keyboard. This is your terminal. You need to type commands here.


Step 2: Update and Install Required Packages

Now type the command below in Termux. Just copy and paste it.

pkg update -y
pkg install wget curl proot tar -y
  • pkg update -y updates all packages.
  • pkg install wget curl proot tar -y installs tools needed to install Kali.

After running this command, wait for it to finish.


Step 3: Download Kali Linux Script

Now we will download a special script that helps us install Kali Linux easily.

Type or paste this command:

wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Installer/Kali/kali-xfce.sh -O kali-xfce.sh

This command downloads the Kali installation file.


Step 4: Give Permission to Run Script

We must now allow the file to run. Use this command:

chmod +x kali-xfce.sh

This command makes the script ready to run.


Step 5: Run the Script to Install Kali Linux

Now run the script:

bash kali-xfce.sh

This will start the Kali Linux installation and It may take some time. So relax and wait!

Note: Installation can take 10–30 minutes.

Done! Kali Linux is Installed!

After the script finishes, you will see something like:

Welcome to Kali Linux!
root@localhost:~#
Kali Linux successfully installed
Kali Linux successfully installed

This means Kali Linux is successfully installed in your android phone. You can now use kali linux tools and commands.

Start Kali Linux Again (Next Time)

Every time you want to open Kali Linux, follow these steps:

  1. Open Termux.
  2. Now, run this command to start Kali:
./start-kali.sh

You are now inside Kali Linux again!

How to Use Kali Linux with GUI (Graphical User Interface) on Android

The above method gives you a terminal (command-line interface), but if you want to use a GUI (like a computer screen), follow these steps:

  • After Kali is installed, type:
apt update

And type:

apt install xfce4 xfce4-goodies tightvncserver -y
  • Create a Directory for Vnc server:
mkdir -p /root/.config/tigervnc
  • Now set up VNC:
vncserver :1
  • It will ask you to set a password. Type any password you like.

Note: Password will not showing when your are typing.

  • Now install VNC Viewer application from the Play Store.
VNC viewer app
VNC viewer app
  • Open VNC Viewer and connect to:
localhost:5901
  • Enter your password that you set earlier and It will launch Kali Linux Graphical version.
Kali Linux GUI on Android
Kali Linux GUI on Android

Important Tips

  • Use a strong internet connection.
  • Don’t close Termux while installing.
  • If the installation fails, just run the script again.
  • You can install more tools using:
apt-get install <tool-name>

Example:

apt-get install nmap

Summary of All Steps

StepDescription
1Install Termux
2Update and install packages
3Download Kali script
4Give script permission
5Run script to install Kali
6Use Kali with or without GUI

How to Uninstall/Delete Kali Linux from Termux

If you want to Uninstall or Delete Kali Linux from your phone then you can follow this simple step:

  • Open Termux
  • Now type this command:
rm -rf kali-fs kali-xfce.sh start-kali.sh

This command will uninstall/delete everything of Kali Linux from your phone.

Frequently Asked Questions (FAQs)

1. What is Kali Linux?

Kali Linux is a Linux based special operating system for computers. It was the most popular software among ethical hackers and cybersecurity experts, as it comes with many security testing tools.

2. What is Termux?

Termux is an app for Android devices that gives you a Linux terminal where you can use Linux commands and tools.

3. Is it possible to install Kali Linux on Android phone without root?

Yes, with the help of Termux app, it was possible to install Kali Linux without rooting android device.

4. Is it safe to install Kali Linux on my phone?

Yes, it is safe to use Kali Linux on your phone, you just need to follow the installation steps carefully.

5. Do I need the internet to use Kali Linux on my phone?

No, you don’t need internet connection to use Kali Linux on your Android phone but some tools and tasks need internet.

6. Can I use Kali Linux GUI?

Yes, you can use the Kali Linux Graphical user interface on your Android phone using vnc server and VNC viewer.

7. How do I open Kali Linux after closing Termux?

Just open Termux and type: ./start-kali.sh

This will start Kali Linux for you.

8. How can I remove Kali Linux from my phone?

If you want to delete Kali Linux from your phone then type this command: rm -rf kali-fs kali-xfce.sh

This command will delete all files and data of Kali Linux from your phone.

Conclusion 💬

Kali Linux is one of the most popular and powerful computer operating systems. Using this system on an Android device will make it a small, mini, powerful Linux machine that you can carry in your pocket.

In this article, I have provided a simple and 100% working method to install Kali Linux on Android without root.

SHARE THIS POST:

Leave a Reply

Your email address will not be published. Required fields are marked *