# OEM Tools Installation

{% hint style="info" %}
The complete developer workflow is supported by Auterion on **Ubuntu 22.04**. Other Linux variants and Mac OS and Windows are experimental and documented in the file README.md of the Auterion OEM Tools.
{% endhint %}

{% hint style="info" %}
To get **access** to the Auterion OEM Tools in the **Download** section the of the Auterion suite, you will need to request access to the **Manufacturer** Program on Suite first\
![](/files/Vmv8F3fEJi28NL5w0iUm)
{% endhint %}

To prepare the build environment and install all the dependencies and tools you will need to build and deploy an application for Auterion Enterprise PX4:

1. Open the OEM Toolkit page in the *Manufacturer* tab of the Auterion Suite in your browser. Download the *Auterion OEM Tools* (e.g. `aepx4-oem-tools-x.y.z.zip`) and unzip the file. Inside the extracted directory you will find all scripts and tools needed to work with Auterion Enterprise PX4.
2. Change into the unzipped directory and within the unzipped developer tools folder execute the setup command below

   ```bash
   cd aepx4-oem-tools-x.y.z
   ./setup.sh
   ```
3. Follow the instructions on the screen. Don't forget to reboot your computer afterwards, particularly in order for the Unix user permissions to be applied properly.


---

# 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.auterion.com/hardware-integration/auterion-developer-tools/auterion-developer-tools-installation.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.
