Skip to content

Releases: goofypluto999/pairwave

Pairwave v0.2.0 - the finished flow

10 Jun 20:55

Choose a tag to compare

Pairwave v0.2.0 — the finished flow

Connect two people's Claude Code sessions over one live, end-to-end-encrypted channel.

The whole setup, person by person

  • Person A pastes one line (README Step 1) → gets back a ready-to-send line with the invite baked in.
  • Person B pastes that line. Done.
  • Both type /pairwave — your Claude drives everything; you answer one six-word safety question.
  • Both get a live local dashboard. Say "go live" for hands-free back-and-forth (with built-in breaks).

What's inside

  • 19 MCP tools for the agents: context, decisions, questions, inert code sharing, two-gate apply,
    the shared brain (pair_remember/pair_recall), turn-taking, live mode, handoff/resume.
  • Server-blind relay: XChaCha20-Poly1305 E2E, Ed25519-signed hash-DAG transcript, SAS
    verification. Host the relay anywhere — it only ever sees ciphertext. One-click free hosting
    via the Deploy-to-Render button.
  • Safety by construction: floor + hop caps stop agent runaway; quarantine + dual permission
    gates protect your repo; outbound secret scan; durable log + crash-safe outbox + resume.

Verification

  • 84/84 automated tests, including a stress suite over real sockets: dual-side message floods
    (zero loss, identical order both sides), relay outage + recovery, ~300 KB artifacts,
    concurrent-send fork convergence, cross-wire brain sync.
  • Installer verified from the live GitHub URL on a clean machine path; dashboard browser-verified.

MIT. No telemetry, no accounts, no hidden calls.