is-nwjs Check if your code is running on NW.js. Install $ npm install --save is-nwjs Usage var isNwjs = require('is-nwjs'); // on your browser console.log(isNwjs); //=> false // on NW.js console.log(isNwjs); //=> true Related is-nwjs-mac Changelog changelog.md. License MIT © sanemat