node-webkit is renamed NW.js
Official site: https://nwjs.io
Introduction
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.
Building a Cross-platform Desktop App with NW.js
Creating Desktop Applications With node-webkit
WebApp to DesktopApp with node-webkit (slides)
Essay on the history and internals of the project
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.
Downloads
-
v0.62.0: (Mar 6, 2022, based off of Node.js v17.3.0, Chromium 99.0.4844.51) : release notes
NOTE You might want the SDK build. Please read the release notes. -
Mac 10.10+: 64bit
-
Use Legacy build for Win XP and early OSX.
-
latest nightly build from git tip: https://dl.nwjs.io/live-build/
-
Previous versions; See the mapping file for the version info in previous releases.
Demos and real apps
You may also be interested in our demos repository and the List of apps and companies using nw.js.
Quick Start
Create index.html:

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
