A clean and native interface to https://messages.google.com/web. Supports dark and light mode on macOS Mojave. This project is 100% open-source and available for macOS. Enjoy!
To build a new version of the application, first download nativefier using the following command:
yarn global add nativefier
OR
npm install nativefier -g
Next, download the required CSS and image assets from one of the releases here located here. For example, you will need the electron.css and logo.png files.
Last, you'll need to run the nativefier
command to build your package.
nativefier --name "Android Messages" "https://messages.google.com/web" --single-instance --tray
Note: Nativefier allows for
osx
,mas
,linux
, andwindows
platform types. You can specify this with the--platform
flag. --tray for windows.