Native API
Neutralinojs Javascript API exposes access to operating system level functions such as file manipulation, executing commands and showing native dialog boxes.
Portable & Zero Dependency
No extra dependencies are required to run Neutralinojs apps. The great advantage is that you can develop applications for all platforms using just one platform. No compilers are required!
Cross-Platform Support
Neutralinojs apps function on Linux, Windows, macOS, Web and Chrome. A single portable application is compatible with all popular operating systems and web browsers.
Lightweight & Fast
A simple uncompressed Neutralinojs app is only ~2MB, and a compressed app size is ~0.5MB. Indeed, it will not consume either physical memory or storage like any other Chromium-based cross-platform application development framework.
Simple & Flexible
The Neutralinojs team always offers simple and flexible development interfaces for programmers. The framework has a simple portable auto-updater and CLI. We don't use OOP-based classes everywhere and time-consuming setups to complicate your work.
Any Backend, Any Frontend
You can build Neutralinojs apps with any frontend framework with your favorite features likeHMR. Also, you can use Neutralinojs as a part of any source file with the child process IPC or extend Neutralinojs API with any backend language with the extensions IPC.