🌐
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.75 ...
🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
The native installation is the recommended method and offers several benefits: ... Improved auto-updater stability If you have an existing installation of Claude Code, use claude install to migrate to the native binary installation.
🌐
Homebrew
formulae.brew.sh › cask › claude
claude — Homebrew Formulae
Cask JSON API: /api/cask/claude.json · Cask code: claude.rb on GitHub · Current version: 0.14.10,fe3f5688c1c2a4b648d1bf6d9784d62ef9fc336a · Requirements: macOS >= 11 ·
🌐
GitHub
github.com › anthropics › claude-code › issues › 11405
[BUG] Claude TUI says update available via brew. Brew update shows already up to date. · Issue #11405 · anthropics/claude-code
November 11, 2025 - Start a new claude code session · Message appears about Update Available · Run the brew upgrade command · None · I don't know · No response · 2.0.36 · Anthropic API · macOS · iTerm2 · No response · 👍React with 👍29mchowning, ...
Published   Nov 11, 2025
🌐
Reddit
reddit.com › r/claudeai › claude code's native installer is now generally available.
r/ClaudeAI on Reddit: Claude Code's native installer is now generally available.
October 31, 2025 -

Claude Code’s native installer is now generally available, and we recommend it as the default installation method for all new Claude Code users.

Installation script: brew install --cask claude-code

The native installer uses Homebrew rather than npm. It’s an improvement over the previous installer in a few ways:

  • Installing Claude Code no longer requires Node.js to be installed

  • The auto-updater has improved stability

  • It is a single, self-contained executable

We also recommend existing users migrate their installations to the new installer using claude install.

  • Close all open Claude Code sessions

  • Run claude install in your terminal

  • For users running Alpine Linux, they should follow the full installation instructions for migration: https://docs.claude.com/en/docs/claude-code/setup#native-binary-installation-beta

See the docs for more installation methods across platforms: https://docs.claude.com/en/docs/claude-code/setup

🌐
ClaudeLog
claudelog.com › home › faqs
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
Check your current version with claude --version before and after updating to confirm the update was successful. Q: How do I check my Claude Code version? A: Run claude --version in your terminal to see the currently installed Claude Code version.
🌐
Reddit
reddit.com › r/claudecode › [solved] claude code multi-agent not working on macos? here's (my) the fix!
r/ClaudeCode on Reddit: [SOLVED] Claude Code multi-agent not working on macOS? Here's (my) the fix!
August 5, 2025 - # Remove Homebrew node/npm (and any claude packages) brew uninstall --ignore-dependencies node brew list | grep -i claude # Remove any claude packages found # Clean up homebrew node modules rm -rf /opt/homebrew/lib/node_modules ... # Create a user-owned directory for global packages mkdir ~/.npm-global npm config set prefix '~/.npm-global' # Add to PATH echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.zshrc source ~/.zshrc ... The official npm package u/anthropic-ai/claude-code has full functionality including multi-agent support
🌐
Claudecode
claudecode.pro › docs › getting-started
Getting Started - Claude Code
brew install claude-code · 2 · Visit Anthropic Console to get your API key. Tip · New users can get free API credits to try Claude Code features. # Set API key · claude auth login · # Or use environment variable · export ANTHROPIC_API_KEY="your-api-key-here" 3 ·
Find elsewhere
🌐
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 - Tip: keep Windows-side Git for ... but run Claude Code inside WSL so paths and permissions stay Linux-friendly. ... brew install nvm # or use the curl script above mkdir ~/.nvm && echo 'export NVM_DIR="$HOME/.nvm"' >> ~/.zshrc source ~/.zshrc nvm install --lts ... Auth loop in WSL — If the browser fails to open, copy ...
🌐
Vibecodingwithfred
vibecodingwithfred.com › home › blog › claude code installation guide: using irm script, npm setup, and https://claude.ai/install.ps1 script
Claude Code Installation Guide: Using irm Script, npm Setup, and https://claude.ai/install.ps1 Script | Vibe Coding With Fred
1 month ago - # Uninstall Claude Code from Homebrew brew uninstall claude-code # Clean up any cached files brew cleanup claude-code · After uninstalling via brew, you can switch to the native binary installation for better auto-update support.
🌐
GitHub
github.com › anthropics › claude-code › issues › 454
homebrew · Issue #454 · anthropics/claude-code
March 12, 2025 - require "language/node" class ClaudeCode < Formula desc "Command line interface for Claude AI by Anthropic" homepage "https://www.anthropic.com" url "https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.37.tgz" sha256 "ddf92e983a7bad6875d6436deabc32bfbbdfa75b43655c10777ae9d2a9d9a9da" license "MIT" livecheck do url "https://registry.npmjs.org/@anthropic-ai/claude-code/latest" regex(/["']version["']:\s*["']([^"']+)["']/i) end depends_on "node" def install # Install the package globally within the Homebrew prefix system "npm", "install", "-g", "--prefix", prefix, "@anthropic-ai/claude-code@#{version}" end test do system bin/"claude-code", "--help" end end · and run as brew install --build-from-source ./claude-code.rb
Published   Mar 12, 2025
🌐
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.
Use it in your terminal, IDE, or tag @claude on Github. Learn more in the official documentation. Install Claude Code: MacOS/Linux: curl -fsSL https://claude.ai/install.sh | bash · Homebrew (MacOS): brew install --cask claude-code ·
Starred by 47.7K users
Forked by 3.3K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
Specstory
docs.specstory.com › bearclaude › claudecode
Configure Claude Code - SpecStory
Installed via Homebrew but still failing On Apple Silicon Macs, binaries often live in /opt/homebrew/bin/. Update the path manually. Custom install locations If you installed Claude Code somewhere else, set that exact path in Preferences.
🌐
GitHub
github.com › anthropics › claude-code › issues › 3172
Bug: claude command not found after npm install -g on macOS with Homebrew due to incorrect symlink · Issue #3172 · anthropics/claude-code
July 8, 2025 - Steps to Reproduce · On a macOS system with Homebrew, install Node.js: brew install node. Install the Claude Code CLI globally: npm install -g @anthropic-ai/claude-code. Attempt to run the claude command: claude --version.
Published   Jul 08, 2025
🌐
Calvin's Dev Logs
calvin.my › posts › new-ways-to-install-claude-code-on-macos
New ways to install Claude Code on macOS | Calvin's Dev Logs
November 4, 2025 - Updated · 04 Nov 2025 · Tags ... · curl -fsSL https://claude.ai/install.sh | bash · 2) Via Homebrew · brew install --cask claude-code ·...
🌐
Hieu Nguyen
hieufromwaterloo.ca › post › claude-code-complete-guide
Claude Code - Complete Beginner's Guide | Hieu Nguyen
August 31, 2025 - It can work with your entire codebase and maintain context across conversations. ... # Using Homebrew brew install --cask visual-studio-code # Or download from: https://code.visualstudio.com/