https://github.com/ychwah/termux-kali
Run Kali Linux on your Android device even with limited resources (RAM and Storage) and configure only necessary tools that you need after installing it.
https://github.com/ychwah/termux-kali
kali-linux shell termux
Last synced: about 1 year ago
JSON representation
Run Kali Linux on your Android device even with limited resources (RAM and Storage) and configure only necessary tools that you need after installing it.
- Host: GitHub
- URL: https://github.com/ychwah/termux-kali
- Owner: ychwah
- License: mit
- Created: 2025-03-16T10:44:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T10:58:04.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:26:01.359Z (over 1 year ago)
- Topics: kali-linux, shell, termux
- Language: Shell
- Homepage:
- Size: 357 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Kali Linux CLI in Termux via Andronix Build
Run Kali Linux on your Android device even with limited resources (RAM and Storage) and configure only necessary tools that you need after installing it.
1. Install `wget` package if not installed.
```
pkg install wget
```
2. Get installation script from Github
```
wget https://raw.githubusercontent.com/ychwah/termux-kali/master/install.sh
```
3. Make it executable
```
chmod +x install.sh
```
4. Run `install.sh`
```
./install.sh
```
## Uninstalling
Removing Kali Linux in Termux is as simple as 3 steps
1. Get uninstall script
```
wget https://raw.githubusercontent.com/ychwah/termux-kali/master/uninstall.sh
```
2. Make it executable
```
chmod +x uninstall.sh
```
3. Run `unnstall.sh`
```
./uninstall.sh
```
## Credits
Kali Linux is a specialized Linux distribution geared towards penetration testing, security auditing, and /ethical hacking. It comes pre-packaged with a wide array of tools designed for various security tasks, making it a preferred choice for security professionals and researchers where the source files for Android are offered by [Andronix](https://github.com/AndronixApp/AndronixOrigin), a powerful and versatile application that allows users to run a full-fledged Linux distribution on their Android devices without the need for root access.