AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
Professional audio watermarking and steganography for OxiMedia
Context-aware terminal colorizer with magnitude spectrum visualization for network device output
Covert peer-to-peer communication infrastructure with steganography, onion routing, and traffic analysis resistance
Audio codec implementations for OxiMedia
Ambient sound generator for your terminal
Sparse and Skew Hashing of k-mers - Core library
A lightweight toolkit for analysing p2p network topologies.
Intent-keyed stream cipher — research artifact, illustrative use only. Not production cryptography.
Fast intrinsic dimensionality estimation for ML model optimization
Command-line calculator with accumulator, memory cells, multi-base arithmetic, and script file support
FASTQ k-mer-spectrum substitution-error correction. Independent Rust port of BFC (lh3): trusted-k-mer threshold + best-first correction walk. SE and PE.