Skip to content

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 05:40
· 65 commits to main since this release
73adbce

Runtime line

Holon v0.17.1 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 holon

Direct binary:

curl -L "https://github.com/holon-run/holon/releases/download/v0.17.1/holon-linux-amd64.tar.gz" | tar -xz
chmod +x holon
./holon --help

Replace holon-linux-amd64.tar.gz with holon-darwin-amd64.tar.gz or holon-darwin-arm64.tar.gz on macOS.