Skip to content

Echo v0.0.1-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@csfh csfh released this 22 Jul 01:09
· 101 commits to main since this release
6f4e17f

Third public alpha of Echo 2026 — CI unblocked for linux/macos release assets.

Fixes since alpha.2

  • Compile: find_runtime_staticlib E0499 (blocked all Unix echo_codegen builds)
  • macOS CI: only LLVM_SYS_221_PREFIX + absolute LLVM_CONFIG_PATH (no LIBRARY_PATH / DYLD / LLVM on PATH)
  • Windows CI: continue-on-error until net/sched drop Unix-only APIs; linux/macos tarballs still required
  • Runtime staticlib staging for AOT; from-release install path

Install (prebuilt)

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

Platforms when CI finishes: linux-x86_64, macos-arm64 (Windows optional until ported).

Status

Experimental alpha. Do not use for production.