Skip to content

0.2.0 - Beta

Choose a tag to compare

@github-actions github-actions released this 19 Jul 17:55
662cfb9

Release Notes

This release establishes the first distributable beta 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 0.2.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download locho 0.2.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