Migrating from axintai
Axint previously shipped under legacy package names that still show up on some older blogs, indexes, and copy-pasted snippets. The current package names are:
- npm:
@axint/compiler - PyPI:
axint
Replace these old names
| Legacy | Current |
|---|---|
@axintai/compiler | @axint/compiler |
axintai | axint |
Current install commands
npm install -g @axint/compiler
pip install axint
Why this matters
The compiler, MCP server, docs, examples repo, and public proof surfaces now all use the current Axint identity. If you still have the legacy package names in local configs or setup guides, update them so new users do not get routed to stale packages or stale marketplace metadata.