> 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-pt/primeiros-passos/quickstart.md).

# Instalação

De modo geral, o Raspberry Pi seria mais fácil e mais completo para experimentar o CUBE OS. Se não tiver um Raspberry Pi, não se preocupe; pode usar uma máquina antiga ou um NAS em casa para executar o CUBE OS através de máquinas virtuais.

Para uma experiência mais fluida com o CUBE OS, sem passos extra, também pode adquirir um [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>Guia do Raspberry Pi</strong></td><td><a href="/pages/966118bae14fdd708ba64ec34061fb9656a5881c">/pages/966118bae14fdd708ba64ec34061fb9656a5881c</a></td></tr><tr><td><strong>Guia de Máquina Virtual</strong></td><td><a href="/pages/cf60ead77e7a0161f3277deefd9a267baf2a0f50">/pages/cf60ead77e7a0161f3277deefd9a267baf2a0f50</a></td></tr><tr><td><strong>Guia de dispositivos NAS</strong></td><td><a href="/pages/65ecbefa27590c75814898af5bf9e8d48f73838a">/pages/65ecbefa27590c75814898af5bf9e8d48f73838a</a></td></tr><tr><td><strong>Docker</strong></td><td><a href="/pages/888e375d61572d29eac811de0208003164d618de">/pages/888e375d61572d29eac811de0208003164d618de</a></td></tr></tbody></table>

Também disponibilizamos instaladores do CUBE OS com um clique para Windows e Mac. Cada instalador reduz a configuração manual e ajuda-o a colocar o CUBE OS a funcionar mais rapidamente.

<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>Instalação com um clique</strong></td><td><a href="/pages/1284c8839d82a130abdd4817ed17bf38dc34ab7d">/pages/1284c8839d82a130abdd4817ed17bf38dc34ab7d</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-pt/primeiros-passos/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.
