ROADMAP

How XIOM is being built. Status reflects what has shipped, not what is planned.

Current state

WorkstreamStatusNotes
Compiler releasesshippingLatest release on the mirror is v0.60.1; v0.61.0 is on main
Language surfaceshippedOwnership, generics, contracts, pattern matching, derive, C FFI, scripting mode
Production hardeningshippedContracts, diagnostics, scripting and JIT, AI-assisted diagnostics, sandbox audit, sanitizers
Standard librarybeta517 source files and 6,532 public functions; limitations are published
Self-hostinggates clearedNo self-hosted release has shipped; the bootstrap toolchain is the release compiler
Ecosystemin progressPackage registry application, publishing, and editor tooling

Verification gates

Every release runs the full gate set before publication. Numbers are from the v0.61.0 compiler gates and the standard library corpus on main (checked 2026-09-22):

GateTests
End-to-end2338 / 2338
Checker195 / 195
Feature regression510
Robustness63
Fuzz24
Performance and determinism2 / 2
Formatter86
Language server45
Standard library corpus (smoke, known-answer, probes)949 / 949

4,212 checks in total across both repositories. The compiler rows count gate test cases; the standard library row counts corpus programs that compile and run. Per-release numbers will move to the versions page when the release metadata carries them.

Self-hosting

Self-hosting gates are cleared, but no self-hosted release has shipped yet; the bootstrap compiler remains the released toolchain. The remaining work is tracked in the compiler repository.

Next

Scope

XIOM is a systems language for production use -- not a research language and not a domain-specific language. Scripting mode, JIT execution and compile-time evaluation are part of the workflow, not a separate product. See Why for the full purpose, History for how the project reached this point, and the release history for what has shipped.