Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nodegui/nodegui

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodegui/nodegui

A cross platform library to build native desktop apps.

  • 0.0.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
increased by44.09%
Maintainers
2
Weekly downloads
 
Created
Source

nodegui

A cross platform library to build native desktop apps. Based on Qt5.

logo

How does it look?

demo_linux demo_win demo_mac

More screenshots?

See examples

Features

  • Cross platform. Should work on major Linux flavours, Windows and MacOS
  • Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.
  • (Partial support is present) Easily exstensible for creating custom native widgets (like react native).
  • Support for flex box layouting using Yoga.
  • Supports styling using css (includes actual cascading) or atleast useful subset of css properties.
  • Complete Nodejs api support (Currently runs on Node v12 - and is easily upgradable).
  • Can use all node compatible npm modules.
  • Native widget event listener support.
  • Should be usable for commercial applications aswell.
  • (Partial) Should have a decent list of stylable native widgets.
  • Easy build and packaging process.
  • Good Devtools support (hot reload, live reload, debugging etc).
  • Good documentation and website.
  • Good documentation for contributors.
  • Good support for dark mode (Thanks to QT).
  • Typescript support

Docs for contributing

Looking to contribute? If you wish to implement a new widget/add more features and need help understanding the codebase. You can start here:

Contributing developer docs link:

https://github.com/master-atul/nodegui/tree/master/docs/development

Building

yarn rebuild:addon [--qt_home_dir=/path/to/qt]

LICENSE

Since we do not in any way modify the code of Qt and only link to it dynamically, I beleive we are in compliance with the LGPL license requirements of QT. And hence this library can be licensed under its own License (for which we have chosen MIT License).
The links to QT source code and appropriate license notices are attached. We try our best to abide by the software licenses and any non compliance is not by will. If there is some discrepancy please let us know in the issues and we will try and fix it up.
If you follow the recommended build steps and do not statically link QT libraries on your own you are safe to use this library for commerical puropses (provided you abide by MIT License).

MIT

TODO

FAQs

Package last updated on 11 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc