Skip to content

0.2.0 - 2026-05-28

Choose a tag to compare

@github-actions github-actions released this 29 May 02:35

Release Notes

Removed

  • The plat registry. The publish, pull, and list verbs and the
    heso registry namespace are gone, along with the hosted store at
    heso.ca/ecosystem. Sharing a plat now means handing someone the
    file (or a URL to it); they run heso run - or heso verify against
    it. heso no longer publishes or hosts plats.

Changed

  • search now queries Mojeek alongside DuckDuckGo and the Wikipedia
    knowledge block (plus an optional SearXNG endpoint via --searx-url
    / HESO_SEARX_URL), so results are returned more reliably when one
    backend is unavailable. No API key is required.

heso-cli 0.2.0

Install heso-cli 0.2.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download heso-cli 0.2.0

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.2.0

Install heso-verify 0.2.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download heso-verify 0.2.0

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