> For the complete documentation index, see [llms.txt](https://cube.ewelink.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cube.ewelink.cc/cube-os-ru/readme.md).

# Добро пожаловать

Привет, рад, что вы здесь — официальный сайт документации eWeLink CUBE OS!

eWeLink CUBE OS — это **бесплатная, открытая, саморазмещаемая локальная программная система** предназначенная для модернизации умных устройств, уже находящихся в вашем доме.

#### Скачать последний образ на

{% embed url="<https://github.com/eWeLinkCUBE/CUBE-OS/releases>" %}

Она позволяет многим Wi‑Fi устройствам, поддерживаемым eWeLink, таким как продукты SONOFF, напрямую подключаться к сети Matter без дополнительного оборудования, что позволяет им одновременно работать с Apple Home, SmartThings, Google Home, Amazon Alexa, Home Assistant и другими платформами, совместимыми с Matter.

С помощью Zigbee‑донгла eWeLink CUBE OS также может интегрировать многофирменные Zigbee‑выключатели, датчики и лампы и подключать их к этим платформам Matter, объединяя ваши устройства в единую умную экосистему.

Установив eWeLink CUBE OS, ваши существующие Wi‑Fi и Zigbee устройства получают современный и единый опыт работы с Matter без замены какого‑либо оборудования.

## Перейти к делу

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Изображение обложки</th></tr></thead><tbody><tr><td align="center"><strong>Установка</strong></td><td><a href="/pages/26cfeab5ff8e3e150f3da1dd383b4a7c0cbe697d">/pages/26cfeab5ff8e3e150f3da1dd383b4a7c0cbe697d</a></td><td><a href="/files/c6efed3d89c05ba442e14e5eedd2e054bc5ebc72">/files/c6efed3d89c05ba442e14e5eedd2e054bc5ebc72</a></td></tr><tr><td align="center"><strong>Добавить устройства</strong></td><td><a href="/pages/09e25e4ad60cbf7b5b14ea076995bbc04002ecbb">/pages/09e25e4ad60cbf7b5b14ea076995bbc04002ecbb</a></td><td><a href="/files/537282f534e84f6d4b3e3ab03203eae381b8ebe0">/files/537282f534e84f6d4b3e3ab03203eae381b8ebe0</a></td></tr><tr><td align="center"><strong>Изучение функций</strong></td><td><a href="/pages/51bc21967a848a078fb413d33bc3e138694b4b4d">/pages/51bc21967a848a078fb413d33bc3e138694b4b4d</a></td><td><a href="/files/fad2d54105b2d6fa95c79cd2f25759ae0b567a67">/files/fad2d54105b2d6fa95c79cd2f25759ae0b567a67</a></td></tr></tbody></table>

## Что такое eWeLink CUBE OS?

Бесплатная саморазмещаемая локальная система, которая объединяет eWeLink Wi‑Fi и многофирменные Zigbee‑устройства в сеть Matter для Apple Home, SmartThings, Google Home, Alexa и Home Assistant.

## Ключевые особенности

😁**Обновление существующих устройств — новое оборудование не требуется**

Подключает многие Wi‑Fi устройства eWeLink/SONOFF и многофирменные Zigbee‑устройства (через Zigbee‑донгл) к сети Matter, расширяя совместимость в современных экосистемах.

📡**Мгновенное добавление Zigbee‑устройств без настройки**

Просто подключите Zigbee‑донгл, чтобы быстро добавить выключатели, датчики и лампы разных брендов. Автовыявление, автосопряжение, готово к использованию.

🔗**Делайте устройства доступными на нескольких платформах одновременно**

Подключённые через мост устройства могут одновременно отображаться в Apple Home, SmartThings, Google Home, Amazon Alexa, Home Assistant и других платформах с поддержкой Matter.

⚡**Приоритет локальной работы для скорости и стабильности**

Работает полностью на вашем локальном оборудовании — быстрый отклик, надёжные соединения, без зависимости от облака.


---

# 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://cube.ewelink.cc/cube-os-ru/readme.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.
