Skip to content

Prerequisites

Required

ToolVersionCheck
GitAnygit --version
Node.js22+node --version
DockerAnydocker --version
Claude CodeLatestclaude --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@22

Any platform (nvm):

bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 22

Installing Claude Code

bash
npm install -g @anthropic-ai/claude-code

Installing Docker

MIT License