VIBEYARD(1)

NAME

vibeyardThe IDE built for AI coding agents.

SYNOPSIS

$https://github.com/elirantutia/vibeyard/releases

INFO

458 stars
61 forks
0 views

DESCRIPTION

The IDE built for AI coding agents.

README

Vibeyard

Vibeyard

GitHub Release License Issues PRs Welcome GitHub Stars Follow on X

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.


Vibeyard Demo

Vibeyard UI Edit Demo

Why Vibeyard?

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.

Highlights

  • 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.

Install

Requires at least one supported CLI installed and authenticated: Claude Code, OpenAI Codex CLI, or Gemini CLI.

macOS

Download the latest .dmg from GitHub Releases, drag to Applications, and launch. Signed and notarized by Apple.

Linux

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-.AppImage

Windows

Download 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 (macOS, Linux & Windows)

npm i -g vibeyard
vibeyard

On first run, the app is automatically downloaded and launched. No extra steps needed.

Build from Source

git clone https://github.com/elirantutia/vibeyard.git
cd vibeyard
npm install && npm start

Requires Node v24+ (see .nvmrc).

Contributing

PRs welcome! See the Contributing Guide and Code of Conduct.

License

MIT


Star on GitHub

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.

SEE ALSO

clihub4/13/2026VIBEYARD(1)