> For the complete documentation index, see [llms.txt](https://docs.adaptiva.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adaptiva.com/platform-install/overview/supported-systems.md).

# Supported systems

The following operating systems, software, drivers, and BIOS are supported on the OneSite platform.

## Operating Systems

### Windows

* Windows 10 and newer
* Windows Server 2012 R2, Windows Server 2016 and newer
* Support for BIOS and driver patching for the following third-party solutions:
  * DELL
  * Hewlett-Packard
  * Lenovo workstations and Servers

### Linux

Automated OS package updates, libraries, and applications from official repositories for key Linux distributions (updates within the same distribution release within those repositories).

* Alma Linux 8, 9, and 10
* Amazon Linux 2023
* CentOS Stream 9 and 10
* Debian 11, 12 and 13
* Fedora Linux 42, 43
* openSUSE Leap 15.6 and 16.0
* Oracle Linux 8, 9, and 10
* Red Hat Enterprise Linux (RHEL) 8, 9, and 10
* Rocky Linux 8, 9, and 10
* SUSE Linux Enterprise Server 15 SP6 and SP7
* SUSE Linux Enterprise Desktop 15 SP6 and SP7
* SUSE Linux Enterprise 16 (SLES 16)
* Ubuntu 22.04 LTS and 24.04 LTS

Support for repository-based library and application patching includes:

* OS package updates (security, system services, libraries, and kernel).
* Automated updates from the official repositories of each supported Linux distribution for each supported release.
* Patch support for approximately 18,000+ Products sourced from distribution-specific repositories.
* Popular application support, such as Chromium, Firefox, Apache, OpenSSL, NGINX, and more.

Some limitations apply. See the [OneSite Patch Cross Platform Customer FAQs](https://docs.adaptiva.com/patch/overview/saas-faq) for details.

### Mac

Third-party patching only. Support for devices running the following macOS versions running on M-Series (No Intel):

* macOS 13 (Ventura)
* macOS 14 (Sonoma)
* macOS 15 (Sequoia)
* macOS 26 (Tahoe)

MacOS patching is not supported at this time.


---

# 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.adaptiva.com/platform-install/overview/supported-systems.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.
