The AI coding agent
that lives in your terminal.
Vibely is an AI coding agent. Bring any model — Claude, GPT, Gemini and more — and vibe code without leaving your shell.
$ irm https://vibely.storefront-studio.com/install.ps1 | iex██╗ ██╗██╗██████╗ ███████╗██╗ ██╗ ██╗ ██║ ██║██║██╔══██╗██╔════╝██║ ╚██╗ ██╔╝ ██║ ██║██║██████╔╝█████╗ ██║ ╚████╔╝ ╚██╗ ██╔╝██║██╔══██╗██╔══╝ ██║ ╚██╔╝ ╚████╔╝ ██║██████╔╝███████╗███████╗██║ ╚═══╝ ╚═╝╚═════╝ ╚══════╝╚══════╝╚═╝
// features
6 reasons to vibeAny model, any provider
Claude, GPT, Deepseek, Gemini — Vibely speaks them all through one config.
Lives in your terminal
A TUI built for keyboard people. Vim keybinds, fuzzy file picker, split panes, scrollback search.
Project-aware edits
Reads your repo, respects .gitignore, runs multi-file refactors, and shows a diff before anything touches disk.
Sessions you can resume
Every conversation, edit, and tool call is persisted locally. Pick up where you left off, branch a session, replay it.
Plugins & MCP
First-class Model Context Protocol support plus a tiny plugin API. Wire in your own tools in a single file.
Cross-platform
Supports macOS, Linux, and Windows. No runtime, no Docker, no babysitting.
// install
One line. No runtime to install. Pick your shell.
$ irm https://vibely.storefront-studio.com/install.ps1 | iex$ brew install vibely$ npm i -g vibely$ bun install -g vibelyPrefer a binary? Grab the latest release on github.