A general-purpose, deterministic programming language for humans and AI agents building the same software.

Current public alpha: AiLang 0.0.1-alpha.25, AiVM 0.0.1-alpha.17, AiVectra 0.0.1-alpha.13

macOS and Linux
curl -fsSL https://ailang.codes/install.sh | sh
Windows PowerShell
irm https://ailang.codes/install.ps1 | iex
Quickstart Releases

First Project

ailang init ./hello-ai --agent codex
cd ./hello-ai
ailang package add aivectra
ailang template list projects
ailang build .
ailang run .

AiLang projects are built for human review and agent automation: a project file, source files, package lockfile, and generated agent instructions all live in the repository.

Toolchain

The installer assembles the AiLang SDK, AiVM, and AiVectra from public alpha release artifacts under ~/.ailang and creates shims for the command-line tools.

Documentation

Start here
AI and contributor procedures: Agent and contributor docs