System Requirements — OpenVINO™ documentation (original) (raw)
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#
Supported Hardware
- Intel® Core™ Ultra Series 1 and Series 2
- Intel® Xeon® 6 processor
- 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
Supported Operating Systems
- Windows 11, 64-bit
- Windows 10, 64-bit
- Ubuntu 24.04 long-term support (LTS), 64-bit (Kernel 6.8+)
- 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#
Supported Hardware
- 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
Supported Operating Systems
- 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
Additional considerations
- 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. SeeProduct Specificationsfor 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#
Operating Systems for NPU
- 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)
Additional considerations
- These Accelerators require driversthat 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#
Linux OS
- 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.10-3.14
- Intel® HD Graphics Driverrequired 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.
Windows 10 and 11
OpenVINO Runtime requires certain C++ libraries to operate. To execute ready-made apps, the libraries distributed by Visual Studio redistributable packageare suggested. For development and compilation of OpenVINO-integrated apps, the build environment components are required instead.
Build environment components:
- Microsoft Visual Studio 2019 or later
- CMake 3.16 or higher
- Python 3.10-3.14
- Intel® HD Graphics Driverrequired for inference on GPU
macOS
- macOS 12.6 and above
Build environment components:
DL framework versions:
- 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 Policyto learn more about the release types.
Archive
Linux
- CMake 3.13 or higher, 64-bit
- Python 3.10 - 3.14, 64-bit
- GCC:
Ubuntu- 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)
RHEL 8 - GCC 8.4.1
CentOS 7 - 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
- 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)
macOS
- CMake 3.13 or higher (choose “macOS 10.13 or later”). Add
/Applications/CMake.app/Contents/binto path (for default install). - Python 3.10 - 3.14 (choose 3.10 - 3.14). Install and add to path.
- Apple Xcode Command Line Tools. In the terminal, run
xcode-select --installfrom any directory - (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development)
Windows
- 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)
- Python 3.10 - 3.14, 64-bit
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.msi which is the installation wizard or cmake.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.
APT
Linux
- CMake 3.13 or higher, 64-bit
- 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)
- Python 3.10 - 3.14, 64-bit
Homebrew
Linux
- Homebrew
- CMake 3.13 or higher, 64-bit
- 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)
- Python 3.10 - 3.14, 64-bit
macOS
- Homebrew
- CMake 3.13 or higher (choose “macOS 10.13 or later”). Add
/Applications/CMake.app/Contents/binto path (for default installation). - Python 3.10 - 3.14 . Install and add it to path.
- Apple Xcode Command Line Tools. In the terminal, run
xcode-select --installfrom any directory to install it. - (Optional) Apple Xcode IDE (not required for OpenVINO™, but useful for development)
npm
YUM
Linux
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:
ZYPPER
The claims stated here may not apply to all use cases and setups. SeeLegal notices and terms of use for more information.