Skip to content

Echo v0.0.1-alpha.11

Pre-release
Pre-release

Choose a tag to compare

@csfh csfh released this 21 Aug 17:09
· 13 commits to main since this release
46d55de

Pre-release since alpha.10: Windows runtime compile.

Highlights

  • Windows compile — Unix domain socket types in echo_runtime are cfg(unix). Non-Unix hosts keep the existing handle-0 / write -1 stubs so xo.exe can build.

Install

curl -fsSL https://raw.githubusercontent.com/modoterra/echo/main/scripts/install.sh \
  | bash -s -- from-release v0.0.1-alpha.11

Multi-platform assets (xo-linux-x86_64, xo-macos-arm64, xo-windows-x86_64) attach when the release CI job finishes. This tag currently documents Linux and macOS archives; a Windows tarball is included only if that job succeeds.