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

# 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.31        |        Windows 10 / Linux Glibc 2.31        |
| 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 20.04 or higher
* Debian 11 or higher
* Raspberry pi 5 with Raspberry Pi OS (64-bit)
* Jetson Orin with jetpack 6.2 or higher
  {% 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 <a href="#cloud-linux" id="cloud-linux"></a>

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

#### 🖥️ Jetson Nano <a href="#jetson-nano" id="jetson-nano"></a>

* **Processor**: Quad-core ARM Cortex-A57
* **Memory**: 4GB
* **Graphics**: 128-core Maxwell GPU
* **Operating System**: Ubuntu 20.04 (64-bit)
* **Storage**: 16GB microSD card

#### 🖥️ Raspberry Pi <a href="#raspberry-pi" id="raspberry-pi"></a>

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

</details>
