docs/articles_en/get-started/install-openvino/install-openvino-brew.rst
.. meta:: :description: Learn how to install OpenVINO™ Runtime on Linux and macOS operating systems, using Homebrew.
.. note::
Note that the Homebrew <https://brew.sh/>__ distribution:
Before installing OpenVINO, see the
:doc:System Requirements page <../../../about-openvino/release-notes-openvino/system-requirements>.
.. note:: This community-maintained distribution channel is provided to help users explore and evaluate OpenVINO.
Please note that accuracy, performance, and behavior may differ from officially supported OpenVINO distributions, and are not guaranteed by the OpenVINO team in this channel. Due to the community-driven nature of this distribution channel, the OpenVINO team does not guarantee timely updates aligned with official releases, nor update availability for all OpenVINO versions.
For production deployments and product integration, we recommend using officially supported distribution channels (for example, official S3 archives or PyPI packages), which provide validated builds and defined guarantees.
Installing OpenVINO Runtime ###########################
Make sure that you have installed Homebrew on your system. If not, follow the instructions on the Homebrew website <https://brew.sh/>__ to install and configure it.
Run the following command in the terminal:
.. code-block:: sh
brew install openvino
Check if the installation was successful by listing all Homebrew packages:
.. code-block:: sh
brew list
Congratulations! You've just Installed OpenVINO! For some use cases you may still
need to install additional components. Check the
:doc:list of additional configurations <./configurations>
to see if your case needs any of them.
Uninstalling OpenVINO #####################
To uninstall OpenVINO via Homebrew, use the following command:
.. code-block:: sh
brew uninstall openvino
What's Next? ####################
Now that you've installed OpenVINO Runtime, you can try the following things:
OpenVINO Workflow <../../../openvino-workflow>.Model Preparation <../../../openvino-workflow/model-preparation>.Hugging Face <https://huggingface.co/OpenVINO>__.Inference with OpenVINO Runtime <../../../openvino-workflow/running-inference>.OpenVINO toolkit Samples Overview <../../../get-started/learn-openvino/openvino-samples>.product home page <https://software.intel.com/en-us/openvino-toolkit>__.