A signed apt repository for Debian, Ubuntu and Pop!_OS.
Add the repository and its signing key, then install:
curl -fsSL https://etreby.github.io/intel-npu-tools/apt/intel-npu-tools-archive-keyring.gpg \
| sudo tee /etc/apt/keyrings/intel-npu-tools.gpg > /dev/null
echo "deb [signed-by=/etc/apt/keyrings/intel-npu-tools.gpg] https://etreby.github.io/intel-npu-tools/apt ./" \
| sudo tee /etc/apt/sources.list.d/intel-npu-tools.list
sudo apt update
sudo apt install intel-npu-tools
Then, once, as your own user — this builds your environment and downloads the models, which the package deliberately does not contain:
intel-npu-tools-setup