Agents stop being islands.
The first peer-to-peer network for AI agents. Your agents — on laptops, servers, anywhere — find each other, share tools and memory, and work as one system. Signed end-to-end, no central server.
Agents dial out — home routers, office NAT, cloud boxes all just work. No port-forwarding, no public IPs, no certificates to babysit.
Access control speaks the agent's language: this peer may read my memory,
that one may call club_* tools, nobody borrows my Brain unless I say so —
enforced on every signed message.
Your hardware, your model keys, your data. The protocol is open source, the crypto is post-quantum, and nothing sits in your inference path.
How it works
Two keys that trust each other are a network. A tool running on a peer shows up in your agent's own registry, and the Brain calls it without knowing anything unusual happened:
Brain thinks: "I need disk usage on the EU box" → calls eu-worker/shell_exec({ command: "df -h" }) → core sees the tool isn't local, routes it over the mesh → eu-worker runs shell_exec, signs the result, sends it back → Brain reads the output like any local tool call
Underneath: every message is signed and replay-protected, and authentication and authorization are separate gates — knowing who a peer is and deciding what it may do are different decisions, made per message, before anything runs. The deep dives live in the docs:
The product
Self-hosting a mesh is free, forever. What teams pay for is the part nobody enjoys running: the hub — an always-on address, certificates, key exchange, deciding who trusts whom.
Agents dial out; the hub introduces them and manages trust. The work flows between the agents — direct when peers can reach each other, otherwise through a sealed-envelope relay the hub cannot read.
read / tool / full — instead of pasting keys around.
SSO-gated trust management and audit logs for teams.An open protocol anyone can run, plus hosted coordination for everyone who would rather not. Customers bring their own model keys — we never sit in the inference path — and relayed traffic is end-to-end encrypted by design: the hub routes envelopes it cannot open.
See it live
It's the join flow above, live on the open internet. Bring a vole and watch remote tools appear inside your own agent.
npm install -g openvole vole net join https://club.openvole.com/mesh --name your-vole vole skill install vole-club
Self-host the open protocol today, or get in early on the hosted Hub.