AiOS gives AI agents identity, memory, and the freedom to move between your machines. Post-quantum security. Persistent agent memory. Zero cloud dependency.

The Operating System for Autonomous AI

Sovereign AI agents inside your own boundary: on-prem, private cloud, or fully air-gapped. No public-cloud dependency. No compromises.

Your data stays yoursWorks offline

The Problem

Every agent framework today treats agents as disposable scripts: spin up, run a prompt chain, throw away. They have no identity, no persistent memory, no way to prove who they are, and no ability to move between machines. That's not autonomy. That's puppetry with extra steps.

What AiOS Is

Three pillars that separate an operating system from a wrapper.

Agents Are Processes, Not Prompts

Other frameworks run agents as LLM chat sessions with tool access. When the session ends, the agent disappears.

AiOS agents are persistent processes with a real kernel. They issue syscalls. They have memory they can read and write. They have a scheduler that assigns work. When the machine dies, the agent migrates: 31 cognitive vectors serialized and restored on another node in 139 milliseconds, with a full three-machine circuit measured at 416.6 milliseconds.

84 syscalls across 22 categories. Not a wrapper around an API. An actual operating system.

// Agent syscall examples
<|hdc_query|> memory.recall
<|tool_call|> network.send
<|migrate|> node.teleport
<|consensus|> squad.vote
<|identity|> did.verify
// 84 syscalls, 22 categories

Identity Is Cryptographic, Not a Config File

Most agent frameworks define identity as a text file injected into a prompt: copyable, unprovable. AiOS takes a different approach.

Every AiOS agent gets a DID (Decentralized Identifier) and a Verifiable Credential signed with ML-DSA-65, a NIST post-quantum digital signature algorithm. Agents prove identity to each other without a central authority, at 9,671 verifications per second. Works offline. Works across organizational boundaries.

9,671 verifications per second, verified on hardware.

DID Methoddid:aethyr:agent:...
SignatureML-DSA-65 (FIPS 204)
Key ExchangeML-KEM-768 (FIPS 203)
Throughput9,671 verifications/sec
OfflineYes, 47KB npm package

The Network Is the Computer

Other platforms run on one machine. AiOS spans every piece of hardware you own.

Connected by AethyrWire Protocol (AWP), a custom binary-framed protocol with a 638-byte header carrying the sender's identity hypervector in every packet. Not HTTP. Not WebSocket. A purpose-built agent network protocol with ML-KEM-768 key exchange and BLAKE3 integrity checking.

An agent on your phone coordinates with an agent on your GPU server. They prove identity to each other with post-quantum cryptography. The phone agent migrates to the server when it needs more compute, then returns. No cloud involved.

SUPERCORE
Datacenter GPU racks
10M HDC index
CORE
Workstations with GPUs
1M HDC vectors
NODE
Mini-PCs, routers
100K HDC shard
EDGE
Phones, ESP32, wearables
1K HDC cache

Every connection is AWP: binary-framed, HDC-routed, post-quantum encrypted

How We're Different

The first working implementation we know of in the Distributed + Systems Layer quadrant.

Systems Layer →
Distributed →

Orchestration + Single Machine

LangChainCrewAIAutoGenOpenAI SwarmOpenClaw

Systems Layer + Single Machine

agiresearch/AIOSArgentOS

Orchestration + Distributed

No implementations we know of

Systems Layer + Distributed

Aethyr AiOS ← you are here
CapabilityOpenClawNemoClawArgentOSAethyr AiOS
What it isPersonal assistant appSecurity sandboxSingle-machine orchestratorDistributed agent OS
Agents10 (wraps others)18 (one machine)Mesh-scale
Agent identityText fileNoneText filesDIDs + VCs + ML-DSA
Post-quantum cryptoML-KEM-768, BLAKE3
Agent migration31-vector teleportation
Custom wire protocolAWP (638-byte binary)
Multi-node meshEDGE to SUPERCORE
Kernel + syscalls84 syscalls, 22 categories
HDC memory10,000-D via Rust SIMD
Self-modificationWith human approval gate

Proof Points

Agent Teleportation

416.6ms

to serialize 31 cognitive vectors, transmit across AWP, and complete a full three-hop circuit spanning three machines and two CPU architectures. Every hop ML-DSA-65 signed and verified. 138.9ms average per hop.

Post-Quantum on $5 Hardware

2.1s

cold boot to a post-quantum-secured session on an ESP32-S3 edge node. ML-KEM-768 key exchange, BLAKE3 integrity, XChaCha20-Poly1305 encryption. Open source.

Identity at Scale

9,671/sec

ML-DSA-65 signature verifications. Roughly a thousand verifications in the blink of an eye. Offline-verifiable with a 47KB npm package.

Ontology Augmented Generation

OAG

Ontology-grounded retrieval that answers multi-hop questions vector search alone cannot, with large storage and speed gains from symbolic structure.

The Agent Registry

Every AiOS agent gets a registered identity. Not just for AiOS agents: any framework can use Aethyr identity. Identity should be infrastructure, not a feature of one vendor.

Basic

One-time registration
  • DID issuance
  • ML-DSA-65 signed credential
  • Offline verification

Verified

Subscription
  • Everything in Basic
  • DNS-verified operator domain
  • Registry listing

Attested

Subscription
  • Everything in Verified
  • Hardware attestation (in development)
  • Early-access enterprise features

Architecture

Every connection is AWP: binary-framed, HDC-routed, post-quantum encrypted. No HTTP. No REST. No JSON over WebSocket.

SUPERCOREGlobal HDC Index (10M vectors)
Cross-region routing, full replication
│ AWP (ML-KEM-768 encrypted)
COREFull HDC Shard (1M)
GPU inference, model routing, agent orchestration
├── AWP ──────────────┤
NODE100K HDC shard
Workstation / RPi
NODEGossip relay
OpenWrt Router
│ AWP
EDGE1K HDC cache
Phone / ESP32 / local cognitive memory / Agent via UniFFI

Designed for Compliance

SOC 2 Type I in progress. HIPAA and FedRAMP pathway in progress. Architecture mapped against 24 frameworks including NIST 800-53, CMMC, and IL4/IL5.

Your AI. Your Hardware. Your Rules.

The agent operating system. Post-quantum identity. Persistent agent memory. Your hardware.