All Projects → nparsons08 → Android Messages

nparsons08 / Android Messages

Licence: bsd-3-clause
Android Messages – Cross Platform Native App for SMS 🤓

Labels

Android Messages

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!

Android Messages

Android Messages

Build Instructions

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" --platform "osx" --bounce --counter  --honest --hide-window-frame --disable-dev-tools --title-bar-style "hidden" --icon logo.png --inject electron.css "https://messages.google.com/web"

Note: Nativefier allows for osx, mas, linux, and windows platform types. You can specify this with the --platform flag.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].