📣 Send us your press release
Site updates every 15 minutes
Technology

Microsoft Releases Tool for Node.js to Simplify Windows API Calls

Microsoft has released a new tool for Node.js developers that allows them to call native Windows APIs directly using JavaScript or TypeScript.

28 July 2026
Microsoft Releases Tool for Node.js to Simplify Windows API Calls
Image is an AI-generated illustration

Microsoft has announced a new tool designed to simplify native Windows API calls for Node.js developers. The Dynamic Windows Runtime Language Projections tool enables developers of Electron and standard Node.js applications to invoke supported Windows native APIs directly through JavaScript or TypeScript.

This new utility reads API metadata provided by Windows and automatically generates corresponding JavaScript interface code and TypeScript type definitions. The shared runtime environment then handles the actual API invocation process. When compatible Windows API metadata is updated, developers can regenerate the interface code without needing to recompile native modules or wait for third-party encapsulations of individual functionalities.

Currently, the Node.js dynamic language projections primarily focus on non-UI functionalities such as storage, notifications, and networking. It also supports the invocation of certain on-device AI capabilities, including text generation, summarization, and recognition. For example, developers can create native Windows notifications with progress bars using Electron, or utilize local language models like Phi Silica for text summarization on Windows AI PCs.

The tool aims to streamline the development workflow for applications leveraging Windows features through Node.js, making complex native interactions more accessible.

Original source: ithome.com