# Compatibility

## Operating System

WhaleDeck supports a wide variety of operating systems, but Windows is not supported.

### Linux

WhaleDeck has been tested with the following Distros:

* Ubuntu
* Debian
* DSM/Synology

The following Distros are not supported at the moment:

* QTS/QNAP

Even if your Distro is not listed above, WhaleDeck is build in a way so that it should work with close to all Linux Distros. Please note the a few conditions:

* Your SSH server supports one of the following key exchange algorithms
  * ssh-ed25519
  * ecdsa-sha2-nistp384
  * ecdsa-sha2-nistp256
  * ecdsa-sha2-nistp521

### MacOS

All versions since macOS 10.13 are supported.

## Docker

Your Docker installation should fullfill the following requirements:

* At least Docker Engine 20.10.0 (Released 2020-12-08)

### Linux

* Your docker socket is located at `/var/run/docker.sock`

### MacOS

* Your docker socket is located at `/Users/myUser/.docker/run/docker.sock`

## SSH Keys


---

# 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.whaledeck.app/apple/setup/compatibility.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.
