Skip to content

1.0.0 - 2026-07-21

Choose a tag to compare

@github-actions github-actions released this 20 Jul 17:46
36065b9

Release Notes

  • Adds CI verification for native cargo-dist archives, checksums, generated
    installers, and the documented release-binary workflow.
  • Adds explicit direct-address hints for hosts and attachments when peer
    discovery cannot advertise a reachable address.
  • Adds optional PEM CA configuration for private HTTPS upstreams while keeping
    normal system-root validation as the default.
  • Adds cross-platform release-binary smoke coverage for HTTPS, TCP concurrency,
    upstream failure, restart, and capability rotation.

This is the first stable release of locho.

  • Supports multiple explicitly configured HTTP and TCP services.
  • Adds service-scoped bearer capabilities with persistence, rotation, and revocation.
  • Adds streaming HTTP proxying and bidirectional TCP forwarding.
  • Adds bounded resources, timeouts, graceful shutdown, and diagnostics.
  • Adds cross-platform release builds and verified installation artifacts.

Install locho 1.0.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download locho 1.0.0

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