NW.js icon
NW.js icon

NW.js

 36 likes

Node.js bridge to Webkit – package and distribute webapps on all platforms.

Cross-platform

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
1 / 5 Avg rating (1)
36likes
1comment
0news articles

Features

Suggest and vote on features
  1.  Based on Webkit engine
  2.  Multiplatform

 Tags

NW.js News & Activities

Highlights All activities

Recent activities

  • namdx1987 liked NW.js
    about 2 months ago
  • CosmoMyzrailGorynych reviewed NW.js  
    3 months ago

    When web development was young and simple and Electron didn't even exist, nw.js aka node-webkit was a novel cool framework, and there were rainbows and unicorns. Later, for some time, nw.js had become a love-hate relationship for me and I made several big apps with it. Now it's just hate — a buggy bloatware that breaks in a new way in every new release, preventing you to use regular web APIs and throwing native crashes. Avoid at all costs.

  • App icon
    CosmoMyzrailGorynych added NW.js as alternative to Buntralino
    3 months ago
Show all activities

NW.js information

  • Developed by

    NW.js community
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    23 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  40,671 Stars
  •  3,878 Forks
  •  933 Open Issues
  •   Updated Apr 15, 2025 
View on GitHub

Popular alternatives

View all

Top NW.js apps (extensions / mods etc)

View all

Our users have written 1 comments and reviews about NW.js, and it has gotten 36 likes

NW.js was added to AlternativeTo by Danilo_Venom on Dec 3, 2013 and this page was last updated Jan 13, 2022. NW.js is sometimes referred to as node-webkit.

Comments and Reviews

   
 Post comment/review
Top Negative Comment
CosmoMyzrailGorynych
Jan 6, 2025
0

When web development was young and simple and Electron didn't even exist, nw.js aka node-webkit was a novel cool framework, and there were rainbows and unicorns. Later, for some time, nw.js had become a love-hate relationship for me and I made several big apps with it. Now it's just hate — a buggy bloatware that breaks in a new way in every new release, preventing you to use regular web APIs and throwing native crashes. Avoid at all costs.

What is NW.js?

NW.js is an app runtime based on Chromium and node.js. You can write native apps in HTML and JavaScript with NW.js. It also lets you call Node.js modules directly from the DOM and enables a new way of writing native applications with all Web technologies.

It was created in the Intel Open Source Technology Center.

Features

  • Apps written in modern HTML5, CSS3, JS and WebGL.
  • Complete support for Node.js APIs and all its third party modules.
  • Good performance: Node and WebKit run in the same thread: Function calls are made straightforward; objects are in the same heap and can just reference each other.
  • Easy to package and distribute apps.
  • Available on Linux, Mac OS X and Windows.

Official Links