Skip to content

1.1.0-beta.3 - 2026-07-29

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:27

Release Notes

  • Stops locho host from printing service capabilities automatically.
  • Adds explicit locho share and locho secret commands with service-typed
    capability tokens consumed directly by locho attach.
  • Adds locho attach --config for multiple local HTTP and TCP listeners sharing
    one reconnecting iroh connection.
  • Stabilizes reconnect handling when multiple services share an attachment
    process.

This prerelease continues the reliability and attachment workflow work from
1.1.0-beta.2. It is intended for beta testing and is not the stable release
channel.

Install locho 1.1.0-beta.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/trchopan/locho/releases/download/v1.1.0-beta.3/locho-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/trchopan/locho/releases/download/v1.1.0-beta.3/locho-installer.ps1 | iex"

Download locho 1.1.0-beta.3

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