# Install AI Engine Direct
Source: [https://docs.qualcomm.com/doc/80-70014-15B/topic/qnn-download.html](https://docs.qualcomm.com/doc/80-70014-15B/topic/qnn-download.html)
Qualcomm AI Engine Direct SDK requires an Ubuntu 22.04 host machine.
Note: If the host machine uses Windows or macOS operating system software, install a virtual
machine following the steps provided [here](https://qualcomm.com/DCN/80-70014-41/overview.html?product=1601111740013095). Subsequent steps must be run in the
virtual machine running Ubuntu 22.04 LTS.
The Qualcomm AI Engine Direct SDK workflow has been validated with Ubuntu 22.04 running
on bare metal or inside a Virtual Machine in the following configurations.
Note: Ubuntu 22.04 running inside a VM on macOS on Arm architecture is not supported.
| Download Method | Prerequisites | Version available |
| --- | --- | --- |
| [Direct Download](https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.22.6.240515.zip) | No prerequisites for download. | v2.22.6 (SDK updated every quarter) |
| [Qualcomm Package
Manager](https://docs.qualcomm.com/doc/80-70014-15B/topic/qnn-download.html#concept_owl_1qt_pbc__section_fyw_1qt_pbc_spyrz_06-03-24-1259-9-228) | A valid Qualcomm ID is needed.
Qualcomm Package Manager tool. | SDK updated every month. |
## Direct Download
AI Engine Direct SDK is available for direct download [here](https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.22.6.240515.zip). Once downloaded, unzip the
package.
Note: The SDK version hosted at the above link is updated quarterly.
unzip 2.22.6.240515.zip
cd qairt/2.22.6.240515/
export SNPE_ROOT=`pwd`Copy to clipboard
## Qualcomm Package Manager
AI Engine Direct SDK is available for download via Qualcomm Package Manager (QPM).
This section demonstrates how to download AI Engine Direct SDK using QPM.
Note: In order to download Qualcomm AI Engine Direct from Qualcomm Package
Manager, ensure that you have registered for a Qualcomm ID. If you do not have a
Qualcomm ID, you will be prompted to register. Then follow the instructions below to
download and install the SDK.
1. Go to [Qualcomm Package Manager](https://qpm.qualcomm.com/#/main/) and log in using your
Qualcomm ID. 
2. Click on **AI Engine Direct SDK** to navigate to the next page. Choose
**Linux** and **Version 2.22.6.240515** from the drop-down lists
and then click **Download** to download the AI Engine Direct SDK
installer.

Note:
- These instructions use version 2.22.6.240515 as an example.
- If using the Qualcomm Package Manager desktop tool, the
**Extract** button will be present instead of download. This
automatically installs the QNN SDK.
3. Install the downloaded installer (.qik) using the QPM CLI tool.
1. Log in using QPM CLI.
qpm-cli --login Copy to clipboard

2. Activate your SDK license.
qpm-cli --license-activate qualcomm_ai_engine_directCopy to clipboard

3. Extract and install the SDK.
qpm-cli --extract Copy to clipboard

Last Published: Jan 21, 2026
[Previous Topic
Qualcomm AI Engine Direct SDK](https://docs.qualcomm.com/bundle/publicresource/80-70014-15B/topics/qnn.md) [Next Topic
Setup Qualcomm AI Engine Direct](https://docs.qualcomm.com/bundle/publicresource/80-70014-15B/topics/qnn-setup.md)