LinuxCommandLibrary

nativefier

Command-line tool to create a desktop app for any web site with minimal configuration.

TLDR

Make a desktop app for a website

$ nativefier [url]
copy


Create a desktop app with a custom name
$ nativefier --name [name] [url]
copy


Use a custom icon, should be a PNG
$ nativefier --icon [path/to/icon.png] [url]
copy

Copied to clipboard