Skip to content

v0.3.1 — 2026-08-20

Choose a tag to compare

@github-actions github-actions released this 20 Aug 16:07

Release Notes

  • First release published on crates.io: cargo install harken and
    cargo binstall harken now work.
  • Explicit exclude list in Cargo.toml so local-only dirs never ship in
    the package.
  • README: documented the CMAKE_POLICY_VERSION_MINIMUM=3.5 workaround for
    source builds on CMake >= 4 hosts without system libopus.
  • Project docs: CLAUDE.md, docs/ARCHITECTURE.md, CI skips
    documentation-only changes.

Install harken 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/montezuma-p/harken/releases/download/v0.3.1/harken-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/montezuma-p/harken/releases/download/v0.3.1/harken-installer.ps1 | iex"

Download harken 0.3.1

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