AUR packaging for Hyphae: hyphae-bin, built from the official prebuilt Linux release artifact — no Rust toolchain, no local compilation.
# On Omarchy
omarchy pkg aur add hyphae-bin
# Or with any AUR helper
paru -S hyphae-binThen set up Agent Memory:
hyphae agent setup- The package pins the exact release version and the SHA-256 of the official artifact.
- It installs
/usr/bin/hyphae, licenses, notices, and the README — nothing else. - Package hooks never create data directories, credentials, services, or agent configuration;
hyphae agent setupowns all of that, reversibly. - Removal never touches user data.
- Wait for the upstream GitHub release and its
SHA256SUMS. - Update
pkgverandsha256sumsinPKGBUILD. makepkg --printsrcinfo > .SRCINFO.- Validate in a clean Arch container: build, install,
hyphae version --json,hyphae init, remove, confirm data preservation. - Push to AUR:
git push ssh://aur@aur.archlinux.org/hyphae-bin.git main:master.