axon-lang — this package is discontinued
AXON is a Rust + C23 toolchain. There is nothing to pip install.
cargo install axon-lang
Requires Rust 1.95+ and a C compiler (MSVC / clang / gcc)
— axon-csys builds C23 kernels via cc.
What happened
The Python interpreter was retired in Fase 40 (Pure Silicon, v2.0.0). For a while afterwards this package was a thin launcher that downloaded and executed the native binary; that shim was deleted in Fase 116.c.5. Everything — lexer, parser, epistemic type system, IR generator, runtime, HTTP server, CLI — is native Rust, with the FIPS-routable cryptographic and tokeniser kernels in standalone C23.
The historical Python releases remain on PyPI, unmaintained, for anyone who needs to reproduce an old build.
Where things are now
| Crate | crates.io/crates/axon-lang |
| API docs | docs.rs/axon-lang |
| Source | github.com/VelitRicardo/axon-lang |
| Compiler frontend only (zero runtime dependencies) | crates.io/crates/axon-frontend |
If you are building tooling — an LSP, a linter, an analyzer — depend on
axon-frontend rather than the full crate: it is the lexer, parser, type checker
and IR generator with no runtime dependencies at all.
What AXON is
A programming language for AI cognition in which the properties you care about — this endpoint may not leak regulated data, this agent may not exceed this budget, this credential may not outlive this session — are type errors, checked before anything runs.
axon check app.axon # compile-time compliance verification
Licensed AGPL-3.0-or-later.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file axon_lang-3.0.2.tar.gz.
File metadata
- Download URL: axon_lang-3.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b8bf84775368e8c99986a6a5f8fbb4f5bdf45c9552313c417fd2b1bb6ac11c3
|
|
| MD5 |
0f62fe83430caea8f0dbcbd7014d72ee
|
|
| BLAKE2b-256 |
d4eaec20679c15544f5d8c2a515514483b1ab499de4e56fbacb8078d31af8f43
|
File details
Details for the file axon_lang-3.0.2-py3-none-any.whl.
File metadata
- Download URL: axon_lang-3.0.2-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1143b9427cd3c2d220cbcb072ab46cef6dfa6af73e95592095431bf8977de4ba
|
|
| MD5 |
876f6232e016e0c75aa94d59f8f72fd7
|
|
| BLAKE2b-256 |
820890dad17bcc6a575706ee1958c100545732eff3c1fc830f7d5f964218678c
|