Skip to content
Tech AI Wire

Intel's Linux NPU driver 1.38 adds Ubuntu 26.04 support

Intel's NPU driver 1.38 officially supports Ubuntu 26.04 LTS about five months late, with 322 tests passing across five processor generations.

By Tech AI Wire Team

3 min read

XLinkedIn
An illustrated rendering of a code-hosting release page for the Linux NPU Driver v1.38.0, listing Ubuntu 26.04 LTS support among its highlights.

By the numbers

tests passing, with zero failures, in Intel's own run
322
processor generations validated on Ubuntu 26.04 LTS
5
between the Ubuntu release and official support
~5 months

Intel has released version 1.38 of its Linux NPU driver, and the headline change is a support label rather than a feature. Ubuntu 26.04 LTS is now officially supported, roughly five months after that version of Ubuntu shipped. Intel published the release on GitHub on September 11, 2026, and Phoronix covered it the following day.

An NPU is a neural processing unit. It is a block on the chip built only for running trained AI models. It sits apart from the main processor and the graphics chip, so it can do that work using less power. Intel puts one in its Core Ultra laptop chips.

The important detail is that nothing was broken before this release. Phoronix notes the stack already worked on Ubuntu 26.04, and that the change is that it is "only now is officially recognized by Intel."

What is in the release

Intel's release notes and Phoronix together give the following picture.

ItemDetail
Headline change"Added support for Ubuntu 26.04 LTS"
Chips validatedMeteor Lake, Arrow Lake, Lunar Lake, Panther Lake, Wildcat Lake
Kernel tested againstLinux 7.0
Bundled componentsLevel Zero v1.32.0, OpenVINO 2026.3.1
Test results322 passing, zero failures
LicenceMIT

Two of those names are worth knowing. Level Zero is Intel's low-level programming interface for talking to accelerator hardware directly. OpenVINO is the higher-level toolkit most people actually use to run a model on Intel hardware.

There is also a naming quirk to be ready for. The part of the driver that lives in the Linux kernel is still called IVPU, short for Versatile Processing Unit, which was the older name for this hardware. If you go looking for kernel messages about your NPU, search for the older name too.

What official support actually buys you

The driver splits in two, and only half of it is in this release. The kernel side ships with Linux itself. The user-space side is what Intel packages here, and it is the part your code loads when it asks the NPU to run a model.

"Official support" is mostly a testing claim. Intel says it ran 322 tests across five chip generations on Ubuntu 26.04 with Linux 7.0 and saw no failures. That is the difference between a stack that happens to work and one the vendor says it checked.

It also sets a boundary. Intel dropped Ubuntu 22.04 from this driver back in version 1.28. The supported list is a moving target, so the version of Ubuntu you standardize on has a shelf life inside this stack.

What this means for developers

If you already run the NPU on Ubuntu 26.04, the practical change is that you can now file a bug and be taken seriously. Upgrade for the support status, not for new speed. Nothing in this release claims a performance gain.

Check your bundled versions rather than just the driver number. This release pins Level Zero v1.32.0 and OpenVINO 2026.3.1. In a stack like this one, the version that breaks your model is usually the toolkit, not the driver. Pin all three in your setup scripts and record which combination you tested.

Treat the five validated chip generations as your compatibility list. Meteor Lake, Arrow Lake, Lunar Lake, Panther Lake and Wildcat Lake are the ones Intel says it tested here. If your target laptop uses something older, you are outside what this release covers, and Intel's own history of dropping Ubuntu 22.04 shows how that ends.

The wider pattern is worth noting if you plan hardware purchases. Official Linux support for AI accelerators keeps arriving months after the operating system does. Asahi Linux hit the same lag before it officially supported M3 Macs. Buyers weighing the newest Mac mini and Mac Studio for local AI face the same question. If you are choosing hardware to run models locally, check the driver's supported list before the spec sheet. The chip being capable and the vendor supporting your distribution are two different questions.

Sources

  1. Intel Linux NPU Driver Only Now Officially Supports Ubuntu 26.04 LTS - Phoronix
  2. linux-npu-driver v1.38.0 release - GitHub - intel/linux-npu-driver

Related articles

The daily brief

Three to five stories a day, and what each one means for the people who build software. Free, no spam.