Onex in Termux – Installation & Usage Guide

Onex is a simple Termux tools installer script which you can use to install different types of tools from a single interface. It allows easy browsing, searching, and installation of a large collection of security and utility tools directly in Termux without manually cloning or setting up each tool separately.

Installation Commands

First update your Termux packages:

pkg update && pkg upgrade -y

Install Git and Python:

pkg install git python -y

Clone the Onex repository:

git clone https://github.com/jackind424/onex -y

Move to the tool directory:

cd onex

Install onex in Termux:

./install

Usage Commands

Start Onex menu:

onex start

After starting Onex, you will see this menu:

[1] All tools (370 tools)
[2] Tools category
[3] Update onex
[4] About us
[5] Exit

You can simply enter the option number to continue, and Onex will guide you through available tools, categories, updates, and informations.

View help menu:

onex -h

List all available tools:

onex -l

Alternative list commands:

onex list

Search a tool:

onex -s toolname

Install a tool:

onex -i toolname

Update Onex:

onex -u

Note: Onex is mainly designed for educational and learning purposes. Always use it responsibly and only on systems or environments where you have proper permission.

READ ALSO  Download Official Termux APK (Latest Version 2026) – Free for Android

Leave a Comment