Environment

Operating System

Version

Previous Releases

Distribution

Frameworks

Operating System

Version

Previous Releases

Languages

Distribution

Download OpenVINO™ Development Tools

Step 1: 
Create virtual environment
python -m venv openvino_env
Step 2: 
Activate virtual environment
openvino_env\Scripts\activate
Step 3: 
Upgrade pip to latest version
python -m pip install --upgrade pip
Step 4: 
Download and install the package
pip install openvino-dev

Download OpenVINO™ Development Tools

Step 1: 
Create virtual environment
python3 -m venv openvino_env
Step 2: 
Activate virtual environment
source openvino_env/bin/activate
Step 3: 
Upgrade pip to latest version
python -m pip install --upgrade pip
Step 4: 
Download and install the package
pip install 'openvino-dev'

Build from Source on GitHub

Use an open-source repository, get the most recent version in between releases, and contribute to the open-source community.

Installation Instructions

Step 1: Use Git to clone the OpenVINO toolkit repository.

git clone -b https://github.com/openvinotoolkit/openvino.git

Step 2: Follow the instructions to build from source on GitHub.

OpenVINO Toolkit GitHub Repository

Build from Source on Gitee

Use an open-source repository, get the most recent version in between releases, and contribute to the open-source community.

Installation Instructions

Step 1: Use Git to clone the OpenVINO toolkit repository.

git clone -b https://gitee.com/openvinotoolkit-prc/openvino.git

Step 2: Follow the instructions to build from source on Gitee.

OpenVINO Toolkit Gitee Repository

Download OpenVINO™ Runtime

Step 1: 
Create virtual environment
python -m venv openvino_env
Step 2: 
Activate virtual environment
openvino_env\Scripts\activate
Step 3: 
Upgrade pip to latest version
python -m pip install --upgrade pip
Step 4: 
Download and install the package
pip install openvino

Download OpenVINO™ Runtime

Step 1: 
Create virtual environment
python3 -m venv openvino_env
Step 2: 
Activate virtual environment
source openvino_env/bin/activate
Step 3: 
Upgrade pip to latest version
python -m pip install --upgrade pip
Step 4: 
Download and install the package
pip install openvino

Install from APT

Step 1: 
Download the GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB. You can also use the following command
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
Step 2: 
Add this key to the system keyring
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
Step 3: 
Add the repository via the following command:
Ubuntu 20
echo "deb https://apt.repos.intel.com/openvino/2022 focal main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list
Ubuntu 18
echo "deb https://apt.repos.intel.com/openvino/2022 bionic main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list
Step 4: 
Update the list of packages via the update command
sudo apt update
Step 5: 
Verify that the APT repository is properly set up. Run the apt-cache command to see a list of all available OpenVINO packages and components
apt-cache search openvino
Step 6: 
Install OpenVINO Runtime
sudo apt install openvino-2022.3.0

Install from APT

Step 1: 
Download the GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB. You can also use the following command
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
Step 2: 
Add this key to the system keyring
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
Step 3: 
Add the repository via the following command:
Ubuntu 20
echo "deb https://apt.repos.intel.com/openvino/2022 focal main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list
Ubuntu 18
echo "deb https://apt.repos.intel.com/openvino/2022 bionic main" | sudo tee /etc/apt/sources.list.d/intel-openvino-2022.list
Step 4: 
Update the list of packages via the update command
sudo apt update
Step 5: 
Verify that the APT repository is properly set up. Run the apt-cache command to see a list of all available OpenVINO packages and components
apt-cache search openvino
Step 6: 
Install OpenVINO Runtime
sudo apt install openvino-2022.1.0

Install from YUM

Step 1: 
Create the YUM repo file in the /tmp directory as a normal user
Step 2: 
Move the new openvino-2022.repo file to the YUM configuration directory /etc/yum.repos.d
sudo mv /tmp/openvino-2022.repo /etc/yum.repos.d
Step 3: 
Verify that the new repo is properly setup by running the following command
yum repolist | grep -i openvino
Step 4: 
Install OpenVINO Runtime
sudo yum install openvino-2022.3.0

Install from YUM

Step 1: 
Create the YUM repo file in the /tmp directory as a normal user
Step 2: 
Move the new openvino-2022.repo file to the YUM configuration directory /etc/yum.repos.d
sudo mv /tmp/openvino-2022.repo /etc/yum.repos.d
Step 3: 
Verify that the new repo is properly setup by running the following command
yum repolist | grep -i openvino
Step 4: 
Install OpenVINO Runtime
sudo yum install openvino-2022.1.0

Build from Source on GitHub

Use an open-source repository, get the most recent version in between releases, and contribute to the open-source community.

Installation Instructions

Step 1: Use Git to clone the OpenVINO toolkit repository.

git clone -b https://github.com/openvinotoolkit/openvino.git

Step 2: Follow the instructions to build from source on GitHub.

OpenVINO GitHub Repository

Build from Source on Gitee

Use an open-source repository, get the most recent version in between releases, and contribute to the open-source community.

Installation Instructions

Step 1: Use Git to clone the OpenVINO toolkit repository.

git clone -b https://gitee.com/openvinotoolkit-prc/openvino.git

Step 2: Follow the instructions to build from source on Gitee.

OpenVINO Toolkit Gitee Repository

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.6, 3.7, 3.8
Windows® 11 (recommended for 12th generation Intel Core processors) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.6, 3.7, 3.8, 3.9
Windows® 11 (recommended for 12th generation Intel Core processors) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.7, 3.8, 3.9, 3.10
Windows® 11 (recommended for 12th generation Intel Core processors) 3.7, 3.8, 3.9, 3.10

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.6, 3.7, 3.8
Windows® 11 (recommended for 12th generation Intel Core processors) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.6, 3.7, 3.8
Windows® 11 (recommended for 12th generation Intel Core processors) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.6, 3.7, 3.8, 3.9
Windows® 11 (recommended for 12th generation Intel Core processors) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.7, 3.8, 3.9, 3.10
Windows® 11 (recommended for 12th generation Intel Core processors) 3.7, 3.8, 3.9, 3.10

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
macOS 10.15.x 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
macOS 10.15.x 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
macOS 10.15.x 3.7, 3.8, 3.9, 3.10

* Macintosh computers using the M1 processor use the ARM Plug-in on OpenVINO 2022.3 LTS and later. This plugin is community supported; no support is provided by Intel and it doesn't fall under the LTS 2 year support policy. Learn more

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
macOS 10.15.x 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
macOS 10.15.x 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
macOS 10.15.x 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8
Red Hat Enterprise Linux 8 (64 bit) 3.6, 3.7, 3.8
CentOS 7 (64 bit) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Red Hat Enterprise Linux 8 (64 bit) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64-bit)
Red Hat Enterprise Linux 8 (64-bit) 3.6, 3.7, 3.8
CentOS 7 (64-bit) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64-bit)
Red Hat Enterprise Linux 8 (64-bit) 3.6, 3.7, 3.8
CentOS 7 (64-bit) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.7, 3.8, 3.9, 3.10
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.7, 3.8, 3.9, 3.10

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64-bit)
Red Hat Enterprise Linux 8 (64-bit) 3.7, 3.8, 3.9, 3.10
CentOS 7 (64-bit) 3.7, 3.8, 3.9, 3.10

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8
Red Hat Enterprise Linux 8 (64 bit) 3.6, 3.7, 3.8
CentOS 7 (64 bit) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Red Hat Enterprise Linux 8 (64 bit) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8
Red Hat Enterprise Linux 8 (64 bit) 3.6, 3.7, 3.8
CentOS 7 (64 bit) 3.6, 3.7, 3.8

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.7, 3.8, 3.9, 3.10
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.7, 3.8, 3.9, 3.10
Red Hat Enterprise Linux 8 (64 bit) 3.7, 3.8, 3.9, 3.10
CentOS 7 (64 bit) 3.7, 3.8, 3.9, 3.10

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.6, 3.7, 3.8, 3.9
Windows® 11 (recommended for 12th generation Intel Core processors) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Windows® 10 (64 bit) 3.6, 3.7, 3.8, 3.9
Windows® 11 (recommended for 12th generation Intel Core processors) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
macOS 10.15.x 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
macOS 10.15.x 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Red Hat Enterprise Linux 8 (64 bit) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Ubuntu 18.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Ubuntu 20.04 long-term support (LTS) (64 bit) 3.6, 3.7, 3.8, 3.9
Red Hat Enterprise Linux 8 (64 bit) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Supported Operating System Python Version (64 bit)
Red Hat Enterprise Linux 8 (64 bit) 3.6, 3.7, 3.8, 3.9

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

System Requirements

For a complete list of supported hardware, see the system requirements.

Visit our documentation on Docker Installation.

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and other Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • OpenCV Python
  • Model Downloader and other Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and other Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • OpenCV Python
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and other Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and other Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and other Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • OpenCV Python
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and other Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Utilities (including Accuracy Checker, Cross-Check Tool, Model Downloader, Benchmark App, and Compile Tool)
  • Code samples, documentation, and models
  • OpenCV libraries

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • OpenCV Python
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • OpenCV Python
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Post-Training Optimization Tool
  • Utilities (including Accuracy Checker, Cross-Check Tool, Model Downloader, Benchmark App, and Compile Tool)
  • Code samples, documentation, and models
  • OpenCV libraries

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Post-Training Optimization Tool
  • Utilities (including Accuracy Checker, Cross-Check Tool, Model Downloader, Benchmark App, and Compile Tool)
  • Code samples, documentation, and models
  • OpenCV libraries

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • OpenCV Python
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • Model Downloader and Open Model Zoo Tools

What's Included in the Download Package

  • Runtime/Inference Engine
  • Model Optimizer
  • Benchmark Tool
  • Accuracy Checker
  • Annotation Converter
  • Post-Training Optimization Tool
  • OpenCV Python
  • Model Downloader and Open Model Zoo Tools

Frameworks

    OpenVINO Toolkit installer 2022.3, Version 34.