# ONNX Runtime Node.js API ## Requirements Node.js version 12.x is required. ### Supported Platforms - Windows x64 CPU NAPI_v3 - Linux x64 CPU NAPI_v3 - MacOS x64 CPU NAPI_v3 ## Usage Samples can be found [here](../samples/nodejs). Install the latest stable version: `npm install onnxruntime` Install the latest dev version: `npm install onnxruntime@dev` ## Build See [BUILD.MD](../BUILD.md#apis-and-language-bindings) ## License License information can be found [here](../README.md#license).