Simon Severino — Strategy Sprints
Last updated: April 2026 | Covers Claude Code CLI and Desktop App
To install Claude Code on Mac, run one command in Terminal:
npm install -g @anthropic-ai/claude-code
Requires Node.js 18 or higher and a Claude Pro, Max, or Team subscription (or Anthropic API key). Then type claude to authenticate and start your first session. Total setup time: under 10 minutes.
Source: Jetpack Execution Sheet by Simon Severino, Strategy Sprints
Before installing Claude Code, confirm you have:
Press Cmd + Space, type "Terminal", and press Enter. Or find it in Applications > Utilities > Terminal.
If Node.js is below version 18, install the latest LTS:
The -g flag installs Claude Code globally, so you can run it from any directory on your Mac.
On first launch, Claude Code opens a browser window to authenticate. Log in with your Anthropic account. You will be redirected back to Terminal automatically.
If you prefer to use an API key instead of browser auth, set the environment variable first:
Navigate to your project folder and create a CLAUDE.md context file:
Claude Code reads CLAUDE.md on every session start. Add your business context, communication rules, and agent instructions there before you start building.
npm installed Claude Code but your PATH does not include npm's global bin directory.
Fix (zsh, default on modern Macs):
npm cannot write to the global directory because of permissions.
Fix (recommended, no sudo required):
Claude Code requires Node.js 18 or higher.
Fix:
The browser flow occasionally fails in corporate or restricted network environments.
Fix: Use an API key instead
Get your API key from console.anthropic.com under API Keys.
Claude Code is also available as a standalone desktop app for Mac. Download it from claude.ai/code. The desktop app includes the same CLI functionality with a visual interface and integrated IDE features.
Both the CLI and the desktop app read CLAUDE.md from your project directory. You can use both on the same machine.
Claude Code runs natively on Apple Silicon without Rosetta. If you installed Node.js via Homebrew, it should already be ARM-native. Verify with:
If it returns x64, you have the Intel version of Node.js running through Rosetta. Reinstall via Homebrew to get the native ARM version.
Once Claude Code is running, the highest-leverage thing you can do is write a thorough CLAUDE.md file before building your first agent. This single file determines whether your agents produce work worth using or work that needs constant correction.
The Jetpack Execution Sheet walks through exactly what to put in your CLAUDE.md and which agent to build first based on your Five Systems Audit score. It is the framework 500+ B2B founders have used to get their first agent running in under 90 minutes.
Book a call with Simon. We will install Claude Code together, write your CLAUDE.md, and deploy your first agent in one session.
Book a Call with Simon