Install OpenVINO™ Runtime via Homebrew#

Note

Recent OpenVINO releases are currently unavailable via Homebrew due to an issue with protobuf in the internal Homebrew CI infrastructure. This affects the ability to build and publish formula updates. The upstream issue is actively monitored, and availability will be restored as soon as it is resolved.

Until then, use the S3 archive as an alternative to Homebrew on Linux and macOS. For more information, see Linux Installation Guide and macOS Installation Guide.

Note

Note that the Homebrew distribution:

  • offers both C/C++ and Python APIs

  • does not offer support for NPU inference

  • is dedicated to macOS (both arm64 and x86_64) and Linux (x86_64 only) users.

Before installing OpenVINO, see the System Requirements page.

Installing OpenVINO Runtime#

  1. Make sure that you have installed Homebrew on your system. If not, follow the instructions on the Homebrew website to install and configure it.

  2. Run the following command in the terminal:

    brew install openvino
    
  3. Check if the installation was successful by listing all Homebrew packages:

    brew list
    

Congratulations! You’ve just Installed OpenVINO! For some use cases you may still need to install additional components. Check the list of additional configurations to see if your case needs any of them.

Uninstalling OpenVINO#

To uninstall OpenVINO via Homebrew, use the following command:

brew uninstall openvino

What’s Next?#

Now that you’ve installed OpenVINO Runtime, you can try the following things: