> 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/vehicle-operation/auterion-mission-control/installation.md).

# Installation

The following OS versions are supported:

<table><thead><tr><th width="207.16015625">OS</th><th>Minimum Required</th></tr></thead><tbody><tr><td>Android</td><td>Android 5.0</td></tr><tr><td>Ubuntu Linux</td><td>Ubuntu 22.04.5</td></tr><tr><td>Windows</td><td>Windows 10</td></tr><tr><td>macOS</td><td>macOS 11.0</td></tr></tbody></table>

## Download AMC

Download the latest Auterion Mission Control (AMC) from Aut​erion Suite:

{% columns %}
{% column width="41.66666666666667%" %} <a href="https://suite.auterion.com/store/amc" class="button primary">Download AMC from Suite</a>
{% endcolumn %}

{% column width="58.33333333333333%" %}
{% hint style="info" %}
Requires an Auterion Suite account.
{% endhint %}
{% endcolumn %}
{% endcolumns %}

## Installation Instructions

<details>

<summary><strong>Android</strong></summary>

The Android installer is provided as an Android Package Kit/APK file (e.g.: file extension **.apk**).

{% hint style="info" %}
Mission Control is intended to run on tablet devices. While you may be able to install it on an Android phone, the UI may not render all elements correctly.
{% endhint %}

To install and run AMC on Android:

1. Enable APK installation on your device. The setting depends on your Android version. Use one of the following paths:
   * **Settings** → **Security** → **Device Administration** → **Enable Unknown Sources**
   * **Settings** → **Security and Lock Screen** → **Device Administration** → **Enable Unknown Sources**
   * **Settings** → **Apps and Notifications** → **Install Unknown Apps**
   * **Settings** → **Apps and Notifications** → **Install Other Apps**

{% hint style="info" %}
You can also search your device settings for "Install unknown apps" or "Unknown sources" instead of navigating through menus manually. If none of those options are available check the documentation for your device.
{% endhint %}

2. Install the APK file using the standard installer. Acknowledge the installation prompts.
3. Run **AMC** from the device launcher.

![LocationPermission](/files/8FSZPiEyZfrlTPhXNyh6)

![MediaPermission](/files/ro4ZtiJNC5w1LHr4CcF9)

4. Grant location and media permissions when prompted.

</details>

<details>

<summary><strong>Ubuntu Linux</strong></summary>

Auterion Mission Control is available on Ubuntu Linux as a self-contained AppImage.

{% hint style="info" %}
AppImages are standalone application bundles that let you run software on multiple Linux distributions without installation. They eliminate the need for package managers, scripts, or unpacking. This format simplifies application distribution and portability.
{% endhint %}

{% hint style="warning" %}
The following steps are **one-time** system configurations performed during initial setup. These changes persist across reboots and don't need to be repeated when relaunching AMC or updating the version.
{% endhint %}

**Installation**:

1. Add your user to the `dialout` group:

   ```bash
   sudo usermod -aG dialout $USER
   ```
2. Remove the ModemManager package:

   ```bash
   sudo apt -y remove modemmanager
   ```

**Launch:**

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Command Line</strong></td><td><p></p><ol><li>Open a terminal in the AppImage directory.</li><li>Launch the application:</li></ol><pre><code>./[filename.AppImage]
</code></pre><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Replace <code>[filename.AppImage]</code> with your actual downloaded filename (e.g. <code>AuterionMissionControl-amc-v1.38.16-ubuntu.AppImage</code>)</p></div></td></tr><tr><td><strong>Graphical Interface</strong></td><td><ol><li>Navigate to the AppImage location using your file manager</li><li>Double-click the AppImage file</li><li>Wait for the AMC window to open.</li></ol></td></tr></tbody></table>

</details>
