> 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/en-us/cherry-studio/installation/macos.md).

# macOS Installation

## 1. Confirm the chip type and download the installer

Open [official download page](https://cherryai.com.cn/download/v2). For Apple chips (M series), select **macOS · ARM64**; for Intel Macs, choose the **Intel chip** download option.

![the macOS Apple chip download option on Cherry Studio's official download page](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)

*The official website displays the Apple chip download option by default*

If you're unsure of the chip type, click the top-left corner of the screen ** → About This Mac** to check.

## 2. Install the app

1. Double-click to open the downloaded `.dmg` file;
2. Drag Cherry Studio to **Applications** folder;
3. Open Cherry Studio from the “Applications” folder.

## First launch prompt

If macOS blocks opening the app, first confirm the installer came from the official source, then go to “System Settings → Privacy & Security” and allow it to open as prompted. Do not disable system security protections or run terminal commands for installers from unknown sources.

## Next

After you see the Cherry Studio main interface, continue to complete the quick start.


---

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