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.
Running AI coding agents in a bare terminal gets messy fast. Vibeyard gives you a proper workspace — multi-session management, split panes, swarm mode, cost tracking, and session resume — so you can focus on building, not juggling terminals.
- P2P session sharing — share live terminal sessions with teammates over encrypted peer-to-peer connections (WebRTC), with read-only or read-write modes and PIN-based authentication
- Multi-session management — run multiple agent sessions per project, each in its own PTY; use swarm mode for a grid view of all sessions at once and spin up new ones with
Cmd+\ - Cost & context tracking — real-time spend, token usage, and context window monitoring per session
- Session inspector — real-time session telemetry with timeline, cost breakdown, tool usage stats, and context window monitoring (
Cmd+Shift+I) - AI Readiness Score — see how well-prepared your project is for AI-assisted coding, with one-click fixes
- Session resume — pick up where you left off, even after restarting the app
- Smart alerts — detects missing tools, context bloat, and session health issues
- Session status indicators — color-coded dots on each tab show real-time session state (working, waiting, input needed, completed), with optional desktop notifications
- Embedded browser tab — open any URL (e.g.
localhost:3000) in a session tab, toggle element inspection to click any DOM element, and send AI editing instructions with the exact selector, text content, and page URL as context - Keyboard-driven — full shortcut support, built for speed
Supports Claude Code, OpenAI Codex CLI, and Gemini CLI. More AI CLI providers coming soon.
Requires at least one supported CLI installed and authenticated: Claude Code, OpenAI Codex CLI, or Gemini CLI.
Download the latest .dmg from GitHub Releases, drag to Applications, and launch. Signed and notarized by Apple.
Download the latest .deb (Debian/Ubuntu) or .AppImage (universal) from GitHub Releases.
# Debian/Ubuntu
sudo dpkg -i vibeyard_*.deb
# AppImage
chmod +x Vibeyard-*.AppImage
./Vibeyard-*.AppImageDownload the latest Setup .exe (NSIS installer) or portable .exe from GitHub Releases. Run the installer and launch Vibeyard from the Start menu, or run the portable build directly.
npm i -g vibeyard
vibeyardOn first run, the app is automatically downloaded and launched. No extra steps needed.
git clone https://github.com/elirantutia/vibeyard.git
cd vibeyard
npm install && npm startRequires Node v24+ (see .nvmrc).
PRs welcome! See the Contributing Guide and Code of Conduct.
If Vibeyard helps your workflow, a star helps us grow. Thanks for the support!
Vibeyard is an independent project and is not affiliated with or endorsed by Anthropic.


