Counterpoint: This does nothing that Lazarus/Freepascal [1] can't do more efficiently. Or wxwidgets/Qt to a lesser extent, ease-of-use wise.

[1] https://www.lazarus-ide.org/

fully agree... and those (Lazarus/wxWidgets/Qt) generate native code and don't require you to ship a browser with your application...

> don't require you to ship a browser with your application

The key feature of Neutralino (as opposed to Electron) is that it does _not_ require you to ship a browser - it provides similar developer UX to Electron, but it uses your system's existing browser so binaries are dramatically smaller (2MB for hello world) and memory overhead is minimal (~3MB for hello world).

> but it uses your system's existing browser

According to (1) that is incorrect. It uses WebKitGTK+.

(1) https://github.com/Elanis/web-to-desktop-framework-compariso...