Skip to content

0.3.1 - 2026-06-09

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 23:27

Release Notes

Changed

  • Docs: the README Status section described the hesojs determinism
    engine swap (ADR 0030) as an upcoming change — it actually shipped in
    0.3.0. Reworded to the current state. No code changes.

Added

  • First publish of the Python distribution under its current name
    heso-runtime on PyPI (pip install heso-runtime). The import
    name stays heso; the binary and the Node package (@ixla/heso) are
    unchanged.

heso-cli 0.3.1

Install heso-cli 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/heso-inc/heso/releases/download/v0.3.1/heso-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/heso-inc/heso/releases/download/v0.3.1/heso-cli-installer.ps1 | iex"

Download heso-cli 0.3.1

File Platform Checksum
heso-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
heso-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
heso-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
heso-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
heso-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

heso-verify 0.3.1

Install heso-verify 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/heso-inc/heso/releases/download/v0.3.1/heso-verify-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/heso-inc/heso/releases/download/v0.3.1/heso-verify-installer.ps1 | iex"

Download heso-verify 0.3.1

File Platform Checksum
heso-verify-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
heso-verify-x86_64-apple-darwin.tar.gz Intel macOS checksum
heso-verify-x86_64-pc-windows-msvc.zip x64 Windows checksum
heso-verify-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
heso-verify-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum