ByteRover CLI

Active
GitHub TypeScript NOASSERTION

Description

ByteRover CLI provides persistent structured memory for autonomous coding agents. It features context tree management, git-like version control, and cloud sync, compatible with Cursor, Claude Code, Windsurf, and 22+ coding agents via MCP integration.

Key Features

  • Persistent structured memory with context tree and knowledge storage for coding agents
  • Git-like version control for context trees (branch, commit, merge, push/pull)
  • Supports 20 LLM providers including Anthropic, OpenAI, Google, Groq, DeepSeek
  • 24 built-in agent tools: code execution, file ops, knowledge search, memory management
  • Compatible with 22+ AI coding agents — Cursor, Claude Code, Windsurf, Cline
  • Cloud sync with team collaboration, shared spaces, and SOC 2 Type II certified

Use Cases

💡 Giving AI coding agents persistent memory across sessions
💡 Managing and curating project knowledge into a searchable context tree
💡 Syncing agent context across team members and machines
💡 Integrating structured memory into existing AI coding workflows
💡 Running benchmarks on long-term conversational memory systems

Quick Start

```bash
# Install (macOS/Linux)
curl -fsSL https://byterover.dev/install.sh | sh

# Or via npm
npm install -g byterover-cli

# Verify
brv --version

# Start in your project
cd your/project
brv

# Add context and query
/curate "Auth uses JWT with 24h expiry" @src/middleware/auth.ts
/query How is authentication implemented?
```

Related Projects