Turn Android into a Linux Desktop workstation with Hardware-Accelerated Graphics
🚀 An elite, containerized Termux environment builder engineered to deploy a rootless Debian Linux distribution with native X11 graphical rendering, hardware acceleration, and seamless automated orchestration.
Live demonstration of the compiled rootless XFCE4 desktop ecosystem running inside Termux-X11
To initialize and stream the hardware-accelerated desktop view, the Termux-X11 display layer client must be installed on your Android device subsystem.
Run these sequential terminal commands inside your Termux window interface to trigger the fully automated setup engine:
Updates package lists and installs the Git core package manager dependency layer.
pkg install git -yClones the latest codebase and infrastructure configuration from the source repository.
git clone https://github.com/ps1-blacklist/ps1-debian.gitNavigates the terminal active workspace directory straight into the project root path.
cd ps1-debianGrants executable privileges and binary runtime permissions to the core automation wrapper script.
chmod +x setup.shExecutes the installer compiler engine to configure the local Debian container and X11 ecosystem.
./setup.sh👑 System Admin Profile Network Integration
