> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/launcher/fr/overview/prerequisites.md).

# Prérequis

Consultez les prérequis de Devolutions Launcher, y compris la correspondance des versions de Devolutions Server, les éditions de Windows prises en charge et les exigences matérielles minimales.

Avant d'installer Devolutions Launcher, assurez-vous que votre environnement répond aux prérequis suivants.

### Devolutions Server

La version majeure de Devolutions Launcher doit correspondre à la version majeure de votre installation de Devolutions Server. Plus précisément, les deux premiers numéros de version doivent être identiques.

**Exemple :**

* Devolutions Launcher : **2026.2.x.x**
* Devolutions Server : **2026.2.x.x**

### Devolutions Cloud

Lors de l'utilisation de Devolutions Cloud, Devolutions Launcher devrait toujours être mis à jour vers la dernière version disponible.

### Exigences système minimales

#### Systèmes d'exploitation pris en charge

**Windows Desktop**

| Système d'exploitation | Version minimale            |
| ---------------------- | --------------------------- |
| Windows 11             | Version 21H2                |
| Windows 10             | Versions 20H2, 21H1 et 21H2 |

**Windows Server**

| Système d'exploitation | Version minimale                     |
| ---------------------- | ------------------------------------ |
| Windows Server 2022    | Toutes les versions prises en charge |
| Windows Server         | Version 20H2                         |
| Windows Server 2019    | Toutes les versions prises en charge |
| Windows Server 2016    | Version 1607                         |

#### Exigences matérielles et logicielles

| Exigence                               | Minimum              |
| -------------------------------------- | -------------------- |
| Microsoft .NET                         | Version 10.0         |
| Processeur                             | 1 GHz ou plus rapide |
| Mémoire (RAM)                          | 4 Go                 |
| Résolution d'écran                     | 1024 × 768 pixels    |
| Espace disque                          | 500 Mo ou plus       |
| Architecture du système d'exploitation | 64 bits              |


---

# 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.devolutions.net/launcher/fr/overview/prerequisites.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.
