> For the complete documentation index, see [llms.txt](https://docs.cybus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybus.io/1-7-2/getting-started/installing-connectware/system-requirements.md).

# System Requirements

## Hardware Requirements

The actual hardware requirements are strongly dependent on the use case regarding message rates and sizes which are expected, as well as storage space for databases or similar. For a setup utilizing basic functionality and without extraordinary message loads, the following resources are known to be sufficient:

> * 64-bit CPU with x86 architecture
> * 4 GB RAM (minimum)
> * 32 GB hard drive (recommended)

{% hint style="warning" %}
ARM-based computing platforms such as RaspberryPi do not meet these requirements and are currently not supported by the standard version of the Connectware.
{% endhint %}

## Software Requirements

> * Linux operating system
> * Docker
> * Docker Compose
> * Latest stable version of Chrome browser

Docker should be installed using the official setup guide <https://docs.docker.com/engine/install/ubuntu/>. Installing Docker by the package manager *Snap* is known to be causing issues and should be avoided.

{% hint style="warning" %}
Connectware is designed to operate on Linux systems, deployed with Docker Compose. Running Connectware on Windows hosts or with different container-orchestration systems is not part of the standard version of Connectware, but may be available upon request.
{% endhint %}

## Virtual Host Requirements

Full Docker support including privileged containers is necessary to run Connectware on virtual hosts.

Sufficient platforms:

> * VMware
> * AWS EC2 (e.g. using *t3a.medium* instances with Ubuntu 20.04)
> * Azure VM
> * Google Compute Engine


---

# 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.cybus.io/1-7-2/getting-started/installing-connectware/system-requirements.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.
