
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
openvino-node
Advanced tools
Use OpenVINO to deploy deep learning models easily in Node.js applications.
OpenVINO™ is an open-source toolkit designed for high-performance deep learning inference. Node.js API provides bindings to subset APIs from OpenVINO Runtime. The Node.js bindings enable JavaScript developers to use the capabilities of OpenVINO in their applications.
Install the openvino-node package:
npm install openvino-node
Use the openvino-node package:
const { addon: ov } = require('openvino-node');
Refer to the complete description of the addon
API in the documentation.
See the samples for more details on how to use it.
To use the package in development of Electron applications on Windows, make sure that Desktop development with C++ component from Build Tools for Visual Studio is installed.
You can run the following sample in the browser, no installation is required. Codesandbox is a free online service with limited resources. For optimal performance and more control, it is recommended to run the sample locally.
For more details, refer to the OpenVINO™ JavaScript API Developer Documentation
Contributions are always welcome! Read the Contribution Guide to learn how you can get involved.
Copyright © 2018-2025 Intel Corporation
FAQs
OpenVINO™ utils for using from Node.js environment
The npm package openvino-node receives a total of 1,252 weekly downloads. As such, openvino-node popularity was classified as popular.
We found that openvino-node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.