@starfire It is indeed closely tied to Chromium (or more specifically CEF), that part is correct, but you can just have one system-wide installation of Electron the same way you do for Node, and run `electron path/to/application` and that's it. This is also how Electron worked from the start, the whole 'bundle a runtime with your app' only came later in Electron's life.