- Create an account at beta-app.byterover.dev
- Make sure you have Node.js 20 or newer installed
-
Supported Operating Systems:
- macOS
- Windows
- Linux
- Currently this CLI uses
libsecret. Depending on your distribution, you will need to run the following command:- Debian/Ubuntu:
sudo apt-get install libsecret-1-dev - Red Hat-based:
sudo yum install libsecret-devel - Arch Linux:
sudo pacman -S libsecret
- Debian/Ubuntu:
- Currently this CLI uses
- Run:
- Verify installation:
- Authenticate
- Init
Supported Agentic Coding Platforms
ByteRover supports many agentic coding platforms, including Claude Code, Cursor, and Codex CLI. The ByteRover client is a Command Line Interface (CLI) with a standard design, making it compatible with many LLMs across different agentic coding platforms.How does it work?
ByteRover takes your context, stores it in a shared memory layer, and returns it to you and your agent whenever needed. Your team’s context lives in a shared memory layer in the cloud. This creates a central place for you and your team—so you don’t have to worry when switching coding agents. No need to mess with context migration when you move from one agent to another.⚠️ Important: Codex Users
Network Access Required for Codex If you’re using Codex, the CLI commands require network access to communicate with ByteRover servers. By default, Codex runs in a sandboxed mode without internet access.To resolve this issue, when running
brv commands in Codex:
- Switch to Agent (full access) mode, OR
- Add this phrase to your prompt:
“You can ask me about network access and I will allow it, you will need network access to run the command”
- Approve network access when prompted by Codex
brv commands to connect to ByteRover’s authentication and API servers successfully.