JSPM

  • Created
  • Published
  • Downloads 3330
  • Score
    100M100P100Q120395F
  • License Elastic-2.0

ByteRover's CLI

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.

Version Downloads/week

Installation

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