Current Beta
The current known-good public beta SDK is:
- AiLang SDK
v0.0.1-beta.56 - AiVM native runtime
v0.0.1-rc.9 - AiVectra UI SDK
v0.0.1-beta.4 - AiOS targets
v0.0.1-alpha.5 - WASM target
v0.0.1-alpha.3 - Linux target
v0.0.1-alpha.11 - macOS and Windows targets
v0.0.1-alpha.2
curl -fsSL https://ailang.codes/install.sh | sh -s -- --channel beta
The beta channel installer resolves the current SDK artifacts. Project packages and targets are restored through the curated package registry. Beta and alpha target releases are prereleases. APIs, bytecode details, target metadata, and SDK layout may change before 1.0.
Self-hosting milestone
The next SDK release candidate now rebuilds the AiLang compiler, built-in commands, and module worker from a relocated installed SDK in a clean checkout. The default build no longer invokes the legacy C compiler launcher. The remaining C parser utility is isolated to repository corpus validation and is scheduled for replacement by a compiled AiLang parse-check command before removal.
The current candidate also removes fixed 16, 32, and 64 MiB compiler byte-arena ceilings. Hosted AiVM tooling now reclaims dead phase data before growth, spills completed unobserved worker results, and lowers physical worker concurrency as host memory pressure rises. A full 113-module rebuild remains byte-identical; constrained application profiles retain their declared bounds.
Canonical source-corpus validation now runs through the compiled
AiLang parse-check.aibc1 built-in. The former standalone
C parser source, native build helper, SDK staging, and CI/release
artifacts have been removed. The default self-host remains
byte-identical after this migration.