Create Native Linux Apps from a WebPage

For work we use 1Password, and they don’t have an App for Linux.
So using this tool I was able to create a ‘Native’ app for Linux.

Nativefier

https://github.com/jiahaog/nativefier

Details on how to do it
https://discussions.agilebits.com/discussion/comment/337240/#Comment_337240


Install nativefier:
npm install nativefier -g

Run
nativefier --name "1Password" --disable-context-menu --disable-dev-tools "https://.1password.com/"

Leave a comment