Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 2.92 KB

installing-openvino-overview.rst

File metadata and controls

66 lines (42 loc) · 2.92 KB

Install OpenVINO™ 2023.3

.. toctree::
   :maxdepth: 3
   :hidden:

   OpenVINO Runtime on Linux <openvino_docs_install_guides_installing_openvino_linux_header>
   OpenVINO Runtime on Windows <openvino_docs_install_guides_installing_openvino_windows_header>
   OpenVINO Runtime on macOS <openvino_docs_install_guides_installing_openvino_macos_header>
   Create a Yocto Image <openvino_docs_install_guides_installing_openvino_yocto>


Warning

The OpenVINO™ Development Tools package has been deprecated and removed from the default installation options. For new projects, the OpenVINO runtime package now includes all necessary components.

The OpenVINO Development Tools is still available for older versions of OpenVINO, as well as the current one, from the GitHub repository and PyPI. :doc:`Learn more <openvino_docs_install_guides_install_dev_tools>`.

Tip

OpenVINO 2025.0, described here, is not a Long-Term-Support version! All currently supported versions are:

  • 2025 (development)
  • 2024.6 (maintenance)
  • 2023.3 (LTS), it will be deprecated at the end of 2025.

Moreover, different OpenVINO distributions may support slightly different sets of features. Read installation guides for particular distributions for more details.

.. dropdown:: Distribution Comparison for OpenVINO 2023.3

   ===============  ==========  ======  =========  ========  ============ ========== ==========
    Device           Archives    PyPI    APT/YUM    Conda     Homebrew     vcpkg      Conan
   ===============  ==========  ======  =========  ========  ============ ========== ==========
    CPU              V           V        V         V          V           V          V
    GPU              V           V        V         V          V           V          V
    GNA              V          n/a      n/a       n/a        n/a         n/a        n/a
    NPU              V          n/a      n/a       n/a        n/a         n/a        n/a
   ===============  ==========  ======  =========  ========  ============ ========== ==========
Build OpenVINO from source
OpenVINO Toolkit source files are available on GitHub as open source. If you want to build your own version of OpenVINO for your platform, follow the OpenVINO Build Instructions.