Skip to content

1.1.0-beta.1 - 2026-07-25

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 04:08

Release Notes

This prerelease focuses on tunnel reliability and operational validation after
the 1.0.0 stable release. It is intended for beta testing and is not the
stable release channel.

  • Keeps attachment listeners available while the tunnel reconnects after a
    connection loss.
  • Reuses HTTP upstream clients and reaps completed connection tasks to improve
    long-running host and attachment behavior.
  • Adds Docker-based stress and bounded soak-test harnesses for mixed HTTP/TCP
    traffic, connection churn, and process restarts.

Install locho 1.1.0-beta.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/trchopan/locho/releases/download/v1.1.0-beta.1/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.1/locho-installer.ps1 | iex"

Download locho 1.1.0-beta.1

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