Platform-Android Environment-Termux-X11 Type-Automation
A lightweight automation script that launches a full Debian desktop environment on Android using Termux + Termux-X11.
git clone git@github.com:MehmetOSTeam/termux-debian-sh.git
cd termux-debian-sh
chmod +x debian-xfce.sh
📦 ZIP download (main branch)
🔗 Git clone
🌐 GitHub repo page
Download(.sh)
Run the desktop environment with one command:
./debian-xfce.sh
Install required packages in Termux:
pkg update && pkg upgrade -y
pkg install x11-repo -y
pkg install termux-x11-nightly -y
pkg install proot-distro -y
Install Debian rootfs:
proot-distro install debian
termux-debian-sh/
│
├── debian-xfce.sh
└── README.md
MehmetOS Team
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files...