The IDE built for
AI coding agents.
Manage multiple agent sessions, run them in parallel, track costs, and never lose context — with Claude Code, Codex CLI, and Gemini CLI.
npm i -g vibeyard
Why Vibeyard?
Running AI agents in a bare terminal gets messy fast. Vibeyard gives you a proper workspace.
Multi-session management
Run multiple agent sessions per project in parallel, each in its own PTY, with a swarm grid view of every running session at once.
Cost & context tracking
Real-time spend, token usage, and context window monitoring per session.
P2P session sharing
Share live terminal sessions with teammates over encrypted WebRTC. Read-only or read-write, PIN-authenticated.
Session inspector
Real-time telemetry — timeline, cost breakdown, tool usage, context window.
AI Readiness Score
See how prepared your project is for AI-assisted coding, with one-click fixes.
Embedded browser
Open localhost:3000 in a tab, click any DOM element, and ship the selector to your agent as context.
In-session alerts
Smart detection of missing tools, context bloat, and session health issues — surfaced inline before they derail your run.
Keyboard-driven
Full shortcut support, built for speed. Session resume across restarts. Smart alerts.
Install
Requires Claude Code, OpenAI Codex CLI, or Gemini CLI installed and authenticated.
npm
npm i -g vibeyard
vibeyard
From source
git clone https://github.com/elirantutia/vibeyard
cd vibeyard && npm i && npm start