# Utility Installation

Mobilint provides a set of utilities for few features like checking status of NPU, running benchmark, and viewing MXQ file information. This secction explains how to install these utilities.

## Linux/Ubuntu

Mobilint provides two types of utility tools for Linux/Ubuntu environments:
- **mobilint-cli**: Command-line utility for checking NPU status, running benchmarks, and viewing MXQ information.
- **mobilint-runtime-gui**: A GUI-based utility that enables users to easily run and test various AI models on the NPU without writing any code.

### Install mobilint-cli

#### Option 1: Installation via APT

If you have already added Mobilint's APT repository to your system during [Driver Installation](installing_driver.md) or [Runtime Library Installation](installing_runtime_library.md) process, you can install `mobilint-cli` using following command:

```bash
sudo apt install mobilint-cli
```

#### Option 2: Manual Installation from Download Center

`mobilint-cli` utility is included in the runtime library (qb Runtime) package provided through official [Mobilint Download Center](https://dl.mobilint.com).

Within the downloaded directory, run the following command to install both runtime library and `mobilint-cli`:

```bash
sudo make install
```

For more details, refer to [Runtime Library Installation Guide](installing_runtime_library.md#option-2-manual-installation-from-download-center).

### Install mobilint-runtime-gui

If you have already added Mobilint's APT repository to your system during [Driver Installation](installing_driver.md) or [Runtime Library Installation](installing_runtime_library.md) process, you can install `mobilint-runtime-gui` using following command:

```bash
sudo apt install mobilint-runtime-gui
```

## Windows

For Windows environments, utility tool `mobilint ctrl` is available. It can be downloaded from official [Mobilint Download Center](https://dl.mobilint.com).

After downloading `mobilint_ctrl_{version}.zip` file, extract it and double-click the included `mobilint_ctrl.exe` file to run the program.
