> For the complete documentation index, see [llms.txt](https://wiki.relictum.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.relictum.pro/ru/faq/instrukcii/kak-ustanovit-nodu-relictum-pro-na-macos.md).

# Как установить ноду Relictum Pro на MacOS?

1. Для начала вам необходимо скачать ноду. Перейдите на страницу [Скачать ноду](https://relictum.pro/) и в блоке **Нода для компьютеров** нажмите на кнопку **Скачать для MacOS**.

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

2\. После того как скачивание файла установки завершится, вам необходимо открыть файл \*.pkg.

<figure><img src="/files/6J8YyzONBgBO7iKzJrZS" alt=""><figcaption></figcaption></figure>

**Внимание!** Стандартное открытие файла с помощью двойного клика приведет к выводу предупреждения о нехватке доступа для открытия данного файла, согласно стандартных настроек безопасности системы всех продуктов Apple.

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

3\. Для того что бы открыть файл и установить ноду на свой компьютер Mac, вы должны нажать на файл \*.pkg правой кнопкой мыши или тачпада, и выпадающем контекстном меню выбрать пункт “Открыть”. Это действие разрешает доступ для установки.

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

4\. Далее вам необходимо нажать на кнопку “Открыть” повторно.

<figure><img src="/files/8xHYXuAyuoeZ7isURHuD" alt=""><figcaption></figcaption></figure>

5\. В процессе установки, система попросит разрешение на установку еще раз, в соответствии с процедурой политики безопасности Apple.

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

6\. Когда нода будет установлена вы увидите такое же системное подтверждение от MacOS.

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

7\. **Поздравляем**, программное обеспечение Relictum Pro было установлено на ваш компьютер Mac.


---

# 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://wiki.relictum.pro/ru/faq/instrukcii/kak-ustanovit-nodu-relictum-pro-na-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.
