> 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/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 芯片下载选项*

不确定芯片类型时，点击屏幕左上角 ** → 关于本机** 查看。

## 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/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.
