# 使用 Homebrew, dnf, Nix, zypper 安装 openvino

查看 openvino 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:openvino
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install openvino
```

  证据: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install openvino
```

  证据: Fedora Rawhide package metadata: openvino from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#openvino
```

  证据: nixpkgs package indexes: pkgs/by-name/op/openvino/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install libopenvino2621
```

  证据: openSUSE Tumbleweed package metadata: libopenvino2621 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:openvino
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/openvino>
- **版本:** 2026.2.1
- **来源摘要:** Open Visual Inference And Optimization toolkit for AI inference
- **主页:** <https://docs.openvino.ai>
- **仓库:** <https://github.com/openvinotoolkit/openvino>
- **上游文档:** <https://docs.openvino.ai>
- **许可证:** Apache-2.0
- **源码归档:** <https://github.com/openvinotoolkit/openvino/archive/refs/tags/2026.2.1.tar.gz>
- **最后更新:** 2026-07-11T09:50:50+09:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- benchmark_app (cli)
- ovc (cli)
- benchmark_app (别名)
- ovc (别名)

## 依赖

- abseil
- nlohmann-json
- numpy
- onnx
- protobuf
- pugixml
- snappy
- tbb

## 构建依赖

- cmake
- flatbuffers
- pkgconf
- pybind11
- python@3.14
- scons

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 2026.2.1
- 管理器更新时间: 2026-07-11
- 本地数据: OK
- 上游仓库: https://github.com/openvinotoolkit/openvino
- 检测到的最新版本: 2026.2.1 (当前)
## 项目历史与用法

OpenVINO, short for Open Visual Inference and Neural Network Optimization, is Intel's open source toolkit for optimizing and deploying AI inference. It grew from a computer-vision inference toolkit into a broader runtime for conventional deep learning, generative AI, model serving, and Intel CPU, GPU, and NPU deployment.

### 项目历史

Intel introduced OpenVINO as a distribution for taking trained neural-network models and running them efficiently on Intel hardware. The project standardized a workflow around model conversion, graph optimization, a runtime API, and device plugins rather than training models from scratch.

Early OpenVINO packaging centered on the Model Optimizer and Inference Engine. The 2022 release line introduced OpenVINO API 2.0, aligning inputs and outputs more closely with common framework tensor conventions while retaining older Inference Engine and nGraph APIs during the transition.

The 2023 and 2024 release notes show the toolkit expanding beyond classic computer vision into speech, recommendation systems, natural language processing, Stable Diffusion, transformer models, LLM-oriented optimizations, OpenVINO GenAI, model-serving workflows, JavaScript access, and NPU support for Intel Core Ultra systems.

### 采用历史

OpenVINO's adoption path follows Intel's hardware platform strategy: give developers one inference API and deployment stack across laptops, edge devices, servers, and AI PCs. The public GitHub organization includes the main runtime, NNCF compression tooling, notebooks, GenAI libraries, and OpenVINO Model Server, which indicates a package family rather than a single binary.

It became a package-manager concern because AI applications increasingly need native runtimes, Python wheels, CLI tools such as ovc and benchmark_app, device plugins, and framework bridges. OpenVINO packages are used by developers who want to benchmark models, convert framework artifacts, reduce inference cost with quantization or compression, and deploy on Intel hardware without binding directly to one training framework.

### 使用方式

Developers use OpenVINO to load or convert models from frameworks such as PyTorch, TensorFlow, ONNX, TensorFlow Lite, PaddlePaddle, and JAX/Flax; optimize or compress them; then run inference through C++, Python, C, Node.js, server, or GenAI APIs. Operators also use benchmark_app to measure throughput and latency on target devices.

The package is most visible in edge AI, AI PC, industrial vision, local LLM, and model-serving workflows where deployment constraints matter more than model training.

### 为什么软件包爱好者会关心

OpenVINO is the kind of package that turns dependency management into hardware enablement: a formula or distro package can decide whether an AI app has CPU, GPU, or NPU acceleration and whether model artifacts from several ML ecosystems can share one runtime.

It is also a moving example of AI packaging churn: native C++ libraries, Python and JavaScript bindings, command-line converters, release-year documentation, and device plugins all need to stay aligned.

### 时间线

- 2018: Intel releases OpenVINO as an open source toolkit for deep-learning inference deployment.
- 2022: OpenVINO API 2.0 is introduced with cleaner tensor-oriented APIs and a migration path from older Inference Engine and nGraph APIs.
- 2023: OpenVINO release notes add wider generative-AI model support, including Stable Diffusion and transformer-family workloads.
- 2023-2024: OpenVINO GenAI, OpenVINO Model Server, JavaScript access, and NPU support broaden the toolkit beyond the original computer-vision focus.
- 2026: OpenVINO documentation describes runtime support across Linux, Windows, and macOS with Python, C++, and C APIs.

### Related projects

- OpenVINO is related to Intel oneAPI, OpenCV, NNCF, OpenVINO Model Server, OpenVINO GenAI, ONNX, PyTorch, TensorFlow, PaddlePaddle, JAX/Flax, and hardware plugin stacks for Intel CPU, GPU, and NPU devices.

### 来源

- <https://docs.openvino.ai/>
- <https://docs.openvino.ai/2024/about-openvino.html>
- <https://github.com/openvinotoolkit>
- <https://github.com/openvinotoolkit/openvino>
- <https://www.intel.com/content/www/us/en/developer/articles/release-notes/openvino/2022-2.html>
- <https://www.intel.com/content/www/us/en/developer/articles/release-notes/openvino/2023-1.html>
- <https://www.intel.com/content/www/us/en/developer/articles/release-notes/openvino/2024-1.html>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** openvino
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Nix - openvino: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/openvino/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - libopenvino-auto-batch-plugin - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-auto-batch-plugin from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Automatic batch software plugin for OpenVINO | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-auto-plugin - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-auto-plugin from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Auto / Multi software plugin for OpenVINO | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-devel - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for openvino | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-hetero-plugin - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-hetero-plugin from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Hetero plugin for OpenVINO | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-intel-cpu-plugin - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-intel-cpu-plugin from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Intel CPU plugin for OpenVINO | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-intel-gpu-plugin - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-intel-gpu-plugin from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Intel GPU plugin for OpenVINO | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-ir-frontend - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-ir-frontend from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenVINO IR Frontend | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-onnx-frontend - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-onnx-frontend from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenVINO ONNX Frontend | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-paddle-frontend - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-paddle-frontend from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenVINO Paddle Frontend | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-pytorch-frontend - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-pytorch-frontend from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenVINO PyTorch Frontend | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-tensorflow-frontend - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-tensorflow-frontend from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenVINO TensorFlow Frontend | https://github.com/openvinotoolkit/openvino
- dnf - libopenvino-tensorflow-lite-frontend - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: libopenvino-tensorflow-lite-frontend from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenVINO TensorFlow Lite Frontend | https://github.com/openvinotoolkit/openvino
- dnf - openvino - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: openvino from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Toolkit for optimizing and deploying AI inference | https://github.com/openvinotoolkit/openvino
- dnf - openvino-samples - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: openvino-samples from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | C and C++ samples for OpenVINO | https://github.com/openvinotoolkit/openvino
- dnf - python3-openvino - 2026.0.0-12.fc45: normalized package name match | Fedora Rawhide package metadata: python3-openvino from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | OpenVINO Python API | https://github.com/openvinotoolkit/openvino


## 相关链接

- [MCP tool packages](https://pkg.so/zh-hans/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [AI and agent packages](https://pkg.so/zh-hans/ai-agent-tools/) - Matched AI model, agent, coding-agent, orchestration, or MCP metadata.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [protobuf](https://pkg.so/zh-hans/brew/protobuf/) - Runtime dependency declared by Homebrew.
- [numpy](https://pkg.so/zh-hans/brew/numpy/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Build dependency declared by Homebrew.
- [pkgconf](https://pkg.so/zh-hans/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/zh-hans/brew/cmake/) - Build dependency declared by Homebrew.
- [pybind11](https://pkg.so/zh-hans/brew/pybind11/) - Build dependency declared by Homebrew.
- [opencv](https://pkg.so/zh-hans/brew/opencv/) - Popular package that depends on this formula.
- [pytorch](https://pkg.so/zh-hans/brew/pytorch/) - Shares pkgdb curated category or tags: ai, cli, deep-learning, ml-tools.
- [ncnn](https://pkg.so/zh-hans/brew/ncnn/) - Shares pkgdb curated category or tags: ai, cli, computer-vision, ml-tools.
- [magika](https://pkg.so/zh-hans/brew/magika/) - Shares pkgdb curated category or tags: ai, cli, deep-learning, ml-tools.
- [djl-serving](https://pkg.so/zh-hans/brew/djl-serving/) - Shares pkgdb curated category or tags: ai, cli, deep-learning, ml-tools.
- [tesseract](https://pkg.so/zh-hans/brew/tesseract/) - Shares pkgdb curated category or tags: ai, cli, ml-tools.
- [mlx](https://pkg.so/zh-hans/brew/mlx/) - Shares pkgdb curated category or tags: ai, cli, ml-tools.
- [hf](https://pkg.so/zh-hans/brew/hf/) - Shares pkgdb curated category or tags: ai, cli, ml-tools.

## Combined YAML source

View the package source record on GitHub. [combined/openvino.yml](https://github.com/mxcl/pkgdb/blob/main/combined/openvino.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
