# System Requirements

AugeLab Studio is widely used on desktops to edge devices with varying operating systems. Below, you may refer to the **minimum requirements** of hardware and operating systems:

| Hardware         |                    Basic                    |                      AI                     |
| ---------------- | :-----------------------------------------: | :-----------------------------------------: |
| Processor        |         i3 10th generation processor        |         i5 10th generation processor        |
| Memory           |                     8GB                     |                     16GB                    |
| Graphics Card    |            Internal Graphics Card           |                NVidia GTX1650               |
| Operating System |        Windows 10 / Linux Glibc 2.16        |        Windows 10 / Linux Glibc 2.16        |
| Storage          |             3GB available space             |             3GB available space             |
| Network          | Internet connection required for activation | Internet connection required for activation |

{% hint style="info" %}
Tested linux systems are:

* Ubuntu 18.04 or higher
* Debian 10 or higher
* Raspberry pi 5 with Raspberry Pi OS (64-bit)
* Jetson Orin
  {% endhint %}

{% hint style="warning" %}
Please remember to look at the [Cuda Compute Capability](https://developer.nvidia.com/cuda-gpus) score when choosing a graphics card. **We recommend a one with at least 3.5**.
{% endhint %}

<details>

<summary>Additional Supported Platforms</summary>

Additional platforms do not have a user interface. Instead, a python API is exposed for usage.

**☁️ Cloud / Linux**

* **Processor**: 2 vCPUs (minimum)
* **Memory**: 4GB (minimum)
* **Operating System**: tested with Ubuntu 18.04 / 20.04
* **Storage**: 3GB available space

**🖥️ Jetson Nano**

* **Processor**: Quad-core ARM Cortex-A57
* **Memory**: 4GB
* **Graphics**: 128-core Maxwell GPU
* **Operating System**: Ubuntu 18.04
* **Storage**: 16GB microSD card

**🖥️ Raspberry Pi**

* **Processor**: Quad-core ARM Cortex-A72 (Raspberry Pi 4)
* **Memory**: 4GB or 8GB
* **Graphics**: VideoCore VI GPU
* **Operating System**: Raspberry Pi OS (32-bit)
* **Storage**: 16GB microSD card

</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/introduction/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.
