#243 · Primary category: AI Coding Assistants
byterover-cli
ByteRover CLI (brv) - The portable memory layer for autonomous coding agents (formerly Cipher)
Project last updated:06/25/26
GitHub Stars
5.0K
Forks
454
Contributors
27
License
Other
Why we included this project
Anyone who uses Claude Code, Cursor, or similar agents has probably watched the assistant forget a decision it made last week. ByteRover gives those tools a memory layer: you organize project knowledge into a context tree, query it later from the REPL or web dashboard, and expose it to agents through the Model Context Protocol. Git-style branching and cloud sync keep that shared context in sync across machines and teammates, while support for twenty LLM providers means you are not locked into one vendor. The result is a coding assistant that acts like it actually remembers the codebase, which is most of what makes an agent useful on a real project.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.