open source  ·  MIT licensed
v0.3.0 — stable release
macOS · Linux · Windows

The IDE built for AI coding agents.

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
vibeyard — session: main 3 running
01 — Features

A proper workspace
for agents.

scroll drag
01

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.

02

Kanban task board

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.

03

Cost & context tracking

Real-time spend, token usage, and context-window monitoring per session — so a runaway loop never surprises you.

04

P2P session sharing

Share live terminal sessions with teammates over encrypted WebRTC. Read-only or read-write, PIN-authenticated.

05

Session inspector

Real-time telemetry for any run — timeline, cost breakdown, tool usage, and context window in one panel.

06

AI Readiness Score

See how prepared your project is for AI-assisted coding, with one-click fixes for the gaps it finds.

07

Embedded browser

Open localhost:3000 in a tab, click any DOM element, and ship the selector to your agent as context.

08

In-session alerts

Smart detection of missing tools, context bloat, and session-health issues — surfaced inline before they derail your run.

09

Keyboard-driven

Full shortcut support, built for speed — with session resume across restarts so nothing is lost on a quit.

02 — In motion

See it run.

A few of the things Vibeyard does that a terminal can't.

01

Kanban task board

Drag, drop, and spawn agent sessions per card.

board — vibeyard.kanban
board — vibeyard.kanban
02

Embedded browser

Click any DOM element and ship the selector to your agent.

browser — localhost:3000
browser — localhost:3000
03 — Install

Up and running
in a minute.

Requires Claude Code, OpenAI Codex CLI, GitHub Copilot CLI, or Gemini CLI installed and authenticated.

Download the .dmg, drag to Applications. Signed & notarized.

Download for macOS →

.deb for Debian/Ubuntu, .AppImage for everything else.

Download for Linux →

Download the Setup .exe (NSIS installer) or portable .exe.

Download for Windows →

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

Give your agents
a home.