Successfully running Claude Code 2.0.76 on macOS Monterey 12.7.6 (2013 Mac Pro)
- macOS: Monterey 12.7.6 (tested)
- Node.js: v22.21.0 (via nvm)
- Architecture: Intel x86_64
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bashsource ~/.nvm/nvm.sh
nvm install 22.21.0
nvm use 22.21.0
nvm alias default 22.21.0npm install -g @anthropic-ai/claude-codeclaude --version
# Should output: 2.0.76 (Claude Code)Claude Code stores its configuration in:
~/.claude.json- Main configuration~/.claude/- Debug and stats data
# Start interactive session
claude
# Print mode (non-interactive)
claude -p "your prompt here"
# Get help
claude --help- Full Claude Code functionality
- All command-line options
- Interactive and print modes
- Auto-updates enabled
Claude Code requires Node.js >= 18.0.0. We use v22.21.0 for optimal compatibility with Monterey.
Add to your ~/.zshrc or ~/.bash_profile:
# Load nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"source ~/.nvm/nvm.sh
npm update -g @anthropic-ai/claude-codeTested on:
- Device: 2013 Mac Pro (Mac Trashcan)
- Hostname: Sophias-Mac-Trashcan.local
- OS: macOS Monterey 12.7.6 (Build 21H1320)
- Architecture: x86_64 (Intel Xeon)
- Node: v22.21.0
- npm: Included with Node.js
- Claude Code: 2.0.76
Make sure nvm is loaded in your shell:
source ~/.nvm/nvm.shUse nvm instead of system Node.js to avoid permission issues with global packages.
Claude Code has auto-updates enabled by default. Check ~/.claude.json to verify.
Claude Code is provided by Anthropic. See the official repository for license information.
Last Updated: December 24, 2025 Claude Code Version: 2.0.76 macOS Version: Monterey 12.7.6
This repository documents Claude Code compatibility across various platforms:
- macOS Monterey 12.7.6 (Intel x86_64) - Documented here
- IBM POWER8 (Ubuntu) - See related repositories
Claude Code official builds support:
- x86_64 (Intel/AMD)
- ARM64 (Apple Silicon, ARM servers)
For other architectures (like POWER8), custom builds or compatibility layers may be required.
Multi-platform testing and documentation by the community