English | 中文
Use Anland in Termux, including Termux native and PRoot/Chroot/LXC containers.
- Supports Termux native environments and PRoot containers. This means you can experience an Anland-powered Wayland desktop even if your device is not rooted.
- Provides ready-to-use PRoot-Distro container images built through automated Docker workflows.
- Supports hardware acceleration with the Freedreno and Turnip drivers on devices with Qualcomm Snapdragon processors.
| KWin | Weston | |
|---|---|---|
| Termux native | ✔️ | ✔️ |
| Debian 13 | ✔️ | ✔️ |
| Ubuntu 26.04 LTS | ✔️ | ✔️ |
- Most mainstream Qualcomm Snapdragon processors should be able to run Anland: Termux.
- Other processors, such as MediaTek Dimensity, Google Tensor, and Samsung Exynos, can currently use only software rendering (LLVMpipe) and may not be able to enter the Wayland desktop. So far, only the Google Tensor G1 has been tested by me; it can successfully enter the desktop in PRoot or Chroot containers. For other processors, you can also follow the instructions in the User Guide to have a try. It would be helpful to share how this project works on your device in Issues.
For instructions on installing and using Anland: Termux, see Anland: Termux User Guide.
See Anland: Termux Developer Documentation
- Anland: Introduced a new solution for running Linux Wayland applications on Android and is this project's upstream.
- Termux:X11: Inspired the Unix socket communication between Android apps and provided a reference for implementing enhancements such as the toolbar.
- PRoot-Distro: Enables Docker-packaged container images to run on Android.