Hax4us
termux-x

it is unofficial repository maintained by me @hax4us. you can check available packages in README

Last updated May 26, 2026
97
Stars
18
Forks
8
Issues
0
Stars/day
Attention Score
24
Language breakdown
No language data available.
โ–ธ Files click to expand
README

termux-x

it is unofficial repository maintained by me @hax4us. you can check available packages in README

List Of Available Packages (aarch64, arm)

x11-stable repo

  • xfce4 Desktop Environment (with all base dependencies)

pentesting repo

  • beef-xss

How To Add x11-stable Repo (for gui packages)

  • Add new sources list file mkdir -p $PREFIX/etc/apt/sources.list.d && printf "deb https://hax4us.github.io/termux-x/ x11-stable main" > $PREFIX/etc/apt/sources.list.d/hax4usx11stable.list
  • enable x11 repo apt install x11-repo
  • add public key wget https://hax4us.github.io/termux-x/hax4us.key && apt-key add hax4us.key
  • Update apt update

Add pentesting repo (for pentesting packages)

  • Add new sources list file mkdir -p $PREFIX/etc/apt/sources.list.d && printf "deb https://hax4us.github.io/termux-x/ pentesting main" > $PREFIX/etc/apt/sources.list.d/hax4us_pentesting.list
  • add public key (same as above step 3)
  • Now update apt update

Inatall Any Package

apt install pkg_name

NOTE FOR BEEF USERS

currently ruby (bigdecimal extension) is creating problems so after beef installation you will have to follow these step before executing beef command
  • download the script wget https://hax4us.github.io/files/fix-ruby-bigdecimal.sh
  • run script chmod +x fix-ruby-bigdecimal.sh && ./fix-ruby-bigdecimal.sh

Packages Will Be Add As Per Your Demand Guys :) (Just Open Issue As A Package Request)

ยฉ 2026 GitRepoTrend ยท Hax4us/termux-x ยท Updated daily from GitHub