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

# System Requirements

The necessary system performance depends on the size of the project you are working on. While Depence is a graphically intense software, the graphics hardware is of course one of the most important components. Depence also takes advantage of multi-core CPUs.

## Minimum System Requirements <a href="#systemrequirements-minimumsystemrequirements" id="systemrequirements-minimumsystemrequirements"></a>

* Microsoft® Windows® 10/11 64-Bit
* CPU's with high single thread performance
* 16 GB RAM
* Dedicated gaming graphic card with min 6GB VRAM
* One free USB port for USB-License Dongle

## Recommended System <a href="#systemrequirements-recommendedsystem" id="systemrequirements-recommendedsystem"></a>

* Microsoft® Windows® 11 64-Bit
* Intel Core Ultra 9 285K or AMD Ryzen 9 9950X3D
* 128 GB RAM
* NVIDIA RTX5080, RTX5090 or latest
* One free USB port for USB-License Dongle
* Fast NVMe SSD

{% hint style="info" %}
Depence benefits from CPUs with **high single-core performance** and a **high-end gaming GPUs**.
{% endhint %}

{% hint style="info" %}
Depence does not scale with multiple GPUs. A single high-end gaming GPU, such as the RTX 5090, is recommended. **Professional GPUs like the RTX PRO 6000 are less suitable for Depence.**
{% endhint %}

{% hint style="info" %}
Internet access is required for the initial installation and for the automatic asset library & software updates.
{% endhint %}

## Depence on Mac (ARM CPUs)

Since Depence R4 and Windows 11 version 24H2, it is possible to install and run Depence on a machine with an ARM CPU. This also includes Apple computers with Apple Silicon using Parallels Desktop with latest Windows 11 ARM.

{% hint style="danger" %}
This is currently in an experimental state! Crashes or poor performance may occur!
{% endhint %}


---

# 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://help.depence.com/depence-getting-started/depence-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.
