Skip to content

AIGX 1.3.3 — live on npm + PyPI + crates.io

Latest

Choose a tag to compare

@Lolner95 Lolner95 released this 20 Jun 18:05
· 2 commits to main since this release

AIGX is now installable from every major registry. Each reference implementation ships from its native
package manager — and they're held in agreement by the conformance suite.

Registry Install What it is
npm npm i -g @aigx/cli (→ aigx) · npx @aigx/cli the CLI (init/lint/resolve/doctor/format/check-conformance)
npm npm create aigx · npx create-aigx the interactive scaffolder
npm npm i @aigx/parser · @aigx/lint programmatic parser + validator
PyPI pip install aigx the Python reference validator (pypi.org/project/aigx)
crates.io cargo install aigx the Rust reference validator/CLI (crates.io/crates/aigx)

Note: npm reserves the bare aigx name (typosquat filter), so the npm CLI is scoped as @aigx/cli — the
installed command is still aigx. PyPI and crates.io use the plain aigx name.

This is a registry/publishing milestone; no spec or code changes (spec remains 1.1).