/android-messages

Android Messages – Cross Platform Native App for SMS 🤓

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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" "https://messages.google.com/web" --single-instance  --tray

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