> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/aikido-device-protection/miscellaneous-aikido-endpoint/supported-ecosystems.md).

# Supported Operating Systems & Ecosystems

## Operating systems

We support every version that is still supported by its vendor. Once a version reaches end of life, it drops off this list.

| Operating system                | Supported versions                                                                            |
| ------------------------------- | --------------------------------------------------------------------------------------------- |
| macOS                           | 15 Sequoia, 26 Tahoe                                                                          |
| Windows                         | Windows 11 version 24H2 and later. Version 23H2 on Enterprise and Education until 10 Nov 2026 |
| Ubuntu (beta)                   | 22.04 LTS, 24.04 LTS, 26.04 LTS                                                               |
| Debian (beta)                   | 12 (Bookworm), 13 (Trixie)                                                                    |
| Red Hat Enterprise Linux (beta) | 8, 9, 10                                                                                      |
| Rocky Linux (beta)              | 8, 9, 10                                                                                      |
| AlmaLinux (beta)                | 8, 9, 10                                                                                      |
| Oracle Linux (beta)             | 8, 9, 10                                                                                      |
| CentOS (beta)                   | Stream 9, Stream 10                                                                           |
| Fedora (beta)                   | 43, 44                                                                                        |

### Linux specifics

| Requirement  | Details                                                                  |
| ------------ | ------------------------------------------------------------------------ |
| Architecture | amd64 (`x86_64`) or arm64 (`aarch64`). Run `uname -m` to check           |
| Kernel       | 5.11 or later, with BTF and cgroup v2 available. Run `uname -r` to check |
| Init system  | systemd, which runs the `aikido-endpoint-protection` service             |

The kernel requirements come from the eBPF datapath the agent uses to see package installs. A container image installed with `--container` uses an explicit proxy instead, so it runs on older kernels; see [Device Protection in Containers](/aikido-device-protection/deploying-aikido-endpoint/device-protection-mdm-guides/linux/device-protection-in-containers.md).

A desktop install also wants a tray that speaks StatusNotifierItem. That one is cosmetic, and protection runs either way. See [Tray Icon Support on Linux](/aikido-device-protection/deploying-aikido-endpoint/device-protection-mdm-guides/linux/install-device-protection-for-linux/tray-icon-support-on-linux.md).

## Package sources

Device Protection monitors packages from the following sources:

* NPM (npm, npx, yarn, pnpm, pnpx, rush, rushx, ..)
* PyPI (pip, pip3, pipx, pdm, poetry, uv, uvx, bun, bunx ..)
* VS Code
* Open VSX (Cursor, Windsurf, Kiro, ..)
* Maven (Gradle, sbt, ..)
* NuGet
* Chrome extensions
* Go
* Skills.sh
* Ruby 3+ (bundler, gem)
* Rust
* PHP (composer)

{% hint style="info" %}
Skills are hosted on GitHub rather than a dedicated registry, so the **Block All Installs** and **Force Requests** policies do not apply to them. See [Configuring Installation Policies](/aikido-device-protection/using-aikido-endpoint/configuring-installation-policies.md).
{% endhint %}


---

# 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://help.aikido.dev/aikido-device-protection/miscellaneous-aikido-endpoint/supported-ecosystems.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.
