Open source

Aether AI open-source libraries

Aether AI LLC (Aether Systems) open-sources the pieces of its platform that are useful on their own. Two Python libraries are published today: aether-context for unlimited local-LLM context, and aether-protocol-c for cryptographically verifiable AI decisions. Both are maintained at github.com/AetherAI3.

aether-context

Billion-token reach for any local LLM (Ollama, llama.cpp, Hugging Face) via encode-and-page instead of compress-and-forget.

pip install aether-context · Unlimited Context whitepaper

aether-protocol-c

An auditable authentication layer for AI decisions — one-shot secp256k1 signing, verify-before-execute, tamper-evident audit log. Classical CSPRNG (not post-quantum); the quantum variant is Protocol-L.

pip install aether-protocol-c · Protocol-C whitepaper

Why these are open

The commitment-chain approach only matters if it can be inspected. Publishing the signing layer lets anyone verify the mechanism the commercial platform builds on — the same Protocol-C architecture that secures AetherCloud. Read more about the company on the About page or in Research.