Byterover Cli
Byterover Cipher is an opensource memory layer specifically designed for coding agents. Compatible with Cursor, Codex, Claude Code, Windsurf, Cline, Claude Desktop, Gemini CLI, AWS's Kiro, VS Code, Roo Code, Trae, Amp Code and Warp through MCP. Built by https://byterover.dev/
Install / Use
/learn @campfirein/Byterover CliQuality Score
Category
Development & EngineeringSupported Platforms
README
ByteRover CLI
Command-line interface for ByteRover — an interactive REPL for managing your project's context tree and knowledge storage. Integrates with 22+ AI coding agents.
Installation
macOS & Linux (Recommended)
No Node.js required — everything is bundled.
curl -fsSL https://byterover.dev/install.sh | sh
Supported platforms: macOS ARM64, Linux x64, Linux ARM64.
All platforms (via npm)
Requires Node.js >= 20.
npm install -g byterover-cli
Verify
brv --version
Quick Start
cd your/project
brv
The REPL auto-configures on first run — no setup needed. Use /curate to add knowledge and /query to retrieve it:
/curate "Auth uses JWT with 24h expiry" @src/middleware/auth.ts
/query How is authentication implemented?
Type / in the REPL to discover all available commands.
Documentation
Visit docs.byterover.dev for full guides on cloud sync, AI agent integrations, LLM providers, and more.
Run brv --help for CLI usage.
Copyright (c) ByteRover
