Web Technologies
With NodeGui, you can build your app with familiar web technologies like CSS and JavaScript. There is even a React based version.
Open Source
NodeGui is an open source project maintained by an active community of contributors.
Cross Platform
Compatible with Mac, Windows, and Linux, Electron apps build and run on three platforms.

Create native apps for Windows, MacOs and Linux using JavaScript and CSS
lets you create truly native apps and doesn't compromise on your users' experience. It provides a core set of platform agnostic native widgets that map directly to the platform’s native UI building blocks.
NodeGui widgets are built on top of Qt which is a mature dekstop apps framework. NodeGui widgets are extremely customizable just like in the web but does NOT use a Web browser under the hood.
Written in JavaScript—rendered with native code by Qt
Apps can be built completely in JavaScript. This enables native app development for whole new teams of developers, and can let existing native teams work much faster.
With NodeGui you get flexibility of web and perfromance of Native desktop apps.

Give it a try
1. Run these commands
git clone https://github.com/nodegui/nodegui-startercd nodegui-starternpm installnpm start