Using Claude on Windows and Mac | Differences, Setup, and Cowork Requirements

When you want to use Claude on both Windows and Mac, there are subtle differences depending on the OS — from supported versions and installation methods to launch shortcuts and the conditions required for Cowork to function. This article focuses on the Claude Desktop app and systematically compares the Windows and Mac versions, covering everything from setup steps to feature availability, all based on official Anthropic information, so you can determine what works in your environment.

AI-generated article summarypowered by Claude
結論powered by Claude

Claude offers official desktop apps for both Windows and Mac, and you can get started simply by visiting claude.ai/download and selecting your OS. The supported versions are macOS 11 (Big Sur) or later and Windows 10 or later. The download is free, and you can start using it as soon as you sign in.

The differences appear in the details. Mac uses a .dmg installer while Windows uses .exe, and the launch shortcut differs: Option+Space on Mac and Ctrl+Space on Windows. Some features — such as quick launch — are implemented on macOS first, so the experience is not completely identical across platforms even with the same app.

The biggest divergence is in Cowork's system requirements. On Mac, Apple Silicon (M1 or later) is required — Intel Macs are not supported. On Windows, you need Pro, Enterprise, or Education editions that include Hyper-V — Home is not supported. Both require a paid plan (Pro or higher), so be sure to verify both your subscription and your OS before proceeding.

目次 (7)

Claude Works on Both Windows and Mac — Three Ways to Use It

There are three main ways to use Claude on a PC, regardless of OS. The web version works entirely in a browser, Claude Desktop runs as a native app in the background, and Claude Code is a command-line environment for developers. The web version behaves nearly identically on Windows and Mac, but Desktop and Code integrate natively with the OS — which is where the platform-specific differences covered in this article come into play.

Claude Desktop, the focus of this article, is a native macOS/Windows app officially provided by Anthropic. It launches instantly via keyboard shortcut without opening a browser and supports notifications, file integration, and system-wide connectivity. Source One thing to note upfront: there is no official desktop app for Linux — the CLI is the primary option on that platform.

OS and Installation Differences — .exe vs. .dmg

The supported OS versions differ between platforms. According to Anthropic's official guidance, Mac requires macOS 11 (Big Sur) or later, and Windows requires Windows 10 or later. Source Both conditions are met by reasonably modern systems with no special pre-configuration needed.

The starting point for installation is the same for both OS, but the steps diverge from there:

  1. Go to claude.ai/download and select your OS (macOS or Windows) to download the installer.
  2. On Mac, open the .dmg file and drag the Claude icon into the "Applications" folder.
  3. On Windows, run the .exe installer and follow the on-screen instructions to complete setup.
  4. After installation, launch "Claude" from the Applications list on Mac or from the Start menu on Windows.
  5. Sign in with your account to begin using Claude.

The Mac approach uses a "drag and drop" method while Windows uses an "installer executable" — each following the standard conventions of its respective OS. The download is free on both platforms. Source

Launch and Shortcut Key Differences — Option+Space vs. Ctrl+Space

One of Claude Desktop's key strengths is the ability to launch it instantly from any active application using a keyboard shortcut. This shortcut differs by OS: Option+Space on Mac and Ctrl+Space on Windows by default. The assignments follow each OS's conventions — the Option key on macOS and the Ctrl key on Windows — so if you switch between both environments frequently, muscle memory can get confused. Note that on Windows with Japanese IME, Ctrl+Space may conflict with the IME shortcut. In that case, you can reassign the shortcut in Claude Desktop's settings.

The launch path also differs by OS. On Mac, you can launch from the Dock, the Applications folder, or Spotlight. On Windows, you use the Start menu or taskbar. Keeping Claude running in the background means a single shortcut takes you directly to the chat input — eliminating the need to hunt for a browser tab, which is the biggest experiential difference compared to the web version.

Feature Differences Between macOS and Windows — A Gap in Rollout Timing

Even within the same Claude Desktop app, the features available can differ between OS versions, at least temporarily. For example, quick-entry features for fast queries tend to be implemented on macOS first, with Windows support following gradually. The gap narrows with each update, but it is worth knowing that "a feature shown for Mac may not yet be available on Windows" — so you won't be caught off guard when information doesn't match your experience.

There are also Windows-specific considerations. As described below with Cowork, some features on Windows depend on the edition (Home vs. Pro, etc.) — a distinction that doesn't apply to Mac. The difference between OS versions is best understood not as one being superior, but as each having constraints in different places.

Cowork System Requirements — The Biggest Divergence

The area where Windows and Mac differ most dramatically is the operating conditions for the agentic feature Cowork. Because Cowork uses an isolated virtual environment, it requires the desktop app (macOS or Windows) — it cannot be used via the web version or on mobile. Source The OS-specific requirements are as follows:

Item Mac Windows
Supported OS macOS 11 or later Windows 10 or later (x64)
Processor Apple Silicon (M1 or later) required — Intel not supported x64 (Arm-based Windows not supported)
Edition requirement None Pro / Enterprise / Education with Hyper-V required — Home not supported
Memory 8GB RAM or more recommended 8GB RAM or more recommended
Plan Pro / Max / Team / Enterprise (paid) Pro / Max / Team / Enterprise (paid)

The barrier on the Mac side is the processor. The Linux virtual machine that Cowork uses is built for Apple Silicon, requiring chips like M1, M2, M3, or M4. Cowork cannot run on Intel Macs even though chat is still available — which may factor into upgrade decisions.

The barrier on the Windows side is the edition. Cowork's virtual machine relies on Hyper-V, which is only included in Pro, Enterprise, and Education editions. The most widely used edition, Windows Home, does not support Cowork — which is the biggest pitfall for Windows users. On both OS, Cowork requires a paid plan at the Pro level or higher; Free accounts cannot use Cowork. Source

Differences When Running Claude Code on Windows vs. Mac

Claude Code, used by developers, also has different installation commands depending on OS. On Mac, the official native route is curl -fsSL https://claude.ai/install.sh | bash; on Windows, it's irm https://claude.ai/install.ps1 | iex from PowerShell. Only these methods support automatic background updates. Source Homebrew (Mac), WinGet (Windows), and npm are also available, but they require manual upgrade management.

Shell environment differences also affect the experience. Mac works out of the box with Zsh and needs no additional setup, while Windows users commonly run into confusion between PowerShell and CMD — typical symptoms include && not working or irm not being recognized. If the claude command is not found, review your PATH settings and run claude doctor for diagnostics — the fastest route regardless of OS. Claude Code itself requires Windows 10 1809 or later / macOS 13.0 or later, and runs on either platform with 4GB RAM or more. Source

Which Environment Should You Choose? — A Quick Reference by Use Case

Finally, here's a summary to help you decide based on your intended use. If your focus is chat and document summarization, there is almost no meaningful difference between OS, and both Windows and Mac work comfortably with the Desktop app. The hardware and edition requirements only come into play if you want to use the agentic Cowork feature.

Guidelines for your decision:

  1. If you primarily use Claude for chat, installing the Desktop app on either Windows or Mac is sufficient.
  2. Mac users who want Cowork should confirm their machine uses Apple Silicon (Intel Macs are not supported).
  3. Windows users who want Cowork should confirm their edition is Pro, Enterprise, or Education (Home is not supported).
  4. If you use Claude Code for development, prioritize the official native install path (install.sh / install.ps1) for automatic updates.
  5. All features have limitations on Free accounts, so plan for a Pro subscription or higher for serious use.

Claude can be used on both Windows and Mac — that much is consistent. The differences are limited to installation conventions, shortcuts, and Cowork system requirements. As long as you understand those distinctions, you can confidently set up Claude for your environment without hesitation.

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

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