> For the complete documentation index, see [llms.txt](https://docs.remote.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.remote.it/introduction/get-started/platforms-and-packages.md).

# Platforms & Packages

## Available Packages at a glance

{% tabs %}
{% tab title="Device Package" %}
[Here](https://www.remote.it/download-list?products=device-package#Download-Results) for a detailed list of supported architectures.

Installation includes the Service Agent for inbound connections only.

* Axis
* Linux
* OpenWrt
* NVIDIA Jetson
* Raspberry Pi
* Synology
* Ubiquiti
* and more!
  {% endtab %}

{% tab title="CLI" %}
[Here](https://www.remote.it/download-list?products=cli#Download-Results) for a detailed list of supported architectures&#x20;

Installation includes a CLI used to setup and initiate outbound connections and Service Agent for inbound connections.

* Linux
* Raspberry Pi
* Mac
* Windows
  {% endtab %}

{% tab title="Desktop" %}
[Here](https://www.remote.it/download-list?products=desktop#Download-Results) for a detailed list of supported architectures&#x20;

Installation includes a GUI to monitor, setup and initiate services, connections and users. The CLI used to setup and initiate outbound connections and Service Agent for inbound connections.

* Linux
* Raspberry Pi
* Mac
* Windows
  {% endtab %}
  {% endtabs %}

| Platform          | remoteit Device Package |  CLI  | Desktop |
| ----------------- | :---------------------: | :---: | :-----: |
| **Axis**          |          **X**          |       |         |
| **Linux**         |          **X**          | **X** |  **X**  |
| **Mac**           |                         | **X** |  **X**  |
| **NVIDIA Jetson** |          **X**          |       |         |
| **OpenWrt**       |          **X**          |       |         |
| **Raspberry  Pi** |          **X**          | **X** |  **X**  |
| **Synology**      |          **X**          |       |         |
| **Windows**       |                         | **X** |  **X**  |
| **Ubiquiti**      |          **X**          |       |         |

## Package Components

<table data-header-hidden><thead><tr><th width="200">Packages</th><th width="150" align="center">UI</th><th width="150" align="center">CLI</th><th align="center">Agent</th></tr></thead><tbody><tr><td><strong>Packages</strong></td><td align="center"><strong>UI</strong></td><td align="center"><strong>CLI</strong></td><td align="center"><strong>Agent</strong></td></tr><tr><td><strong>Desktop Application</strong></td><td align="center"><strong>X</strong></td><td align="center"><strong>X</strong></td><td align="center"><strong>X</strong></td></tr><tr><td><strong>CLI</strong></td><td align="center"></td><td align="center"><strong>X</strong></td><td align="center"><strong>X</strong></td></tr><tr><td><strong>Device Package</strong></td><td align="center"></td><td align="center"></td><td align="center"><strong>X</strong></td></tr></tbody></table>


---

# 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:

```
GET https://docs.remote.it/introduction/get-started/platforms-and-packages.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.
