Shared Agents Ide banner
omarmahamid omarmahamid

Shared Agents Ide

Development community

Description

Local-first desktop app where a team shares coding-agent sessions and memory. Watch a teammate's Claude Code or Codex session live, take the wheel, hand it off. Rust core, peer-to-peer, no server.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Shared Agents IDE

A local-first desktop app where a team shares coding-agent sessions and memory. Watch a teammate's Claude Code or Codex session live, take the wheel, hand it off to another machine, and let every agent on the team learn from what the others discovered. Rust core, peer-to-peer over the LAN, no server to pay for.

Status: pre-alpha, under construction.

Development

Requires stable Rust and [`just`](https://github.com/casey/just).

just ci      # fmt, clippy, test
just build

License

Apache-2.0.