An open API service indexing awesome lists of open source software.

https://github.com/fizzygalacticus/android-messages-desktop

Automagically creates a desktop version of android messages
https://github.com/fizzygalacticus/android-messages-desktop

Last synced: 4 months ago
JSON representation

Automagically creates a desktop version of android messages

Awesome Lists containing this project

README

          

# android-messages-desktop

An electron wrapper around [Android Messages](https://messages.google.com/web)

## Building

### Dependencies

- [nativefier](https://github.com/jiahaog/Nativefier)
- [make](https://www.gnu.org/software/make/)
- zip
- unzip

If you are building from Windows on Linux/MacOS, you will need to have [Wine](https://www.winehq.org/) as well.

### Build

- MacOS: `make mac`
- Linux: `make linux`
- Windows: `make windows`

### Install

- MacOS: `make install-mac`
- Linux: `make install-linux`
- Windows: Currently unsupported