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.
Run multiple agent sessions in parallel, track cost and context, and never lose your place — across Claude Code, Codex CLI, GitHub Copilot CLI, and Gemini CLI.
npm i -g vibeyard
Run multiple agent sessions per project in parallel, each in its own PTY, with a swarm grid view of every running session at once.
Plan work on a per-project board with drag-and-drop, search, and tag filtering. Each card spawns or resumes a CLI session in one click — and auto-moves to Done when it completes.
Real-time spend, token usage, and context-window monitoring per session — so a runaway loop never surprises you.
Share live terminal sessions with teammates over encrypted WebRTC. Read-only or read-write, PIN-authenticated.
Real-time telemetry for any run — timeline, cost breakdown, tool usage, and context window in one panel.
See how prepared your project is for AI-assisted coding, with one-click fixes for the gaps it finds.
Open localhost:3000 in a tab, click any DOM element, and ship the selector to your agent as context.
Smart detection of missing tools, context bloat, and session-health issues — surfaced inline before they derail your run.
Full shortcut support, built for speed — with session resume across restarts so nothing is lost on a quit.
A few of the things Vibeyard does that a terminal can't.
Drag, drop, and spawn agent sessions per card.
Click any DOM element and ship the selector to your agent.
Requires Claude Code, OpenAI Codex CLI, GitHub Copilot CLI, or Gemini CLI installed and authenticated.
Download the .dmg, drag to Applications. Signed & notarized.
.deb for Debian/Ubuntu, .AppImage for everything else.
Download the Setup .exe (NSIS installer) or portable .exe.
Install globally via npm. Requires Node.js 18+.
npm i -g vibeyard
vibeyard
Clone and run from source for the latest unreleased changes.
git clone https://github.com/elirantutia/vibeyard
cd vibeyard && npm i && npm start