# Systemanforderungen

AugeLab Studio wird auf Systemen vom Desktop bis zu Edge-Geräten mit unterschiedlichen Betriebssystemen eingesetzt. Nachfolgend finden Sie die **Mindestanforderungen** an Hardware und Betriebssysteme:

| Hardware        |                      Basis                      |                        KI                       |
| --------------- | :---------------------------------------------: | :---------------------------------------------: |
| Prozessor       |         i3 Prozessor der 10. Generation         |         i5 Prozessor der 10. Generation         |
| Arbeitsspeicher |                       8 GB                      |                      16 GB                      |
| Grafikkarte     |             Integrierte Grafikkarte             |                  NVidia GTX1650                 |
| Betriebssystem  |         Windows 10 / Linux (glibc 2.16)         |         Windows 10 / Linux (glibc 2.16)         |
| Speicher        |               3 GB freier Speicher              |               3 GB freier Speicher              |
| Netzwerk        | Internetverbindung für Aktivierung erforderlich | Internetverbindung für Aktivierung erforderlich |

{% hint style="info" %}
Getestete Linux-Systeme sind:

* Ubuntu 18.04 oder neuer
* Debian 10 oder neuer
* Raspberry Pi 5 mit Raspberry Pi OS (64-Bit)
* Jetson Orin
  {% endhint %}

{% hint style="warning" %}
Bitte achten Sie bei der Auswahl einer Grafikkarte auf den [CUDA Compute Capability](https://developer.nvidia.com/cuda-gpus)-Wert. **Wir empfehlen eine mit mindestens 3.5**.
{% endhint %}

<details>

<summary>Zusätzliche unterstützte Plattformen</summary>

Zusätzliche Plattformen haben keine Benutzeroberfläche. Stattdessen steht eine Python-API zur Verfügung.

**☁️ Cloud / Linux**

* **Prozessor**: 2 vCPUs (mindestens)
* **Arbeitsspeicher**: 4 GB (mindestens)
* **Betriebssystem**: getestet mit Ubuntu 18.04 / 20.04
* **Speicher**: 3 GB freier Speicher

**🖥️ Jetson Nano**

* **Prozessor**: Quad-core ARM Cortex-A57
* **Arbeitsspeicher**: 4 GB
* **Grafik**: 128‑Kern Maxwell‑GPU
* **Betriebssystem**: Ubuntu 18.04
* **Speicher**: 16 GB microSD‑Karte

**🖥️ Raspberry Pi**

* **Prozessor**: Quad-core ARM Cortex‑A72 (Raspberry Pi 4)
* **Arbeitsspeicher**: 4 GB oder 8 GB
* **Grafik**: VideoCore VI GPU
* **Betriebssystem**: Raspberry Pi OS (32‑Bit)
* **Speicher**: 16 GB microSD‑Karte

</details>


---

# 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://docs.augelab.com/german/einfuhrung/system-requirements.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.
