Easily Install Termux Gui Desktop
With Some Popular Gui Apps Directly In Termux
- 🌐 2 Browsers ( Chromium & Mozilla Firefox )
- 📺 VLC Media Player work fine
- 📚 Easy To Setup
- 👨💻 Two Code Editor ( VS Code & Geany )
- 📷 Two Image Editor ( Gimp & Inkscape )
- 🍷 Wine To Run Windows Apps
- 🎨 New Sets of Beautiful Theme And Wallpapers
- 🦾 Hardware Acceleration Enabled
- 🖇️ Termux:X11 Added
- 🔗 And Much More...
Termux from Google Play is unmaintained due to API requirements So use the F-Droid one instead.
- 2GB of RAM (minimum) 3GB of RAM (recommended)
- 1.5 - 2 GB Of Internet
- 3 - 4 GB Of Free Storage (minimum)
- VNC Client RealVnc Or Nethunter Kex
See Other Styles: Here
All gui apps screenshot
See More Available Apps: Here
Want To Install More Apps Which Are Not Avilable Termux, Like: Libreoffice , Kdenlive e.c.t. (As Normal App)
See How To Use Distro Container: Click Here
NOTE: This only works on Termux
NOTE: A Fresh Desktop Install Is Always Best / Recommended
pkg update -y
pkg install wget -y
wget https://raw.githubusercontent.com/sabamdarif/termux-desktop/main/setup-termux-desktop
chmod +x setup-termux-desktop
./setup-termux-desktop
pkg update -y ; pkg install wget -y ; wget https://raw.githubusercontent.com/sabamdarif/termux-desktop/main/setup-termux-desktop ; chmod +x setup-termux-desktop ; ./setup-termux-desktop
- Type
vncstart
ORgui -start
to start vnc server. - Type
vncstop
ORgui -stop
to start vnc server. - Type
gui -tx11
ORtx11start
to star using Termux:11. - Type
tx11stop
to stop Termux:11 server - Type
vncstop -f
to kill vncserver - Type
gui -kill
to kill both vncserver and Termux:x11 At Once