> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/macos.md).

# macOS インストール

## 1. チップの種類を確認してインストールパッケージをダウンロードする

開く [公式ダウンロードページ](https://cherryai.com.cn/download/v2)。Appleチップ（Mシリーズ）を選択 **macOS・ARM64**；Intel Mac ではページ下部の **Intelチップ** のダウンロード項目。

![Cherry Studio公式ダウンロードページのmacOS Appleチップのダウンロード項目](https://3562065924-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2FLQNWYQOvDTEl1xeIG7o0%2Fcherry-v2-download-macos-zh-cn.jpg?alt=media\&token=c0daa78f-c48f-43e8-83ff-665bf321ed02)

*公式サイトでは、デフォルトでAppleチップ用のダウンロード項目が表示されます*

チップの種類が不明な場合は、画面左上の ** → このMacについて** を確認してください。

## 2. アプリをインストールする

1. ダウンロードした `.dmg` ファイルをダブルクリックして開き；
2. Cherry Studioを **Applications（アプリケーション）** フォルダへドラッグし；
3. 「アプリケーション」フォルダからCherry Studioを開く。

## 初回起動時の注意

macOSがアプリの起動をブロックした場合は、まずインストーラが公式の配布元からのものか確認し、その後「システム設定 → プライバシーとセキュリティ」で表示される案内に従って起動を許可してください。出所不明のインストールパッケージのためにシステムのセキュリティ保護を無効にしたり、ターミナルコマンドを実行したりしないでください。

## 次へ

Cherry Studioのメイン画面が表示されたら、クイックスタートを続けて完了してください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/cherry-studio/installation/macos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
