Nativefier

Nativefier is a command-line tool to easily create a desktop application for any website with minimal configuration.

Installation

npm install nativefier -g

Usage

nativefier <URL> [options]

Examples

Create a desktop app for chessmail.de

nativefier --name 'chessmail' 'https://www.chessmail.de'

Show all options

nativefier --help