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
- Host: GitHub
- URL: https://github.com/fizzygalacticus/android-messages-desktop
- Owner: FizzyGalacticus
- Created: 2019-08-11T04:38:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T21:27:07.000Z (about 6 years ago)
- Last Synced: 2025-02-24T08:21:47.129Z (over 1 year ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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