> 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/zhong-wen-fan-ti/cherry-studio/installation/macos.md).

# macOS

1. 首先去官網下載頁面撳下載 Mac 版本，或者撳下面直接去

請留意下載 **自己部 Mac 對應嘅晶片版本**

{% hint style="info" %}
如果唔知自己部 Mac 應該用咩晶片版本：

* 撳 Mac 左上角選單欄 
* 喺展開嘅選單入面撳「關於本機」
* 喺彈出視窗入面睇處理器資訊

如果係 Intel 晶片，就下載 Intel 版本安裝包

如果係 Apple M\* 晶片，就下載 Apple 晶片安裝包
{% endhint %}

{% embed url="<https://cherryai.com.cn/download>" %}

2. 下載完成之後撳呢度

<figure><img src="/files/1a6286a4427acde7782a5f7c36f2cdd620612254" alt=""><figcaption></figcaption></figure>

3. 拖拽圖示嚟安裝

<figure><img src="/files/f36b4ef6b37e9e208687ee9a058276ce412b7ac6" alt=""><figcaption></figcaption></figure>

去啟動台搵 Cherry Studio 圖示並撳一下，如果可以打開 Cherry Studio 主介面，就代表安裝成功。

<figure><img src="/files/0f6c04953dcc9f231f22ba80f053c6ae0e18e7ef" alt=""><figcaption></figcaption></figure>

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# 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/zhong-wen-fan-ti/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.
