How to Install Claude on Mac | Choosing Between the App, App Store, and CLI

Searching "how to install Claude on Mac" often turns up conflicting instructions — sometimes a desktop app, sometimes terminal commands — which can be confusing. The truth is there are three ways to get Claude running on a Mac, and the right one depends on how you plan to use it. This article covers all three routes — the desktop app, the App Store, and Claude Code (CLI) — including compatible OS versions, the fastest setup steps, and Mac-specific pitfalls, all based on official Anthropic documentation.

Article Summary by AIpowered by Claude
結論powered by Claude

There are three routes to install Claude on Mac: the desktop app (.dmg), the App Store, and Claude Code (CLI). For everyday GUI chat use, the fastest path is to download the .dmg from claude.ai/download and drag it into your Applications folder — compatible with macOS 11 (Big Sur) and later.

For developers who want Claude to write code in the terminal, Claude Code is a CLI tool that can be installed with a single command: curl -fsSL https://claude.ai/install.sh | bash. It requires macOS 13.0 (Ventura) or later and a Pro or higher subscription, and it is the only one of the three methods that includes automatic background updates.

Three Mac-specific things to watch out for: the Gatekeeper dialog (developer verification) on first launch, not using sudo when installing via npm, and the fact that both Apple Silicon and Intel Macs are supported. When in doubt, start with the desktop app and add Claude Code later when you need to write code.

目次 (7)

Before Installing Claude on Mac — First, Choose Which Claude You Need

There are three main ways to use Claude on a Mac. The web version runs entirely in your browser with no installation required. Claude Desktop is a native app that lives on your Mac. And Claude Code (CLI) is a developer-focused tool that runs in the terminal. Since the web version needs no installation, this article focuses on the two that do require installation: the desktop app and Claude Code.

The choice is straightforward. If you want a GUI for daily chat, research, and writing tasks, go with the desktop app. If you prefer to manage apps through Mac's standard App Store, use the App Store version. If you want Claude to work on your codebase and assist with development, choose Claude Code. If you are unsure which to start with, the desktop app covers the vast majority of use cases.

Route 1: Install Claude Desktop via .dmg (Fastest)

The quickest option is to download the .dmg directly from the official site. It supports macOS 11 (Big Sur) and later, and works on both Apple Silicon and Intel Macssource. Here are the steps:

  1. Go to claude.ai/download and download the macOS installer (.dmg).
  2. Double-click the downloaded .dmg file to open it.
  3. Drag the Claude icon into the Applications folder.
  4. Launch "Claude" from your Applications.
  5. Sign in with your account to get started.

Downloading and installing is free, and you can start using it immediately after signing insource. Once installed, you can invoke Claude from any app using the Option+Space keyboard shortcut — one of the standout features of the Mac version.

Route 2: Install via the App Store

If you prefer managing apps through the App Store, you can install "Claude by Anthropic" from the Mac App Storesource. Updates are managed centrally through the App Store, which is convenient for corporate Macs that use MDM (mobile device management) deployment policies. Here are the steps:

  1. Open the Mac App Store and search for "Claude by Anthropic."
  2. Click "Get" or "Install" to download it.
  3. Launch Claude from Launchpad or your Applications folder.
  4. Sign in with your account to get started.

For personal use where speed is the priority, Route 1 (.dmg) is the fastest. For organization-wide deployment and update management, the App Store version is the better fit.

Route 3: Install Claude Code (CLI) on Mac

Claude Code is for developers who want Claude to write code directly from the terminal. System requirements are macOS 13.0 (Ventura) or later with at least 4 GB of RAM, and it supports both Apple Silicon and Intel Macssource. Anthropic's officially recommended installation method is the native installer, which completes in a single command:

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

The native installer is the only one of the three installation methods that automatically updates in the background at launch and while running — a significant advantagesource. Here is how to get from installation to first launch:

  1. Open Terminal and run the curl ... | bash command above.
  2. Once installation is complete, type claude to launch it.
  3. A browser window will open on first run — sign in with a Pro or higher account to authenticate.
  4. Navigate to any project folder and start a conversation with claude.

A Pro ($20/month) or higher subscription is required — free accounts cannot authenticatesource. Homebrew users can also run brew install --cask claude-code, and those who prefer Node.js can use npm install -g @anthropic-ai/claude-code, but neither of these methods includes automatic updates and will require manual maintenancesource.

Mac-Specific Pitfalls — Gatekeeper, sudo, and Apple Silicon

There are three common sticking points when installing Claude on a Mac.

  1. Cannot launch (Gatekeeper): On first launch, macOS Gatekeeper may show a developer verification dialog. Go to "System Settings → Privacy & Security" and click "Open Anyway" to allow it to run.

  2. Permission error (do not use sudo): When installing Claude Code via npm, avoid sudo npm install -g due to permission and security concernssource. If you encounter a permission error, the safe fix is to change your npm global directory to a path you own, then reinstall.

  3. CPU type (Apple Silicon / Intel): Both the desktop app and Claude Code support Apple Silicon (M1–M4) and Intel, so virtually any modern Mac will work regardless of chipsource.

Which Route Should You Choose? — Quick Reference by Use Case

  • Daily chat, research, and writing via GUI → Desktop app (.dmg). Fastest to install, summonable anywhere with Option+Space.
  • Corporate Mac with centralized deployment and updates → App Store version. Easy to manage via MDM or App Store updates.
  • Writing code and driving development → Claude Code (CLI). The native installer includes automatic updates.
  • Just want to try it out → No installation needed — just log in at the web version (claude.ai).

When in doubt, start with the desktop app for everyday use, then add Claude Code when you are ready to get into development. The desktop app even includes a Code tab that integrates Claude Code, making it easy to expand into development use later.

Initial Setup and Sign-In After Installation

Regardless of which route you choose, the first thing you will need to do after installation is sign in. The web version and desktop app both work with free accounts, but Claude Code requires a Pro or higher subscription — free accounts cannot authenticatesource.

After installing Claude Code, run claude doctor after launching it to check the integrity of your dependencies and permissions in one gosource. If things seem unstable right after installation, this diagnostic command is the standard first step for identifying the cause. For the desktop app, you may be prompted to grant notification and file access permissions after launch — allow them as needed to enable those features.

Getting Claude running on your Mac comes down to one decision — which version you need — and then it is just a matter of downloading and signing in. As your needs grow, you can always add more routes. There is no need to install everything upfront.

参考になったら ♡
Clauder Navi 編集部
@clauder_navi

Anthropic の Claude / Claude Code を中心に、日本のエンジニア向けに最新動向と実務 を毎日発信。 運営方針 は メディアについて をご覧ください。