> 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-zh/kuai-su-kai-shi/quickstart.md).

# 安装

一般来说，使用 Raspberry Pi 会更容易，也能更全面地体验 CUBE OS。如果你没有 Raspberry Pi，也不用担心，你可以使用家里的旧电脑或 NAS，通过虚拟机运行 CUBE OS。

如果你想更顺畅地体验 CUBE OS，而无需额外步骤，也可以选择购买 [SONOFF iHost](https://sonoff.tech/products/sonoff-ihost-smart-home-hub/58).

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Raspberry Pi 指南</strong></td><td><a href="/pages/1b8a90f1effd77b2db7d8ca13a28aa8289f3d20f">/pages/1b8a90f1effd77b2db7d8ca13a28aa8289f3d20f</a></td></tr><tr><td><strong>虚拟机指南</strong></td><td><a href="/pages/340e9a3d734716eef371b485f03c7eff4ab996fe">/pages/340e9a3d734716eef371b485f03c7eff4ab996fe</a></td></tr><tr><td><strong>NAS 设备指南</strong></td><td><a href="/pages/8bec8227bf2b792f23da5ce4093ce75664d441e8">/pages/8bec8227bf2b792f23da5ce4093ce75664d441e8</a></td></tr><tr><td><strong>Docker</strong></td><td><a href="/pages/dd30b0155763b70bb1253d234c240d664230bc3c">/pages/dd30b0155763b70bb1253d234c240d664230bc3c</a></td></tr></tbody></table>

我们还提供适用于 Windows 和 Mac 的 CUBE OS 一键安装程序。每个安装程序都能减少手动设置步骤，帮助你更快运行 CUBE OS。

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>一键安装</strong></td><td><a href="/pages/5ae07a4901795bf6d9cc0a55d2012f92a5371eb9">/pages/5ae07a4901795bf6d9cc0a55d2012f92a5371eb9</a></td></tr></tbody></table>


---

# 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-zh/kuai-su-kai-shi/quickstart.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.
