> 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/readme.md).

# Welcome

Hey, glad you made it here, the official documentation website of eWeLink CUBE OS!

eWeLink CUBE OS is a **free, open, self-hosted local software system** designed to upgrade the smart devices already in your home.

#### Download the Latest Image on

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

It allows many eWeLink-supported Wi-Fi devices, such as SONOFF products, to be directly bridged into the Matter network without any additional hardware, enabling them to work simultaneously with Apple Home, SmartThings, Google Home, Amazon Alexa, Home Assistant, and other Matter-compatible platforms.

With a Zigbee dongle, eWeLink CUBE OS can also integrate multi-brand Zigbee switches, sensors, and lights, and bridge them into these Matter platforms, bringing your devices together into one unified smart home environment.

By installing eWeLink CUBE OS, your existing Wi-Fi and Zigbee devices gain a modern and unified Matter smart home experience, without replacing any hardware.

## Jump Right in

<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">Cover image</th></tr></thead><tbody><tr><td align="center"><strong>Installation</strong></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td><td><a href="/files/XutfQroodcVdnX12ZY3R">/files/XutfQroodcVdnX12ZY3R</a></td></tr><tr><td align="center"><strong>Add Devices</strong></td><td><a href="/pages/kkSyp1QxGf9lG0OXdHWh">/pages/kkSyp1QxGf9lG0OXdHWh</a></td><td><a href="/files/ZbMhzEExWJPYsCLVEUu8">/files/ZbMhzEExWJPYsCLVEUu8</a></td></tr><tr><td align="center"><strong>Feature Exploration</strong></td><td><a href="/pages/nV5MeR1SPsag3XVS7l4y">/pages/nV5MeR1SPsag3XVS7l4y</a></td><td><a href="/files/Ffvur1CkIYbW380IfHW5">/files/Ffvur1CkIYbW380IfHW5</a></td></tr></tbody></table>

## What's eWeLink CUBE OS?

A free self-hosted local system that bridges eWeLink Wi-Fi and multi-brand Zigbee devices into the Matter network for Apple Home, SmartThings, Google Home, Alexa, and Home Assistant.

## Key Features

😁**Upgrade existing devices - no new hardware required**

Bridge many eWeLink/SONOFF Wi-Fi devices and multi-brand Zigbee devices (via a Zigbee dongle) into the Matter network, extending compatibility across modern ecosystems.

📡**Add Zigbee devices instantly with zero configuration**

Simply plug in a Zigbee dongle to quickly add switches, sensors, and lights from various brands. Auto-detection, auto-pairing, ready to use.

🔗**Make devices available on multiple platforms at the same time**

Bridged devices can appear simultaneously in Apple Home, SmartThings, Google Home, Amazon Alexa, Home Assistant, and other Matter-enabled platforms.

⚡**Local-first operation for speed and stability**

Runs entirely on your local hardware - fast response, reliable connections, no cloud dependency.


---

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