· second brain ·

WaspSoC

A local second-brain orchestrator for your AI agents.

WaspSoC is a local second-brain orchestrator: one self-contained binary that gives your AI agents memory, reasoning and coordination, running entirely on your hardware. It replaces Docker, KVM and heavyweight container runtimes with WASI (WebAssembly System Interface, Preview 2), embedding the Wasm runtime, orchestration, persistence, auth, the inter-actor bus and the execution audit trail.

Key facts

Language100% Rust, single binary
Wasm runtimeWasmtime 33 · WASI Preview 1 + 2
Cold start< 1 ms (measured 161 µs)
Sandbox footprint~1 MB
Meteringfuel-based, instant runaway interruption
StorageSQLite WAL
Second brainlocal orchestration · memory · reasoning
InfrastructureZero Docker, zero Python

Architecture

01Second brainLocal memory, reasoning and agent orchestration in one runtime.
02Javy EngineHot multi-language deploy (JS, Node, WAT, Wasm), AOT-compiled.
03AuthJWT (HMAC-SHA256), RBAC roles, signed B2B licence keys.
04Swarm busSub-millisecond in-memory inter-actor messaging.
05Proof of executionSHA-256 tamper-evident audit trail of every run.