# Client install

The Adaptiva Client must be installed on every device that will be managed. The Adaptiva Client supports a manual installation or a silent unattended installation. For complete coverage, the client agent setup can be added to a GPO-enforced startup script, the OS deployment process, and deployed using the peer-to-peer MSI.

Platform specific install guides:

* [Install Windows Client](/platform-install/client-install-and-uninstall/client-install/client-install-windows.md)
* [Install Linux and macOS Client](/platform-install/client-install-and-uninstall/client-install/client-install-linux-macos.md)
* [Install SaaS](/platform-install/client-install-and-uninstall/client-install/client-install-saas.md)
* [Uninstall Client](/platform-install/client-install-and-uninstall/client-uninstall.md)

## Client Installation Files

You can find the Adaptiva Client installation media in the *Installers* folder of the compressed build files. For more information on the supported operating systems, see [Supported Systems](/platform-install/overview/supported-systems.md).

{% hint style="info" %}
The `<version>` is a placeholder for the build version number, which changes with each release.
{% endhint %}

### Windows installers

| Package Name                                | Architecture | Descriptions                                                                                                                                                                |
| ------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `adaptiva-client-<version>-windows.exe`     | x64          | Windows client full installer                                                                                                                                               |
| `adaptiva-client-p2p-<version>-windows.msi` | x64          | Windows Installer-based application. The P2P Installer first attempts to find the Windows client installer on the local subnet, then downloads from the specified location. |

### Cross-platform installers

#### Linux

{% tabs %}
{% tab title="10.1.972" %}

| Package Name                                   | Architecture | Distributions                                                                                             |
| ---------------------------------------------- | ------------ | --------------------------------------------------------------------------------------------------------- |
| `adaptiva-client-<version>-amd64.deb`          | x86\_64      | Debian & Ubuntu                                                                                           |
| `adaptiva-client-<version>-arm64.deb`          | ARM64        | Debian & Ubuntu                                                                                           |
| `adaptiva-client-<version>-1.x86_64.rpm`       | x86\_64      | AlmaLinux, Amazon Linux, CentOS Stream, Fedora Linux, Oracle Linux, Red Hat Enterprise Linux, Rocky Linux |
| `adaptiva-client-<version>-1.aarch64.rpm`      | ARM64        | AlmaLinux, Amazon Linux, CentOS Stream, Fedora Linux, Oracle Linux, Red Hat Enterprise Linux, Rocky Linux |
| `adaptiva-client-<version>-1.suse.x86_64.rpm`  | x86\_64      | openSUSE Leap, SUSE Linux Enterprise                                                                      |
| `adaptiva-client-<version>-1.suse.aarch64.rpm` | ARM64        | openSUSE Leap, SUSE Linux Enterprise                                                                      |
| {% endtab %}                                   |              |                                                                                                           |

{% tab title="10.1.971 and below" %}

| Package Name                                  | Architecture | Distributions                                                                                    |
| --------------------------------------------- | ------------ | ------------------------------------------------------------------------------------------------ |
| `adaptiva-client-<version>-amd64.deb`         | x86\_64      | Debian and Ubuntu                                                                                |
| `adaptiva-client-<version>-1.el8.x86_64.rpm`  | x86\_64      | AlmaLinux 8, Oracle Linux 8, Red Hat Enterprise Linux 8 and Rocky Linux 8                        |
| `adaptiva-client-<version>-1.el9.x86_64.rpm`  | x86\_64      | AlmaLinux 9, CentOS Stream 9, Oracle Linux 9, Red Hat Enterprise Linux 9, and Rocky Linux 9      |
| `adaptiva-client-<version>-1.el10.x86_64.rpm` | x86\_64      | AlmaLinux 10, CentOS Stream 10, Oracle Linux 10, Red Hat Enterprise Linux 10, and Rocky Linux 10 |
| {% endtab %}                                  |              |                                                                                                  |
| {% endtabs %}                                 |              |                                                                                                  |

#### macOS

| Package Name                          | Architecture | Versions                                                                                  |
| ------------------------------------- | ------------ | ----------------------------------------------------------------------------------------- |
| `adaptiva-client-<version>-macOS.pkg` | ARMx64       | Please see [Supported Systems macOS](/platform-install/overview/supported-systems.md#mac) |


---

# 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.adaptiva.com/platform-install/client-install-and-uninstall/client-install.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.
