Get started in 2 minutes
Install ByteRover CLI
- Quick Install — macOS Apple Silicon / Linux
- npm — All Platforms
macOS Apple Silicon (M1/M2/M3+), Linux x86_64, and Linux ARM64 only. On macOS Intel or Windows — use the npm tab.
export PATH line the installer prints.Open your project
- TUI
- CLI
Open your project in a terminal or in your IDE with a coding agent, then run
brv — no sign-up required:Configure and connect
The built-in LLM is free with limited credits — no API key required. Or connect any of the 18 supported external providers:
- TUI
- CLI
Connect your LLM provider (OpenRouter, Anthropic, OpenAI, and more):Select a model from your connected provider:Connect your coding agent (Cursor, Claude Code, Windsurf, and more):
Continue with the Quickstart
Full setup guide: install options, provider configuration, and your first context
Core concepts
Context Tree
Your project’s knowledge base — stored as markdown files in
.brv/context-tree/. Human-readable, git-friendly, and hierarchically organized by domain and topic.LLM Providers
Connect 18 external providers (OpenRouter, Anthropic, OpenAI, and more), run a local model, or use the built-in LLM for free. Bring your own API key.
Daemon-First Architecture
A background daemon handles all execution. CLI commands and coding agents connect directly — no TUI required. Auto-starts on demand, no manual setup.
BRV Hub
Community marketplace for pre-built agent skills and context bundles. Install in one command and extend what your agents can do.
Local vs Cloud
Everything works offline by default. Cloud adds team sync, multi-machine access, and backup — without changing your local workflow.