> 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/overview/prerequisites.md).

# Prerequisites

Before installing Devolutions Launcher, ensure that your environment meets the following prerequisites.

### Devolutions Server

The major version of Devolutions Launcher must match the major version of your Devolutions Server installation. Specifically, the first two version numbers must be identical.

**Example:**

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

### Devolutions Cloud

When using Devolutions Cloud, Devolutions Launcher should always be updated to the latest available version.

### Minimum system requirements

#### Supported operating systems

**Windows Desktop**

| Operating system | Minimum version               |
| ---------------- | ----------------------------- |
| Windows 11       | Version 21H2                  |
| Windows 10       | Versions 20H2, 21H1, and 21H2 |

**Windows Server**

| Operating system    | Minimum version        |
| ------------------- | ---------------------- |
| Windows Server 2022 | All supported releases |
| Windows Server      | Version 20H2           |
| Windows Server 2019 | All supported releases |
| Windows Server 2016 | Version 1607           |

#### Hardware and software requirements

| Requirement                   | Minimum           |
| ----------------------------- | ----------------- |
| Microsoft .NET                | Version 10.0      |
| Processor                     | 1 GHz or faster   |
| Memory (RAM)                  | 4 GB              |
| Screen resolution             | 1024 × 768 pixels |
| Disk space                    | 500 MB or more    |
| Operating system architecture | 64-bit            |


---

# 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:

```
GET https://docs.devolutions.net/launcher/overview/prerequisites.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.
