v0.16.0
Runtime line
Holon v0.16.0 is part of the Rust runtime line. The Rust runtime is now the main holon binary.
This line is intentionally breaking relative to the old Go-line releases. If you need the old Go implementation, stay on v0.12.0.
Supported binary assets for this release are Linux amd64, macOS amd64, and macOS arm64.
Install
Homebrew:
brew tap holon-run/tap
brew install holonDirect binary:
curl -L "https://github.com/holon-run/holon/releases/download/v0.16.0/holon-linux-amd64.tar.gz" | tar -xz
chmod +x holon
./holon --helpReplace holon-linux-amd64.tar.gz with holon-darwin-amd64.tar.gz or holon-darwin-arm64.tar.gz on macOS.