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

# Witamy

Cześć, cieszę się, że tu dotarłeś — oficjalna strona dokumentacji eWeLink CUBE OS!

eWeLink CUBE OS to **bezpłatny, otwarty, samodzielnie hostowany system lokalny** zaprojektowany, aby ulepszyć inteligentne urządzenia już znajdujące się w Twoim domu.

#### Pobierz najnowszy obraz na

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

Pozwala wielu urządzeniom Wi‑Fi obsługiwanym przez eWeLink, takim jak produkty SONOFF, być bezpośrednio mostkowanym do sieci Matter bez dodatkowego sprzętu, umożliwiając ich jednoczesne działanie z Apple Home, SmartThings, Google Home, Amazon Alexa, Home Assistant i innymi platformami zgodnymi z Matter.

Dzięki donglowi Zigbee eWeLink CUBE OS może także integrować wielomarkowe przełączniki, czujniki i oświetlenie Zigbee oraz mostkować je do tych platform Matter, łącząc Twoje urządzenia w jedno zunifikowane środowisko inteligentnego domu.

Instalując eWeLink CUBE OS, Twoje istniejące urządzenia Wi‑Fi i Zigbee zyskują nowoczesne i zunifikowane doświadczenie inteligentnego domu Matter, bez konieczności wymiany sprzętu.

## Zacznij od razu

<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">Obraz okładki</th></tr></thead><tbody><tr><td align="center"><strong>Instalacja</strong></td><td><a href="/pages/644539e0ceab95e2336d49fc7eb20c9583ccd142">/pages/644539e0ceab95e2336d49fc7eb20c9583ccd142</a></td><td><a href="/files/f4b85dfa1f061145650f8eefd96470b25044da66">/files/f4b85dfa1f061145650f8eefd96470b25044da66</a></td></tr><tr><td align="center"><strong>Dodaj urządzenia</strong></td><td><a href="/pages/d593bcad6f500d70139d67d755391211f3ed8fa2">/pages/d593bcad6f500d70139d67d755391211f3ed8fa2</a></td><td><a href="/files/3d0dda271d11fd7c6e0639dc9006d8af5e0050fe">/files/3d0dda271d11fd7c6e0639dc9006d8af5e0050fe</a></td></tr><tr><td align="center"><strong>Eksploracja funkcji</strong></td><td><a href="/pages/5fc02d1b5427e1159f2c53f4ea7ca2908e7e5abe">/pages/5fc02d1b5427e1159f2c53f4ea7ca2908e7e5abe</a></td><td><a href="/files/1ffc2fd8e272f4c115eea660619118a7b7eb850d">/files/1ffc2fd8e272f4c115eea660619118a7b7eb850d</a></td></tr></tbody></table>

## Czym jest eWeLink CUBE OS?

Bezpłatny, samodzielnie hostowany system lokalny, który mostkuje urządzenia eWeLink Wi‑Fi i wielomarkowe urządzenia Zigbee do sieci Matter dla Apple Home, SmartThings, Google Home, Alexa i Home Assistant.

## Kluczowe funkcje

😁**Ulepsz istniejące urządzenia — bez potrzeby nowego sprzętu**

Mostkuj wiele urządzeń eWeLink/SONOFF Wi‑Fi oraz wielomarkowe urządzenia Zigbee (przy użyciu dongla Zigbee) do sieci Matter, rozszerzając kompatybilność w nowoczesnych ekosystemach.

📡**Dodawaj urządzenia Zigbee natychmiast, bez konfiguracji**

Wystarczy podłączyć dongla Zigbee, aby szybko dodać przełączniki, czujniki i oświetlenie różnych marek. Automatyczne wykrywanie, automatyczne parowanie, gotowe do użycia.

🔗**Udostępniaj urządzenia na wielu platformach jednocześnie**

Mostkowane urządzenia mogą pojawiać się jednocześnie w Apple Home, SmartThings, Google Home, Amazon Alexa, Home Assistant i innych platformach obsługujących Matter.

⚡**Priorytet lokalny dla szybkości i stabilności**

Działa w całości na Twoim lokalnym sprzęcie — szybka reakcja, niezawodne połączenia, brak zależności od chmury.


---

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