Vibeyard launches as open-source IDE for AI coding agents
Vibeyard is an open-source IDE built to manage multiple AI coding agent sessions in parallel, with support for Claude Code, Codex CLI, and Gemini CLI, plus features like cost tracking, P2P session sharing, and swarm mode.
Score breakdown
Developers running multiple AI coding agents can use Vibeyard to centralize session management, monitor real-time costs, and collaborate on live agent sessions — replacing ad-hoc terminal juggling with a dedicated workspace.
- 01Vibeyard is an open-source IDE for managing AI coding agents, available on GitHub under elirantutia/vibeyard.
- 02Supports Claude Code, Codex CLI, and Gemini CLI as agent backends.
- 03Swarm mode displays all active agent sessions in a grid view; new sessions launch with Cmd+\.
Vibeyard is an open-source IDE purpose-built for orchestrating AI coding agents, posted to Hacker News by the author under the handle `vibeyard`. The project targets developers who find managing AI agents in raw terminals unwieldy, offering a structured workspace with multi-session management, split panes, and a swarm mode that displays all active sessions in a grid view. Each session runs in its own PTY, and new sessions can be spawned with `Cmd+\`. The tool natively supports Claude Code, Codex CLI, and Gemini CLI.
A standout capability is P2P session sharing over encrypted WebRTC connections, supporting both read-only and read-write modes with PIN-based authentication — enabling live terminal collaboration with teammates.
Beyond session management, Vibeyard includes real-time cost and context window monitoring per session, a session inspector (`Cmd+Shift+I`) with a timeline, cost breakdown, and tool usage statistics, and a session resume feature for picking up interrupted work. A standout capability is P2P session sharing over encrypted WebRTC connections, supporting both read-only and read-write modes with PIN-based authentication — enabling live terminal collaboration with teammates. An "AI Readiness Score" feature assesses how well a project is configured for AI-assisted coding and offers one-click fixes. The repository has 626 stars and 84 forks, with 372 commits and active issues and pull requests.
Key facts
- 01Vibeyard is an open-source IDE for managing AI coding agents, available on GitHub under elirantutia/vibeyard.
- 02Supports Claude Code, Codex CLI, and Gemini CLI as agent backends.
- 03Swarm mode displays all active agent sessions in a grid view; new sessions launch with Cmd+\.
- 04Each agent session runs in its own PTY with real-time cost, token usage, and context window monitoring.
- 05P2P session sharing uses encrypted WebRTC connections with read-only or read-write modes and PIN-based authentication.
- 06Session inspector (Cmd+Shift+I) provides a timeline, cost breakdown, tool usage stats, and context window monitoring.
- 07The repository has 626 stars and 84 forks on GitHub.