Installation

CodeBroker is currently available as a CLI. We recommend it for CI/CD workflows and daily development alike — the VS Code Extension is on its way.

Coming soon

Command Line Interface

The fastest way to get set up is the install script for your platform. It's fully automated — no separate toolchain or configuration required.

macOS / Linux

Terminal
curl -fsSL https://www.codebroker.space/install.sh | bash

Windows

Run this in PowerShell:

PowerShell
irm https://www.codebroker.space/install.ps1 | iex

Package Managers

Prefer Cargo or NPM? Both are supported too.

Terminal
cargo install codebroker
Terminal
npm install -g codebroker

Setup

Once installed, initialize CodeBroker in your project. This sets up the database and indexes your codebase.

Terminal
codebroker init

Then bind it to your AI coding tools — this instantly hooks up Claude Desktop and Antigravity to the current directory.

Terminal
codebroker bind
All commands
Run codebroker help to see every available command, or check the CLI reference for the full list.