DEV Community

Cover image for Convert your website into EXE file using Node.JS/NPM/Electron
wyndev
wyndev

Posted on • Edited on

Convert your website into EXE file using Node.JS/NPM/Electron

Hey guys 😁, today I'm going to show you how to convert your website link into an exe file.

  1. Download Node.js.
  2. When you are downloading, make sure you click the button "Add to PATH", and then you are ready to install.
  3. Open cmd and type npm install -g nativefier.
  4. Wait until the installation is finished.
  5. After that, type like this: nativefier --name "Your App Name" "myapp.com".
  6. Wait until the converting is finished, and go to C:/Users/[YourUsername]. Search for a folder with the name "yourappname-win32".

If you encountered any problems, feel free to ask. I'm going to answer as fast as I can.

Top comments (1)

Collapse
 
wyndev profile image
wyndev

Nativefier is no longer on system32, you can search your converted file on your username directory. ✌🏻