Termux Logo
// alone-monster · apps · terminal

Termux

A powerful terminal emulator and Linux environment for Android. Run real Linux commands, install hundreds of packages, write and execute code — all on your phone, no root required.

Platform
Android
Root
Not Required
License
GPL-3.0
Price
Free & Open Source
// 01 · Overview

What is Termux?

Termux is a free, open-source terminal emulator application for Android that provides a minimal Linux base system. Unlike most Android terminals, it does not require root access or any special setup — just install and start typing commands.

It ships with its own APT-based package manager, allowing you to install real Linux software like Python, Node.js, Ruby, Go, Rust, git, vim, neovim, tmux, SSH, curl, wget and hundreds more — directly on your Android device.

Termux is used by developers for on-the-go coding, security researchers for penetration testing tools, students learning Linux, and hobbyists building automation scripts — all from a phone or tablet.

// 02 · Features

Key Features

🐧
Real Linux Environment

A genuine Linux base system with bash, zsh, fish shells, coreutils and all standard Linux tools you already know.

📦
APT Package Manager

Install 1000+ packages with pkg install. Python, Node.js, Ruby, Java, gcc, clang, ffmpeg and much more.

🔐
SSH Client & Server

Connect to remote servers via SSH, or turn your phone into an SSH server so you can code from your PC wirelessly.

🐍
Code in Any Language

Python, JavaScript, TypeScript, Ruby, Go, Rust, C, C++, PHP, Lua — compile and run code directly on your device.

📂
Full File System Access

Access your internal storage, SD card, and all your files from the terminal. Copy, edit, and manage files with Linux commands.

🌐
Network Tools

curl, wget, nmap, netcat, whois, nslookup, OpenSSL — full suite of networking utilities ready to install.

🤖
Automation & Scripting

Write bash/python scripts, schedule tasks with cron, automate file operations, build bots — your phone becomes a mini server.

🪟
Multi-Session & tmux

Run multiple terminal sessions simultaneously with tmux. Split panes, detach sessions, and multitask like a pro.

// 03 · Packages

Popular Packages

Install any of these with pkg install <name>

python
nodejs
git
vim / neovim
tmux
openssh
curl
wget
nmap
sqlite
rust
gcc / clang
make
php
ruby
ffmpeg
nginx
gnupg
// 04 · Commands

Essential Commands

CommandDescription
pkg updateUpdate package lists to latest
pkg upgradeUpgrade all installed packages
pkg install pythonInstall Python interpreter
pkg install gitInstall Git version control
pkg search <name>Search for a package by name
pkg list-installedList all installed packages
pkg uninstall <name>Remove an installed package
termux-setup-storageGrant access to phone storage
ssh user@hostConnect to a remote SSH server
python script.pyRun a Python script
node app.jsRun a Node.js application
tmux new -s mainStart a new named tmux session
// 05 · Installation

How to Install

01
Download the APK

Download the Termux APK directly from this page. Do NOT install from Google Play — the Play Store version is outdated and no longer maintained by the Termux team.

Download APK
02
Allow Unknown Sources

Go to Settings → Security → Install Unknown Apps (or similar on your Android version) and allow your file manager or browser to install APKs.

03
Install the APK

Open the downloaded APK file from your file manager and tap Install. The installation takes only a few seconds.

04
First Launch & Setup

Open Termux. It will automatically set up its base environment. Once ready, update all packages with:

pkg update && pkg upgrade
05
Grant Storage Access

To access your phone's internal storage from Termux, run this command once and tap Allow:

termux-setup-storage
Important: Always download Termux from F-Droid or a trusted source like this page. The Google Play Store version is outdated (2019) and no longer receives updates.
// 06 · Download

Get Termux Now

Termux — Terminal Emulator for Android

Download the latest Termux APK for free. A full Linux environment in your pocket — no root, no restrictions.

SAFE & OPEN SOURCE ANDROID 7+ GPL-3.0 LICENSE
Download APK