carbon-review

Installation

Cargo

Install directly from crates.io. Requires Rust 1.75+.

cargo install carbon-review

Build from Source

Clone the repository and build with Cargo.

git clone https://github.com/anomalyco/carbon.git
cd carbon
cargo build --release
./target/release/carbon --help

Prerequisites

  • Rust toolchain (rustc 1.75+) — install via rustup
  • An API key for your chosen AI provider (Groq, OpenAI, or Ollama)