amoeba Download
‹ All posts
Architecture8 min read

Local-first AI coding: how Amoeba shares sessions over WebSocket

Log in from the CLI, run a local server, and let teammates join over WebSocket. Your code never leaves your machines.

KKeyu·

Amoeba runs on your machine. The CLI signs you in, then starts a local server that exposes the session over WebSocket. Teammates connect to it directly; there is no hosted copy of your repository.

Agent runs, diffs and terminal output are streamed peer to peer. When a teammate drops off Wi-Fi, they reconnect to the same lanes and output when they return.

This is what lets Amoeba offer zero data retention as a property of the architecture rather than a policy.

Try it with your team. Free in early access. Download Amoeba →

Related posts

How to stop AI coding agents from editing the same file

Why parallel agents collide on shared code, and how line-level collision prevention names the teammate and function before tokens burn.

KKenneth

Multiplayer coding with AI agents: one shared session for the team

What a shared agent session is, how live cursors and approvals work, and why it beats everyone running Claude or Codex alone.

KKeyu

Claude, Codex, OpenCode or ACP: running any agent harness in one IDE

A guide to bringing your own subscription or API key, connecting ACP harnesses like OmniCode and Hermes, and handing tasks between them.

KKenneth