Skip to content

Instantly share code, notes, and snippets.

@rajiv
Created January 7, 2019 03:41
Show Gist options
  • Save rajiv/7091b8491c164b4ccbf7cac503e625be to your computer and use it in GitHub Desktop.
Save rajiv/7091b8491c164b4ccbf7cac503e625be to your computer and use it in GitHub Desktop.
How to build a "native" macOS application for FastMail

How to build a "native" macOS application for FastMail

This is useful if you have an account with FastMail and want to use their web interface as a separate application on macOS.

  1. install homebrew
  2. install nativefier: brew install nativefier
  3. build the application:
nativefier --honest --name "FastMail" --counter --single-instance 'https://www.fastmail.com/'
@lbmh
Copy link

lbmh commented Jun 28, 2019

Excellent idea & most practical app.

To approach niirvana, I'd like to enjoy a few extras

  • check spelling
  • perfect case & Foxreplace Firefox extensions

Any idea of how to bundle those in Fastmail app ?

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment