OpenVINO.runtime.win 2026.2.1

dotnet add package OpenVINO.runtime.win --version 2026.2.1
                    
NuGet\Install-Package OpenVINO.runtime.win -Version 2026.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenVINO.runtime.win" Version="2026.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpenVINO.runtime.win" Version="2026.2.1" />
                    
Directory.Packages.props
<PackageReference Include="OpenVINO.runtime.win" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OpenVINO.runtime.win --version 2026.2.1
                    
#r "nuget: OpenVINO.runtime.win, 2026.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OpenVINO.runtime.win@2026.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OpenVINO.runtime.win&version=2026.2.1
                    
Install as a Cake Addin
#tool nuget:?package=OpenVINO.runtime.win&version=2026.2.1
                    
Install as a Cake Tool

OpenVINO.runtime.win

Native OpenVINO 2026.2.1 runtime libraries for Windows (x86_64).

This package bundles the binaries from the upstream Intel release at storage.openvinotoolkit.org and ships them in the standard .NET runtime layout: runtimes/win-x64/native/. For .NET 5+ consumers the binaries are auto-resolved at build time; for .NET Framework 4.x consumers the included build/net46/OpenVINO.runtime.win.props copies them to the output directory. The package also includes build/netstandard2.0 and empty lib placeholders so SDK-style projects restore it without legacy framework fallback warnings.

本包使用标准 .NET runtime 布局:runtimes/win-x64/native/。SDK-style 项目通过 lib/netstandard2.0/_._ 明确兼容性,避免恢复时触发旧版 .NET Framework 兼容回退警告;.NET Framework 4.x 项目则通过 build/net46/OpenVINO.runtime.win.props 显式复制 native 库到输出目录。

This is a companion native package to JYPPX.OpenVINO.CSharp.API. Install both to use OpenVINO from your C# project:

dotnet add package JYPPX.OpenVINO.CSharp.API
dotnet add package OpenVINO.runtime.win

Provenance

  • Source: https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.2.1/windows/openvino_toolkit_windows_2026.2.1.21919.ede283a88e3_x86_64.zip
  • SHA-256: verified against https://storage.openvinotoolkit.org/repositories/openvino/packages/2026.2.1/windows/openvino_toolkit_windows_2026.2.1.21919.ede283a88e3_x86_64.zip.sha256 at package time.
  • Upstream release tag: 2026.2.1
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OpenVINO.runtime.win:

Package Downloads
OpenVINO.CSharp.Windows

OpenVINO wrapper for .NET. All-in-one package for Windows users.

FY.OCR

OCR library with PP-OCR models

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on OpenVINO.runtime.win:

Repository Stars
guojin-yan/YoloDeployCsharp
Deploying Yolov8-det, Yolov8-pose, Yolov8-cls, and Yolov8-seg models based on C # programming language.
guojin-yan/DeploySharp
Deploying deep learning models on multiple platforms (OpenVINO/ONNX Runtime, etc.)
Version Downloads Last Updated
2026.2.1 47 6/22/2026
2026.2.0 208 6/1/2026
2026.1.0 303 5/14/2026
2026.0.0 968 2/28/2026
2025.4.0 1,285 1/3/2026
2025.3.0 1,662 9/27/2025
2025.1.0.1 1,530 7/1/2025
2025.0.0.1 8,595 2/10/2025
2024.6.0.1 481 2/10/2025
2024.4.0.1 2,052 9/20/2024
2024.3.0.1 1,153 8/3/2024
2024.2.0.1 913 6/28/2024
2024.1.0.1 5,412 4/27/2024
2024.0.0.2 3,057 4/15/2024
2024.0.0.1 2,253 3/11/2024
2023.3.0.1 705 1/27/2024
2023.2.0.1 1,619 11/22/2023
2023.1.0.1 1,163 10/22/2023