Project: Neutrino

Github: neutrino

About

Neutrino is a lightweight clone of the Electron framework, allowing developers to create cross-platform apps with web tools, but with 1% of the filesize.

Although Neutrino lacks many features that comes with Node and Electron, it achieves this by leveraging the OS' native web engine. Specifically, it uses EdgeHTML (Microsoft Edge) on Windows, Webkit (Safari) on MacOS, and WebkitGTK on Linux.

As a proof of concept, I've written a port of my Lyra music player in Neutrino!