> For the complete documentation index, see [llms.txt](https://docs.auterion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auterion.com/hardware-integration/auterion-developer-tools/auterion-developer-tools-installation.md).

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