Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 15:21
· 146 commits to main since this release

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 holon

Direct 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 --help

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