CodeBrew

Installation

Install the CLI globally from npm.

Install the package globally so the codebrew command is available anywhere on your machine.

npm install -g @buildwithatul/codebrew

Requirements

  • Node.js 18 or higher
  • An Anthropic API key (get one at console.anthropic.com)

Verify your setup

Run doctor to confirm your Node version and API key are both in place before you start.

codebrew doctor
✅ Node.js is >= 18
✅ ANTHROPIC_API_KEY is set