Skip to content

daniel-thisnow/holochain-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Holochain for Android (aarch64)

Cross-compiles Holochain conductor for aarch64-linux-android using GitHub Actions.

Usage

  1. Go to Actions tab
  2. Click Build Holochain for Android
  3. Enter the holochain version tag (default: holochain-0.6.1-rc.1)
  4. Click Run workflow
  5. Wait ~30-60 min
  6. Download the holochain-android-aarch64 artifact

What it builds

  • holochain — conductor binary (iroh transport)
  • lair-keystore — key management
  • hc — CLI tools

All compiled for Android ARM64 without needing PRoot or glibc shims.

Install on device

# 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

About

Cross-compile Holochain for Android aarch64

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors