description |
---|
This tutorial will guide you through the installation of Kali Security OS |
Kali provided by Andronix is open source including all the scripts needed for installing it. You can take a look at it here.
Download size - 80 MB
{% hint style="warning" %} The size mentioned above is not the size after installing Kali but it's just the tar size that Andronix downloads. This doesn't include a desktop environment for the GUI. {% endhint %}
- Open the Andronix App and click on the Kali card.
- Click the Install button.
- The first three options will install Kali with the mentioned Desktop Environment. The Non-DE variant installs Kali without any Desktop Environment and is recommended for using the distro only with a Command Line Interface. The last three options will install Kali with the mentioned Windows Manager.
{% hint style="success" %} We recommend to choose XFCE variant as it is the most stable, smooth, advanced and customizable Desktop Environment present at the moment {% endhint %}
- Use the command below to update your termux packages so that you're running the updated versions of the required packages.
pkg update
- Tap & hold anywhere on the screen and press Paste.
- Press Enter and wait till the installation completes.
- Type the following command to start the distro _**_and press enter.
./start-kali.sh
- Now if you see
root@localhost
in Termux then you have successfully started Kali.
{% page-ref page="../../vnc/vnc-basics.md" %}