AI-native systems language

Compact source. Native binaries. Built for agents.

Ax is a preview programming language for extreme code compression, explicit semantics, native execution, and small tools that humans and AI agents can inspect quickly.

1.7 MiBcurrent release compiler binary in this workspace
NativeLLVM backend, clang linker, small C runtime ABI
Packsfilesystem, crypto, process, JSON, TCP, HTTP, and more
Start

Install, run, and ship compact Ax programs.

Prebuilt binaries are published for macOS arm64/x64, Linux x64/arm64, and Windows x64. Release binaries embed the standard pack manifests and runtime sources for standalone installation.

curl -fsSL https://raw.githubusercontent.com/axlanguage/axlang/main/dist/install.sh | sh
export PATH="$HOME/.ax/bin:$PATH"
ax version
ax run examples/hello.ax

Compact Source Is The Surface

Ax source is authored directly in parser-checked AI-min form. The compiler, formatter, examples, tests, docs, and agent skill all treat compact `.ax` as the source of truth.

{;"hello world"}

@add(a:#,b:#):#{^a+b}
?"math"{:add(20,22):42}

&3000{G/ping>"pong" G/health>#{ok:!1,service:"ax"}}

Docs

Coming Up

Ax will continue opening up as an AI-native language and toolchain focused on extreme code compression, native performance, and stable agent-readable systems software.