VibeAround now runs from Desktop, Web Hub, CLI, and TUI
VibeAround started as a desktop hub for your local AI coding agents. With v0.7.10 it's no longer shaped only as a desktop app: the local server, launch layer, Desktop UI, Web Hub, CLI, and TUI are now separate pieces that can run and evolve independently — so VibeAround can meet you from whatever surface you actually work in.
Highlights
Standalone server — the VibeAround runtime now runs as a vibearound-server binary without the Desktop UI, still serving the Web Hub, local API bridge, MCP endpoints, previews, pairing, and sessions. Desktop is now one client of the runtime, not the runtime itself.
CLI + one-line install — install the VibeAround CLI from npm, then run `va serve` to start the server. It also includes commands for launch profiles, sessions, workspaces, previews, diagnostics, and chat workflows.
Unified launch layer (va-launch) — agent launching is now a standalone boundary with explicit launch profiles, so the same agent + profile + workspace + session launches reproducibly from Desktop, CLI, scripts, or automation — without touching each agent's own config.
Early terminal hub (va-tui) — a terminal-first alternative to the Web Hub: connect to local sessions, switch agent context, and chat from your terminal. Early but moving fast.
npm i @vibearound/cli
va serve
va tui
va launch --profile codexFull Release notes: https://github.com/jazzenchen/VibeAround/releases/tag/v0.7.10


Replies