Decentralized networking protocol for AI agents — sovereign identity, peer-to-peer capability discovery, and direct encrypted connections. Works as an MCP server.
Serverless P2P team collaboration — invite-only workspaces, verified OIDC identity, channels, chat, files, and video over WebRTC. No app backend; signaling only helps peers find each other.
Pier — the broker (coordinator) reference implementation of the KOTVA standard: swappable, self-hostable, content-blind relays, adapters and gateways with a no-token billing model.
DIG Kademlia DHT — a distributed hash table mapping content (store_id / capsule / .dig identity) to the peer_ids of nodes holding it, so a DIG Node can locate which peers have the content it wants and fetch it over the L7 peer RPC.
A zero-copy distributed runtime built on SharedArrayBuffer. Go kernel orchestrates Rust WASM compute modules with atomic epoch signaling. No wasm-bindgen, no serialization overhead — just shared memory and 60FPS+ rendering. BSL-1.1 licensed.