by elirantutia
The IDE built for AI coding agents.
# Add to your Claude Code skills
git clone https://github.com/elirantutia/vibeyardLast scanned: 5/5/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@hono/node-server: @hono/node-server: Middleware bypass via repeated slashes in serveStatic",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "@xmldom/xmldom: xmldom: Uncontrolled recursion in XML serialization leads to DoS",
"severity": "high"
},
{
"type": "npm-audit",
"message": "brace-expansion: brace-expansion: Zero-step sequence causes process hang and memory exhaustion",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "dompurify: DOMPurify's ADD_TAGS function form bypasses FORBID_TAGS due to short-circuit evaluation",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "hono: Hono missing validation of cookie name on write path in setCookie()",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "lodash: lodash vulnerable to Code Injection via `_.template` imports key names",
"severity": "high"
},
{
"type": "npm-audit",
"message": "postcss: PostCSS has XSS via Unescaped </style> in its CSS Stringify Output",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "vite: Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-05-05T06:18:41.862Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}Running AI coding agents in a bare terminal gets messy fast. Vibeyard gives you a proper workspace — a customizable project dashboard, a kanban task board, multi-session management, split panes, swarm mode, cost tracking, and session resume — so you can focus on building, not juggling terminals.
Cmd+\Cmd+Shift+I)No comments yet. Be the first to share your thoughts!
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 contextSupports 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-*.AppImage
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 i -g vibeyard
vibeyard
On 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 start
Requires Node v24+ (see .nvmrc).
PRs welcome! See the Contributing Guide and Code of Conduct.