Use Anland in Termux, including Termux native producers and PRoot/Chroot containers.
- Based on Anland
- Android app:
app/- package:
com.anland.termux - label:
Anland Termux - shared UID:
com.termux - signed with
app/testkey_untrusted.jks
- package:
- Termux command:
termux/anland/- binary name:
anland - default socket:
$TMPDIR/anland/display_daemon.sock
- binary name:
Please refer to the notes in the Releases.
Build the Android app:
tools/build-app.shRequirements:
Android Gradle Plugin 9.2.1
Gradle 9.6.0
Android NDK 29.0.14206865
minSdk 30
compileSdk 36
Output:
out/AnlandTermux-<version>.apk
Build the anland daemon for the current system:
tools/build-termux-anland.shWhen this is run inside Termux, the output is a Termux executable:
out/anland
The Termux package recipe draft lives at:
packages/anland/build.sh