Cross-compiles Holochain conductor for aarch64-linux-android using GitHub Actions.
- Go to Actions tab
- Click Build Holochain for Android
- Enter the holochain version tag (default:
holochain-0.6.1-rc.1) - Click Run workflow
- Wait ~30-60 min
- Download the
holochain-android-aarch64artifact
holochain— conductor binary (iroh transport)lair-keystore— key managementhc— CLI tools
All compiled for Android ARM64 without needing PRoot or glibc shims.
# In Termux (no proot needed):
cp holochain $PREFIX/bin/
cp lair-keystore $PREFIX/bin/
chmod +x $PREFIX/bin/holochain $PREFIX/bin/lair-keystore
holochain --version