u/Imaginary_Wasabi7494

▲ 0 r/termux

🚀 ANBE v2.0.1 — Build, sign and verify Android APK/AAB directly in Termux

ANBE v2.0.1 — an open-source Android build/release tool for Termux

I've been working on ANBE, a Python orchestration layer for building Android projects directly in Termux.

Current stable target is Capacitor projects on ARM64. It handles preflight diagnostics, Java/Gradle resolution, Termux-compatible AAPT2, APK/AAB builds, release signing, signature verification and artifact reports.

Basic usage:

anbe doctor ~/project

anbe build ~/project

anbe release ~/project

anbe launch ~/project

Source: [GitHub URL]

I'm looking for people with existing Capacitor projects to test it, especially projects with unusual Gradle/plugin configurations. If anbe doctor succeeds but the build fails, that's particularly useful to me.

Apache-2.0. Feedback on the implementation is welcome.

reddit.com