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

# Установка в macOS

Руководство по установке версии для macOS

## 1. Определите тип чипа и скачайте установочный пакет

Откройте [официальную страницу загрузки](https://cherryai.com.cn/download/v2)。Для чипа Apple (серия M) выберите **macOS · ARM64**；Для Intel Mac выберите внизу страницы **чип Intel** пункт загрузки.

![вариант загрузки для чипов Apple для macOS на официальной странице загрузки Cherry Studio](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 блокирует открытие приложения, сначала убедитесь, что установочный пакет получен из официального источника, затем в «Системные настройки → Конфиденциальность и безопасность» следуйте подсказкам, чтобы разрешить открытие. Не отключайте системную защиту 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/russian/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.
