> 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 Ecosystems

## 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 %}

## 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 (private beta)                   | 22.04 LTS, 24.04 LTS, 26.04 LTS                                                               |
| Debian (private beta)                   | 12 (Bookworm), 13 (Trixie)                                                                    |
| Red Hat Enterprise Linux (private beta) | 8, 9, 10                                                                                      |
| Rocky Linux (private beta)              | 8, 9, 10                                                                                      |
| CentOS (private beta)                   | Stream 9, Stream 10                                                                           |

{% hint style="warning" %}
Versions that have reached end of life are not supported.
{% 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.
