AXON v1.5.1 — first crates.io publication of the AXON language full-stack runtime. Lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the native Rust runtime: typed channels (TypedEventBus with QoS×5, π-calculus mobility, capability extrusion via shield D8 — Fase 13.f.2), Free Monad CPS handlers (Fase 2), lease kernel + reconcile loop (Fase 3+5), Epistemic Security Kernel (ESK Fase 6), Trust Types + ReplayLog (Fase 11.a+11.c), Stateful PEM over WebSocket (Fase 11.d), Ontological Tool Synthesis (Fase 11.e), Mobile Typed Channels (Fase 13). Crate publishes as `axon-lang` to mirror the Python PyPI package; library import remains `use axon::*` so existing call sites keep working unchanged.
Ahead-of-time compiler for the Catholic liturgical calendar. Ingests a YAML corpus of feasts, precedence, and transfer rules, resolves all conflicts, and emits pre-validated binary artifacts (`.kald` / `.lits`) for zero-runtime-cost deployment.
CLI tool for the ForgeLLM compiler
CPU code generation (x86 AVX2/512, ARM NEON) for ForgeLLM
GPU code generation via wgpu/WGSL for ForgeLLM
Metal GPU code generation for Apple Silicon inference in ForgeLLM
WASM + WebGPU code generation for ForgeLLM
Model parsing (GGUF, SafeTensors) and IR construction for ForgeLLM
Graph-level optimizations for ForgeLLM (fusion, layout, quantization, memory planning)
Minimal runtime for ForgeLLM (KV cache, sampling, tokenizer, API server)
Quality-first AI coding army: single Rust binary that generates production-grade projects via a 9-stage TDD pipeline with a complexity-scaled quality gate (up to 9.2/10)
A Minecraft server programmed in Rust