Prerequisites
Required
| Tool | Version | Check |
|---|---|---|
| Git | Any | git --version |
| Node.js | 22+ | node --version |
| Docker | Any | docker --version |
| Claude Code | Latest | claude --version |
Anthropic API access — either an API key from console.anthropic.com or a Claude Pro/Max subscription.
Installing Node.js
macOS (Homebrew):
bash
brew install node@22Any platform (nvm):
bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 22Installing Claude Code
bash
npm install -g @anthropic-ai/claude-codeInstalling Docker
- macOS: Docker Desktop
- Linux: Docker Engine
- Windows (WSL): Docker Desktop with WSL 2