Claude Code Monterey
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.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:
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation