https://github.com/maxchehab/unofficial-google-messages-desktop-app
The (Unofficial) Google Messages Desktop Application
https://github.com/maxchehab/unofficial-google-messages-desktop-app
Last synced: 22 days ago
JSON representation
The (Unofficial) Google Messages Desktop Application
- Host: GitHub
- URL: https://github.com/maxchehab/unofficial-google-messages-desktop-app
- Owner: maxchehab
- Created: 2018-06-25T22:33:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T16:35:15.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T01:16:12.408Z (about 1 month ago)
- Language: Makefile
- Homepage: https://messages.android.com
- Size: 4 MB
- Stars: 31
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The (Unofficial) Google Messages Desktop Application
Recently Google released a [web application](https://messages.android.com/) that allows text messages to be sent and received from your phone in tandem from their website.
This project "nativefies" the website into a desktop application. Check out the [releases page](https://github.com/maxchehab/Unofficial-Google-Messages-Desktop-App/releases) for downloads.
![]()
To build localy:
```bash
$ npm install nativefier -g
$ make local
```Navigate to `dist/`.
This wouldn't be possible without [Jia's](https://github.com/jiahaog) [nativefier](https://github.com/jiahaog/nativefier).