System Requirements#
Note
Certain hardware, including but not limited to GPU and NPU, requires manual installation of specific drivers and/or other software components to work correctly and/or to utilize hardware capabilities at their best. This might require updates to the operating system, including but not limited to Linux kernel, please refer to their documentation for details. These modifications should be handled by user and are not part of OpenVINO installation.
CPU#
Intel® Core™ Ultra Series 1 and Series 2 (Windows only)
Intel® Xeon® 6 processor (preview)
Intel Atom® Processor X Series
Intel Atom® processor with Intel® SSE4.2 support
Intel® Pentium® processor N4200/5, N3350/5, N3450/5 with Intel® HD Graphics
6th - 14th generation Intel® Core™ processors
1st - 5th generation Intel® Xeon® Scalable Processors
ARM CPUs with armv7a and higher, ARM64 CPUs with arm64-v8a and higher, Apple® Mac with Apple silicon
Windows 11, 64-bit
Windows 10, 64-bit
Ubuntu 24.04 long-term support (LTS), 64-bit (Kernel 6.8+) (preview support)
Ubuntu 22.04 long-term support (LTS), 64-bit (Kernel 5.15+)
Ubuntu 20.04 long-term support (LTS), 64-bit (Kernel 5.15+)
macOS 12.6 and above, 64-bit and ARM64
CentOS 7
Red Hat Enterprise Linux (RHEL) 8 and 9, 64-bit
openSUSE Tumbleweed, 64-bit and ARM64
Ubuntu 20.04 ARM64
GPU#
Intel® Arc™ GPU Series
Intel® HD Graphics
Intel® UHD Graphics
Intel® Iris® Pro Graphics
Intel® Iris® Xe Graphics
Intel® Iris® Xe Max Graphics
Intel® Data Center GPU Flex Series
Intel® Data Center GPU Max Series
Windows 11, 64-bit
Windows 10, 64-bit
Ubuntu 24.04 long-term support (LTS), 64-bit
Ubuntu 22.04 long-term support (LTS), 64-bit
Ubuntu 20.04 long-term support (LTS), 64-bit
CentOS 7
Red Hat Enterprise Linux (RHEL) 8 and 9, 64-bit
The use of GPU requires drivers that are not included in the Intel® Distribution of OpenVINO™ toolkit package.
Processor graphics are not included in all processors. See Product Specifications for information about your processor.
While this release of OpenVINO supports Ubuntu 20.04, the driver stack for Intel discrete graphic cards does not fully support Ubuntu 20.04. We recommend using Ubuntu 22.04 and later when executing on discrete graphics.
OpenCL™ driver versions required may vary, depending on hardware and operating Systems used. Consult driver documentation to select the best version for your setup.
Intel® Neural Processing Unit#
Ubuntu 24.04 long-term support (LTS), 64-bit (preview support)
Ubuntu 22.04 long-term support (LTS), 64-bit
Windows 11, 64-bit (22H2 and later)
These Accelerators require drivers that are not included in the Intel® Distribution of OpenVINO™ toolkit package.
Users can access the NPU plugin through the OpenVINO archives on the download page.
Operating systems and developer environment#
Ubuntu 24.04 with Linux kernel 6.8+
Ubuntu 22.04 with Linux kernel 5.15+
Ubuntu 20.04 with Linux kernel 5.15+
Red Hat Enterprise Linux 9.3-9.4 with Linux kernel 5.4
Build environment components:
Python 3.9-3.12
Intel® HD Graphics Driver required for inference on GPU
GNU Compiler Collection and CMake are needed for building from source:
GNU Compiler Collection (GCC) 7.5 and above
CMake 3.13 or higher
Higher versions of kernel might be required for 10th Gen Intel® Core™ Processors and above, Intel® Core™ Ultra Processors, 4th Gen Intel® Xeon® Scalable Processors and above to support CPU, GPU, NPU or hybrid-cores CPU capabilities.
OpenVINO Runtime requires certain C++ libraries to operate. To execute ready-made apps, the libraries distributed by Visual Studio redistributable package are suggested. For development and compilation of OpenVINO-integrated apps, the build environment components are required instead.
Build environment components:
CMake 3.16 or higher
Python 3.9-3.12
Intel® HD Graphics Driver required for inference on GPU
TensorFlow 1.15.5 - 2.17
PyTorch 2.4
ONNX 1.16
PaddlePaddle 2.6
JAX 0.4.31 (via a path of jax2tf with native_serialization=False)
This package can be installed on other versions of DL Frameworks but only the versions specified here are fully validated.
Note
OpenVINO Python binaries are built with and redistribute oneTBB libraries.
OpenVINO Distributions#
Different OpenVINO distributions may support slightly different sets of features. Read installation guides for particular distributions for more details. Refer to the OpenVINO Release Policy to learn more about the release types.
GCC:
GCC 9.3.0 (for Ubuntu 20.04), GCC 11.3.0 (for Ubuntu 22.04) or GCC 13.2.0 (for Ubuntu 24.04)
GCC 8.4.1
GCC 8.3.1
Use the following instructions to install it:
Install GCC 8.3.1 via devtoolset-8
sudo yum update -y && sudo yum install -y centos-release-scl epel-release sudo yum install -y devtoolset-8
Enable devtoolset-8 and check current gcc version
source /opt/rh/devtoolset-8/enable gcc -v
CMake 3.13 or higher (choose “macOS 10.13 or later”). Add
/Applications/CMake.app/Contents/bin
to path (for default install).Python 3.9 - 3.12 (choose 3.9 - 3.12). Install and add to path.
Apple Xcode Command Line Tools. In the terminal, run
xcode-select --install
from any directory(Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development)
C++ libraries (included in Visual Studio redistributable) (a core dependency for OpenVINO Runtime)
Microsoft Visual Studio 2019 or later (for development and app compilation with OpenVINO)
CMake 3.14 or higher, 64-bit (optional, only required for building sample applications)
Note
To install Microsoft Visual Studio, follow the Microsoft Visual Studio installation guide. You can choose to download the Community version. During installation in the Workloads tab, choose Desktop development with C++.
Note
You can either use cmake<version>.msi which is the installation wizard or cmake<version>.zip where you have to go into the bin folder and then manually add the path to environmental variables.
Important
When installing Python, make sure you click the option Add Python 3.x to PATH to add Python to your PATH environment variable.
GCC 9.3.0 (for Ubuntu 20.04), GCC 11.3.0 (for Ubuntu 22.04) or GCC 13.2.0 (for Ubuntu 24.04)
GCC 9.3.0 (for Ubuntu 20.04), GCC 11.3.0 (for Ubuntu 22.04) or GCC 13.2.0 (for Ubuntu 24.04)
CMake 3.13 or higher (choose “macOS 10.13 or later”). Add
/Applications/CMake.app/Contents/bin
to path (for default installation).Python 3.9 - 3.12 . Install and add it to path.
Apple Xcode Command Line Tools. In the terminal, run
xcode-select --install
from any directory to install it.(Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development)
All x86_64 / arm64 architectures are supported.
All x86_64 / arm64 architectures are supported, however, only for CPU inference.
All x86_64 architectures are supported. Windows ARM is not supported.
OpenVINO RPM packages are compatible with and can be run on the following operating systems:
RHEL 8.2 and higher
Amazon Linux 2022 and 2023
Rocky Linux 8.7, 8.8 and 9.2-9.3
Alma Linux 8.7, 8.8 and 9.2-9.4
Oracle Linux 8.7, 8.8 and 9.2-9.4
Fedora 29 and higher up to 41
OpenEuler 20.03, 22.03, 23.03 and 24.03
Anolis OS 8.6 and 8.8
CentOS Stream 8 and 9
Software:
OpenVINO RPM packages are compatible with and can be run on openSUSE Tumbleweed only.
Software:
The claims stated here may not apply to all use cases and setups. See Legal notices and terms of use for more information.