Package Exports
- byterover-cli
- byterover-cli/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (byterover-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 | shSupported platforms: macOS ARM64, Linux x64, Linux ARM64.
All platforms (via npm)
Requires Node.js >= 20.
npm install -g byterover-cliVerify
brv --versionQuick Start
cd your/project
brvThe 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