1.1.0 - 2026-08-06
Release Notes
- Adds typed, service-scoped capability tokens with explicit
shareand
secretcommands. - Adds multi-service attachment configurations for HTTP and TCP listeners that
share one reconnecting iroh connection. - Improves reconnect behavior after host termination and for shared
attachments. - Hardens capability proof verification with constant-time comparison.
- Adds dependency security policy checks and automated dependency updates.
This release is intended for developer workflows, internal tools, controlled
service sharing, and debugging. It does not provide WebSocket upgrades, live
configuration reload, arbitrary host routing, per-user authorization, or
production availability guarantees. Configuration changes and capability
rotation require restarting the host.
Install locho 1.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/trchopan/locho/releases/download/v1.1.0/locho-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/trchopan/locho/releases/download/v1.1.0/locho-installer.ps1 | iex"Download locho 1.1.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 |