Termux is a free app for Android phones. It lets you run a Linux system on your phone. You do not need to root your device.
If a text-only interface isn't enough, you can install a full Linux desktop environment (like XFCE) inside Termux and access it using a VNC Viewer app. Install an X11 repository and a desktop environment.
: Use Volume Up + Q to show extra keyboard keys like CTRL and ALT.
Termux uses a package manager to install and manage software packages. Here's how to use the package manager: termux complete tutorial
(e.g., Ubuntu)
Want to run Kali for security testing or Ubuntu for a more traditional Linux feel? Use proot-distro , which doesn't require root.
Only use these tools on your own network or with explicit permission. Termux is a free app for Android phones
Termux is a free and open-source terminal emulator for Android that allows you to run Linux commands and packages on your mobile device. It provides a complete Linux environment, allowing you to install and run various packages, including programming languages, utilities, and tools.
pkg install rust cargo new my_project
Note: If a prompt asks for permission to replace files, press y and then Enter to approve. 4. Essential Termux Commands If a text-only interface isn't enough, you can
Termux turns your Android device into a powerful development, automation, and learning environment. With a Linux-like package manager, scripting support, and hardware API access, it's ideal for:
pkg install openssh sshd # starts server on port 8022
Since Termux is a Linux environment, standard commands work.