This repository provides a simple Bash script to install Kali Linux on Termux, enabling users to run either a command line interface (CLI) or a graphical user interface (GUI) version. The script automates the setup process and ensures all necessary dependencies are installed efficiently.
- command-line
bash <(curl -sL is.gd/alienkrishn_kalilinux) --CLI
- Gui-installation
bash <(curl -sL is.gd/alienkrishn_kalilinux) --GUI
- CLI Installation: Quick setup for a command line version of Kali Linux.
- GUI Installation: Install a graphical Xfce desktop environment.
- Easy Usage: User-friendly command-line options for installation type selection.
- User Creation: Automatically sets up a user for accessing the Kali environment.
- Environment Setup: Configures necessary repositories and dependencies for smooth operation.
- Termux
- Internet connection
To get started, clone this repository and navigate to the directory:
git clone https://github.com/Anon4You/kalilinux.git
cd kalilinux
Make the script executable:
chmod +x install_kali.sh
Run the script using one of the following options:
For the command line version, execute:
./install_kali.sh --CLI
For the graphical version, execute:
./install_kali.sh --GUI
To get help and usage information, run:
./install_kali.sh --help
- To log into the Kali environment after installation, execute:
kalilinux
- For GUI installations, make sure to download the Termux-X11 app from the official repository.
- Execute
kalilinux
in termux and login into kali shell then, run:
x11-start
- open your termux-x11 app
If you encounter any issues, please report them on the GitHub Issues page.
Contributions are welcome! Feel free to fork the repository and submit pull requests for enhancements or additional features.
This project is licensed under the MIT License. See the LICENSE file for more details.
Alienkrishn (Anon4You)
Enjoy your Kali Linux experience on Termux! 🌟