Prerequisites
- macOS or Linux
- one of: installer script, prebuilt binary,
.deb/.rpmpackage, or Go toolchain
Install with the bootstrap script
Use the stable bootstrap URL:Install from source (Go)
Build from repository
Verify install
init, run, status, sync, and version.
Install the Hyperlocalise skill (skills.sh)
Install:npx.
Upgrade
Re-run your install method.- Installer users: run the bootstrap command again, optionally with
VERSION=<tag>. - Go install users: run
go install ...@latestagain. - Repository users: pull latest changes, then run
make install.