🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Improved auto-updater stability If you have an existing installation of Claude Code, use claude install to migrate to the native binary installation. For advanced installation options with the native installer: macOS, Linux, WSL:
🌐
ClaudeLog
claudelog.com › home › faqs › download claude code for mac
Download Claude Code for Mac | ClaudeLog
Download Claude Code for Mac: Native installer via curl script or Homebrew. Requires macOS 10.15+. No Node.js required for native installation.
🌐
Medium
medium.com › @lvalics_37568 › setting-up-claude-code-on-windows-macos-449eed161e10
Setting up Claude Code on Windows & macOS | by Valics Lehel | Medium
June 20, 2025 - Part 4 — Goal: by the end of this guide you’ll have the Claude Code CLI running, authenticated, and ready to chat with your repo. Note: I assume you’re comfortable with basic command-line work — even if you prefer point-and-click tools. ... Reboot when prompted, then choose Ubuntu 22.04 LTS from the Microsoft Store. ... curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash source ~/.bashrc nvm install --lts nvm use --lts
🌐
Bind AI IDE
blog.getbind.co › 2025 › 08 › 26 › how-to-install-claude-code-cli
How to Install Claude Code CLI – Bind AI IDE
August 27, 2025 - Before installation, ensure your environment aligns with Claude Codes system requirements. The CLI supports macOS (10.15+), Linux (Ubuntu 20.04+/Debian 10+, Alpine for native builds), and Windows 10+ (via WSL or Git Bash).
🌐
Homebrew
formulae.brew.sh › cask › claude-code
claude-code — Homebrew Formulae
brew install --cask claude-code · Name: Claude Code · Terminal-based AI coding assistant · https://www.anthropic.com/claude-code · Cask JSON API: /api/cask/claude-code.json · Cask code: claude-code.rb on GitHub · Current version: 2.0.76 ...
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Install Claude Code: MacOS/Linux: curl -fsSL https://claude.ai/install.sh | bash · Homebrew (MacOS): brew install --cask claude-code · Windows: irm https://claude.ai/install.ps1 | iex · NPM: npm install -g @anthropic-ai/claude-code · NOTE: ...
Starred by 48.2K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
Micro
novistopheles.micro.blog › 2025 › 10 › 21 › installing-claude-codeedited.html
Installing Claude Code | Novistopheles
If you need to install Node.js on your Mac, you might use Homebrew or download from nodejs.org. For example, type the following in your Terminal: ... You want Node ≥ 20. ... On first run, you’ll be prompted to login/authenticate with your ...
🌐
MacPaw
macpaw.com › how to › optimization › apps
How to install Claude Code on Mac step by step
3 weeks ago - If you don't edit files at all, you can skip this and just use the Claude Desktop app. ... Open Visual Studio Code or download it here. Go to Extensions, search for Claude Code, and click Install...
🌐
Mike Murphy Co
mikemurphy.co › home › how to install claude code on mac
How To Install Claude Code On Mac - Mike Murphy Co
August 20, 2025 - 00:56 Claude Pricing Plans 01:16 Is Claude Code Too Technical For Me? 01:42 Step 1: Prerequisites_System Requirements 02:53 Node.js Confirmation & Install 03:25 Download & Install Node.js 04:11 Step 2: Install Claude Code Snippet 04:40 Verify Claude Code Installation 05:09 Claude Doctor 05:30 Terminal Keyboard Shortcuts (Clear) 05:57 Step 3:Run Claude Code & Authenticate 06:25 Select Login Method 06:44 Claude Terminal Setup Optimization 07:36 Help & Exit Claude Code 07:59 Step 4: Get Starting Using Claude Code 08:34 Navigate To Claude Demo (cd) 09:16 Change Directory Demo (cd) 10:20 pwd (Print Working Directory) 10:56 Shortcut: New Folder at Terminal 11:18 Run Claude Code 11:44 Enter Text Prompt 13:03 Making Changes Using Text Prompts 13:57 Exit & End Session
Find elsewhere
🌐
Reddit
reddit.com › r/claudeai › can someone help me actually install code and get it working in vs code?
r/ClaudeAI on Reddit: Can someone help me actually install Code and get it working in VS Code?
August 29, 2025 -

I'd really like to get Claude Code working in VS Code on Mac. I'm not very familiar with this kind of stuff.

I've now tried installing it on 3 different Macs, and haven't gotten it working until this afternoon -

I was finally able to get it to install properly (I think) using

"curl -fsSL https://claude.ai/install.sh | bash"

Claude Code launched ONCE from Terminal, so then I tried following Anthropic's steps to get it going in VS Code,

(Run claude - the extension will auto-install)|
but ... "bash: claude: command not found".

I just wanted to try launching it again from Terminal, and now I get:

"The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050."

huh?

If I try running Code from Terminal again...

"-bash: claude: command not found"

???

So - absolutely no clue what's going on. Thought the third time might be a charm, and at least I was able to launch it once... :)

Any help appreciated.

🌐
Reddit
reddit.com › r/claudeai › new to claude code - why are there 3 different ways to install this thing?
r/ClaudeAI on Reddit: New to Claude Code - why are there 3 different ways to install this thing?
August 27, 2025 -

Hey everyone, I'm new to Claude Code and just spent an hour in installation hell. I'm on a Mac

So apparently, there are THREE ways to install this:

  1. npm install: npm install -g u/anthropic-ai/claude-code

    • Docs say this is "standard installation"

    • Gets a permission denied error

    • Docs then warn "DO NOT use sudo"

  2. curl installer: curl -fsSL https://claude.ai/install.sh | bash

    • Called "beta" but actually works

    • Buried in a random troubleshooting article

    • Installs to ~/.local/bin (need to fix PATH)

  3. sudo npm: sudo npm install -g u/anthropic-ai/claude-code

    • What actually makes npm work

    • But docs specifically say DON'T do this

    • "Security risks" apparently

How did you all install this?
Also, why do they recommend npm when they literally have a note saying "Claude Code has a native installation that doesn't depend on npm" - THEN MAKE THAT THE DEFAULT??

I'm not even mad, this is hilarious. Just want to know if I'm missing something obvious here

🌐
GitHub
github.com › Rtolber345 › claude-code-m-mac-install
GitHub - Rtolber345/claude-code-m-mac-install: Step-by-step guide to install Claude Code CLI on Apple Silicon Macs
A step-by-step guide to successfully install Anthropic's Claude Code CLI on Apple Silicon (M1/M2/M3/M4) Macs.
Author   Rtolber345
🌐
Geeky Gadgets
geeky-gadgets.com › home › ai › how to install claude code in 5 minutes : mac & windows
How to Install Claude Code in 5 minutes : Mac & Windows
July 16, 2025 - Locate the Installation Command: Visit the official Claude Code website and find the installation command. This is typically a single line of code that simplifies the setup process.
🌐
YouTube
youtube.com › watch
How To Install Claude Code On Mac - YouTube
Description:In this tutorial, you will learn how to install and run the AI Coding Assistant, Claude Code, on a Mac computer.In this tutorial, you'll learn:* ...
Published   August 20, 2025
🌐
Medium
medium.com › @luongnv89 › setting-up-claude-code-locally-with-a-powerful-open-source-model-a-step-by-step-guide-for-mac-84cf9ab7302f
Setting Up Claude Code Locally with a Powerful Open-Source Model: A Step-by-Step Guide for Mac Users | by Luong NGUYEN | Nov, 2025 | Medium
November 20, 2025 - Web Version Note: Anthropic has a browser-based Claude Code beta, but it doesn’t support local models — stick to the CLI for this setup. There you have it — a complete, local Claude Code setup that’s powerful, private, and perfect for coding marathons. I’ve been using this for everything from quick scripts to debugging complex projects, and it’s a game-changer. If you run into snags or have tweaks to share, drop a comment below. Happy coding, and may your bugs be few! This guide is based on setups tested on macOS with M1 Max.
🌐
Homebrew
formulae.brew.sh › cask › claude
claude — Homebrew Formulae
brew install --cask claude · Name: Claude · Anthropic's official Claude AI desktop app · https://claude.com/download · Cask JSON API: /api/cask/claude.json · Cask code: claude.rb on GitHub · Current version: 0.14.10,fe3f5688c1c2a4b648...