Skip to content

CLI reference

axint compile.

Compile a TypeScript intent definition into native Swift and supporting metadata.

01 · section

Command shape

This is the command surface the current compiler and registry expect today.

The examples below use the real Axint CLI commands that are live in the open-source compiler.

axint compile
$ axint compile src/intent.ts
$ axint compile src/intent.ts --out generated
02 · section

What it does

Use this command when you want the exact behavior below.

  • Generates Swift from your source definition.
  • Surfaces diagnostics before you try to publish.
  • Acts as the canonical local proof step before registry publishing.
axint compile · axint docs · axint registry