Claude Code Monterey banner
Scottcjn Scottcjn

Claude Code Monterey

Documentation community

Description

Claude Code 2.0.76 running on macOS Monterey 12.7.6 - Installation guide and compatibility documentation

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code for macOS Monterey (12.x)

[![BCOS Certified](https://img.shields.io/badge/BCOS-Certified-brightgreen?style=flat&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMiAxTDMgNXY2YzAgNS41NSAzLjg0IDEwLjc0IDkgMTIgNS4xNi0xLjI2IDktNi40NSA5LTEyVjVsLTktNHptLTIgMTZsLTQtNCA1LjQxLTUuNDEgMS40MSAxLjQxTDEwIDE0bDYtNiAxLjQxIDEuNDFMMTAgMTd6Ii8+PC9zdmc+)](BCOS.md) Successfully running Claude Code 2.0.76 on macOS Monterey 12.7.6 (2013 Mac Pro)

System Requirements

  • macOS: Monterey 12.7.6 (tested)
  • Node.js: v22.21.0 (via nvm)
  • Architecture: Intel x86_64

Installation Steps

1. Install nvm (Node Version Manager)

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

2. Install Node.js 22.21.0

source ~/.nvm/nvm.sh
nvm install 22.21.0
nvm use 22.21.0
nvm alias default 22.21.0

3. Install Claude Code

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

4. Verify Installation

claude --version
# Should output: 2.0.76 (Claude Code)

Configuration

Claude Code stores its configuration in:

  • ~/.claude.json - Main configuration
  • ~/.claude/ - Debug and stats data

Usage

# Start interactive session
claude

# Print mode (non-interactive)
claude -p "your prompt here"

# Get help
claude --help

Compatibility Notes

What Works

  • Full Claude Code functionality
  • All command-line options
  • Interactive and print modes
  • Auto-updates enabled

Node.js Version Requirement

Claude Code requires Node.js >= 18.0.0. We use v22.21.0 for optimal compatibility with Monterey.

Shell Integration

Add to your `~/.zshrc` or `~/.bash_profile`:

# Load nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

Updating Claude Code

source ~/.nvm/nvm.sh
npm update -g @anthropic-ai/claude-code

System Information

Tested on: