Neutralinojs is a lightweight and portable desktop application development framework that takes minimalism to the extreme. Like Tauri and Wails, it uses your operating system’s native webview and ships no bundled Chromium or Node.js, but it is engineered to keep binaries tiny — commonly in the low single-digit megabytes and below.
It is a strong fit for small utilities and single-purpose tools where you want a touch of native UI without the overhead or toolchain complexity of larger frameworks. Its extension system lets you call native OS functions from your JavaScript, historically sharing some of the approach of the original NW.js/Electron ideas but with a far smaller footprint.
Windows, macOS, Linux, Web
MIT