2 ファイル変更 +10 -12

この更新の概要

Windows ARM64版のインストーラー提供に関する記述を整理し、Linuxが非対応であることをより明確に定義しました。デスクトップ版のインストール手順から冗長な説明を削除し、ダウンロードからサインイン、コードタブの利用開始までの流れを簡略化しています。各プラットフォームごとのプロセッサ対応状況やインストーラーへのリンクが最適化されています。

desktop-quickstart +2 -10

Windows ARM64用インストーラーの案内とLinux非対応の記述を整理し、インストール後のアプリ起動からサインインまでの手順を簡潔にまとめ直しています。

@@ -9,13 +9,11 @@ source: https://code.claude.com/docs/en/desktop-quickstart.md
The desktop app gives you Claude Code with a graphical interface built for running multiple sessions side by side: a sidebar for managing parallel work, a drag-and-drop layout with an integrated terminal and file editor, visual diff review, live app preview, GitHub PR monitoring with auto-merge, and scheduled tasks. No terminal required.
Download Claude for your platform:
Universal build for Intel and Apple Silicon
For x64 processors
For Windows ARM64, download the [ARM64 installer](https://claude.ai/api/desktop/win32/arm64/setup/latest/redirect?utm_source=claude_code\&utm_medium=docs). Linux is not currently supported.
For Windows ARM64, download the [ARM64 installer](https://claude.ai/api/desktop/win32/arm64/setup/latest/redirect?utm_source=claude_code\&utm_medium=docs). Linux is not supported.
Claude Code requires a [Pro, Max, Team, or Enterprise subscription](https://claude.com/pricing?utm_source=claude_code\&utm_medium=docs\&utm_content=desktop_quickstart_pricing).
@@ -31,13 +29,7 @@ Chat and Cowork are covered in the [Claude Desktop support articles](https://sup
## Install
Download Claude for your platform and run the installer:
- [macOS](https://claude.ai/api/desktop/darwin/universal/dmg/latest/redirect?utm_source=claude_code\&utm_medium=docs): universal build for Intel and Apple Silicon
- [Windows x64](https://claude.ai/api/desktop/win32/x64/setup/latest/redirect?utm_source=claude_code\&utm_medium=docs): for x64 processors
- [Windows ARM64](https://claude.ai/api/desktop/win32/arm64/setup/latest/redirect?utm_source=claude_code\&utm_medium=docs): for ARM processors
Launch Claude from your Applications folder (macOS) or Start menu (Windows). Sign in with your Anthropic account.
Download the installer for your platform from the links above and run it. Launch Claude from your Applications folder on macOS or the Start menu on Windows, then sign in with your Anthropic account.
Click the **Code** tab at the top center. If clicking Code prompts you to upgrade, you need to [subscribe to a paid plan](https://claude.com/pricing?utm_source=claude_code\&utm_medium=docs\&utm_content=desktop_quickstart_upgrade) first. If it prompts you to sign in online, complete the sign-in and restart the app. If you see a 403 error, see [authentication troubleshooting](/en/desktop#403-or-authentication-errors-in-the-code-tab).
desktop +8 -2

各プラットフォームのプロセッサ対応詳細とARM64版リンクを追加し、インストール後にCodeタブをクリックして開始する具体的な手順を追記しました。

@@ -9,6 +9,14 @@ source: https://code.claude.com/docs/en/desktop.md
The Code tab within the Claude Desktop app lets you use Claude Code through a graphical interface instead of the terminal.
Universal build for Intel and Apple Silicon
For x64 processors
For Windows ARM64, download the [ARM64 installer](https://claude.ai/api/desktop/win32/arm64/setup/latest/redirect?utm_source=claude_code\&utm_medium=docs). Linux is not supported.
After installing, launch Claude, sign in, and click the **Code** tab. See the [Get started guide](/en/desktop-quickstart) for a full walkthrough of your first session.
Desktop adds these capabilities on top of the standard Claude Code experience:
- [Parallel sessions](#work-in-parallel-with-sessions) with automatic Git worktree isolation
@@ -23,8 +31,6 @@ Desktop adds these capabilities on top of the standard Claude Code experience:
- [Connectors](#connect-external-tools) for GitHub, Slack, Linear, and more
- Local, [SSH](#ssh-sessions), and [cloud](#run-long-running-tasks-remotely) environments
New to Desktop? Start with [Get started](/en/desktop-quickstart) to install the app and make your first edit.
The workspace layout, terminal, file editor, side chats, and view modes described on this page require Claude Desktop v1.2581.0 or later. Open **Claude → Check for Updates** on macOS or **Help → Check for Updates** on Windows to update.
This page covers [working with code](#work-with-code), [arranging your workspace](#arrange-your-workspace), [computer use](#let-claude-use-your-computer), [managing sessions](#manage-sessions), [extending Claude Code](#extend-claude-code), and [configuration](#environment-configuration). It also includes a [CLI comparison](#coming-from-the-cli) and [troubleshooting](#troubleshooting).