Echo v0.0.1-alpha.9
Pre-release
Pre-release
Pre-release since alpha.8: language, std, memory, LSP, and contribution surface.
Highlights
- LSP reliability — session-oriented editor support for more stable diagnostics and features
- Memory reclamation — precise promote/demote, alias-safe demotion, graph promote (region evacuation)
- stdlib growth —
std/fs(paths, files, copy/rename/metadata/stream) andstd/process(args, env, exit, run) - Public docs — per-export std API reference on the site; MIT license + CLA contribution plumbing
- Tree-sitter — generated grammar sources tracked for host editor fetch
- Install —
curl | bash -s -- from-releaseworks underset -u
Install
curl -fsSL https://raw.githubusercontent.com/modoterra/echo/main/scripts/install.sh \
| bash -s -- from-release v0.0.1-alpha.9Multi-platform assets (xo-linux-x86_64, xo-macos-arm64, xo-windows-x86_64) attach when the release CI job finishes.