A direct, end-to-end-encrypted link between two second-brain vaults. Your AI reads what the other operator shares — read-only, per-folder, every access logged on both sides.
The link is a direct encrypted tunnel between two nodes. There is no cloud in the middle holding your notes, and no protocol operation that can modify a peer's vault — the surface is read-and-pull only.
QUIC with hole-punching connects the two nodes directly — no server sits between your vaults. A public relay only brokers the handshake; bring your own if you'd rather not touch the mesh.

TOFU-pinned identities, confirmed out-of-band with a safety number. If a peer's key changes — reinstall, new device, or a man-in-the-middle — reads pause until you re-verify.

Every byte rides a QUIC / TLS 1.3 stream keyed to your Ed25519 identity — the key that is your node's address.
Memory-safe and small. Folder scope is enforced on the serving side — an out-of-scope path is refused over the wire, not filtered after.
Every search and read is visible to both operators, live. Trust isn't a promise — it's a mutual audit trail you watch as it happens.
Nothing is stored in a cloud. The app hosts a Model Context Protocol server on localhost — your assistant queries a peer's shared vault through it, over the same encrypted link.
Access is scoped per bridge and reversible at any moment. Inbound content is never trusted by default — it waits in quarantine until you say so.


Pick the sectors to share and generate a compact invite carrying your node id and a bridge token. Send it over any channel you trust.
The joiner pastes the invite; both sides see the same safety number from both keys. Read it aloud, confirm no one's in the middle, mark verified.
Your AI queries the shared sectors over the live link. Files you pull land in quarantine; every access shows on both operators' telemetry.
127.0.0.1:7333; you point your assistant at the small vulkanmm-mcp connector and it's briefed automatically on connect. Claude (Desktop or Code) works out of the box, and any MCP-compatible client can drive the same read-only tools — nothing is specific to one vendor.Preferences → Relay. Leave it blank to stay on the public mesh. The change takes effect on the next launch, and discovery still resolves your address either way.A signed desktop app that runs quietly in your tray and keeps your melds live in the background. It updates itself.