arbor-graph-cli 1.0.1

Command-line interface for Arbor
arbor-graph-cli-1.0.1 is not a library.

Arbor CLI

The command-line interface for Arbor, the graph-native intelligence layer for code.

This tool indexes your codebase into a queryable graph and acts as the "nervous system" connecting your code, AI agents, and IDE.

Installation

cargo install arbor-graph-cli

Usage

Initialize a new project:

cd your-project

arbor init

Index the codebase:

arbor index

Start the context server (MCP & WebSocket):

arbor serve

Run the Agentic Bridge with Visualizer:

arbor bridge --viz

Documentation

For full documentation, see the main repository.