You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds typed, service-scoped capability tokens with explicit share and secret commands.
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 | sh
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
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