> 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

1. Сначала перейдите на страницу загрузки на официальном сайте и нажмите скачать версию для Mac, или нажмите на ссылку ниже, чтобы перейти сразу

Обратите внимание при загрузке **версию чипа, соответствующую вашему Mac**

{% hint style="info" %}
Если вы не знаете, какую версию чипа должен использовать ваш Mac:

* Нажмите на значок  в левом верхнем углу панели меню Mac
* В раскрывающемся меню нажмите «Об этом Mac»
* В появившемся окне посмотрите информацию о процессоре

Если это чип Intel, скачайте установочный пакет версии Intel

Если это чип Apple M\*, скачайте установочный пакет для чипов Apple
{% endhint %}

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

2. После завершения загрузки нажмите здесь

<figure><img src="/files/63dc7685aad7622137fc9bd94c84d743878f06a1" alt=""><figcaption></figcaption></figure>

3. Перетащите значок для установки

<figure><img src="/files/6693d5f5f3369b5d4fffc7f3f0e4bcf9f1109234" alt=""><figcaption></figcaption></figure>

Найдите в Launchpad значок Cherry Studio и нажмите на него; если откроется главное окно Cherry Studio, установка прошла успешно.

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

***

### 💡 Получить помощь и отправить отзыв

Если вы в процессе настройки или использования столкнётесь с любыми вопросами, багами или предложениями по улучшению функций, пожалуйста, обратитесь к [Обратная связь и предложения](/docs/russian/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/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.
