> For the complete documentation index, see [llms.txt](https://docs.datarhei.com/restreamer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datarhei.com/restreamer/installing.md).

# Installing

- [Minimum Requirements](https://docs.datarhei.com/restreamer/installing/minimum-requirements.md): Once Docker runs on the host, there is an excellent chance to use the Restreamer.
- [Official Recommendations](https://docs.datarhei.com/restreamer/installing/official-recommendations.md): Official production deployment recommendations
- [Raspberry Pi / ARM](https://docs.datarhei.com/restreamer/installing/raspberry-pi-arm.md): Install and run Restreamer on a Raspberry Pi 3, P 4, or other devices with an ARMv6, ARMv7, or ARMv8 CPU in a Docker container.
- [Linux](https://docs.datarhei.com/restreamer/installing/linux.md): Install and run datarhei Restreamer on Linux with a 64bit Intel or AMD CPU in a Docker container.
- [Mac](https://docs.datarhei.com/restreamer/installing/mac.md): Install and run Restreamer on Mac with Docker Desktop.
- [Docker Desktop](https://docs.datarhei.com/restreamer/installing/mac/docker-desktop.md): Install and run Restreamer on Mac with Docker Desktop.
- [Terminal](https://docs.datarhei.com/restreamer/installing/mac/terminal.md): Install and run datarhei Restreamer on Mac with Intel or Silicon chip in an Docker container.
- [Windows](https://docs.datarhei.com/restreamer/installing/windows.md): Install and run Restreamer on Microsoft Windows with Docker Desktop.
- [Docker Desktop](https://docs.datarhei.com/restreamer/installing/windows/docker-desktop.md): Install and run Restreamer on Microsoft Windows with Docker Desktop.
- [Terminal](https://docs.datarhei.com/restreamer/installing/windows/terminal.md): Install and run datarhei Restreamer on Mac with Intel or Silicon chip in an Docker container.
- [Cloud/Hosting-Service](https://docs.datarhei.com/restreamer/installing/cloud-hosting-service.md): If your private ISP does not have enough bandwidth capacity, it is obvious to run the restreamer at a cloud/hosting service.
- [Update](https://docs.datarhei.com/restreamer/installing/update.md): We always recommend using the latest datarhei Restreamer.
- [Migration](https://docs.datarhei.com/restreamer/installing/migration.md): Migration notes for version breaks.


---

# 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://docs.datarhei.com/restreamer/installing.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.
