██╗   ██╗██╗██████╗ ███████╗██╗  ██╗   ██╗
██║   ██║██║██╔══██╗██╔════╝██║  ╚██╗ ██╔╝
██║   ██║██║██████╔╝█████╗  ██║   ╚████╔╝
╚██╗ ██╔╝██║██╔══██╗██╔══╝  ██║    ╚██╔╝
 ╚████╔╝ ██║██████╔╝███████╗███████╗██║
  ╚═══╝  ╚═╝╚═════╝ ╚══════╝╚══════╝╚═╝
NEWv0.1 ships native Windows, macOS and Linux support.

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

██╗   ██╗██╗██████╗ ███████╗██╗  ██╗   ██╗
██║   ██║██║██╔══██╗██╔════╝██║  ╚██╗ ██╔╝
██║   ██║██║██████╔╝█████╗  ██║   ╚████╔╝
╚██╗ ██╔╝██║██╔══██╗██╔══╝  ██║    ╚██╔╝
 ╚████╔╝ ██║██████╔╝███████╗███████╗██║
  ╚═══╝  ╚═╝╚═════╝ ╚══════╝╚══════╝╚═╝
Ask anything... "Fix broken tests"
BuildClaude Opus 4.5Vibely Zen
tab switch agentctrl+p commands

// features

6 reasons to vibe
01

Any model, any provider

Claude, GPT, Deepseek, Gemini — Vibely speaks them all through one config.

02

Lives in your terminal

A TUI built for keyboard people. Vim keybinds, fuzzy file picker, split panes, scrollback search.

03

Project-aware edits

Reads your repo, respects .gitignore, runs multi-file refactors, and shows a diff before anything touches disk.

04

Sessions you can resume

Every conversation, edit, and tool call is persisted locally. Pick up where you left off, branch a session, replay it.

05

Plugins & MCP

First-class Model Context Protocol support plus a tiny plugin API. Wire in your own tools in a single file.

06

Cross-platform

Supports macOS, Linux, and Windows. No runtime, no Docker, no babysitting.

// install

One line. No runtime to install. Pick your shell.

Windows· powershell 5+
$ irm https://vibely.storefront-studio.com/install.ps1 | iex
Homebrew· macOS · Linux
$ brew install vibely
npm· any platform
$ npm i -g vibely
bun· any platform
$ bun install -g vibely

Prefer a binary? Grab the latest release on github.