# Feature List

Here's a quick comparison between different installations of CUBE; they only present the current status instead of a roadmap. Features in the early stage may not all arrive in the final version for all installation methods.

<table><thead><tr><th width="74" align="center">No.</th><th width="152">Feature</th><th width="95" align="center">Raspberry Pi (4B/5)</th><th width="104" align="center">Virtual Machine</th><th>Notes</th></tr></thead><tbody><tr><td align="center">1</td><td><strong>Zigbee Cluster Support</strong></td><td align="center">⚠️ <em>(Zigbee dongle needed)</em></td><td align="center">⚠️ <em>(Zigbee dongle needed)</em></td><td><p><strong>Supported Zigbee clusters:</strong></p><p><a href="/pages/3R5RCSY1PuF2dG8eClWI">Zigbee Compatibility </a></p></td></tr><tr><td align="center">2</td><td><strong>Matter Bridge</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td><p><em>Under certification testing, may encounter issues on certain Matter fabrics.</em></p><p></p><p><strong>Supported Matter clusters:</strong> </p><p><a href="/pages/G3FoRpcxF6iGYUET4Njb">Matter Compatibility</a></p></td></tr><tr><td align="center">3</td><td><strong>Matter Hub</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td><p><em>Requires target platform with Bluetooth capability</em></p><p></p><p><strong>Supported Matter clusters:</strong> </p><p><a href="/pages/G3FoRpcxF6iGYUET4Njb">Matter Compatibility</a></p></td></tr><tr><td align="center">4</td><td><strong>Remote Access</strong></td><td align="center">✅</td><td align="center">✅</td><td>Implemented via PWA (Progressive Web App). Chrome and Safari are recommended.</td></tr><tr><td align="center">5</td><td><strong>Push Notifications</strong></td><td align="center">⚠️</td><td align="center">⚠️</td><td>Only available via eWeLink CUBE CAST Dashboard</td></tr><tr><td align="center">6</td><td><strong>CAST Dashboards</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">7</td><td><strong>Docker &#x26; Add-ons</strong></td><td align="center">✅</td><td align="center">✅</td><td>Stored locally on the target platform</td></tr><tr><td align="center">8</td><td><strong>Backup / Restore</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">9</td><td><strong>Scenes (Smart / Manual)</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">10</td><td><strong>Groups / Rooms</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr><tr><td align="center">11</td><td><strong>Firmware OTA</strong></td><td align="center">✅</td><td align="center">✅</td><td>Supports OTA for both CUBE and Zigbee sub-devices</td></tr><tr><td align="center">12</td><td><strong>Turbo Mode (Zigbee)</strong></td><td align="center">✅</td><td align="center">✅</td><td></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://cube.ewelink.cc/feature-exploration/feature-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
