Run the "Android Messages" web app as a standalone desktop app. Never again will you have to go through a bunch of tabs to text a friend, or go more out of your way than your friends on Mac/iOS to open your messages.
Developed by Alex Reyes.
Head over to the releases page to download the latest release for your OS.
- Windows 10 or later
- Mac OS X 10.9.0 or later
If you have any bugs / issues please raise an issue or fork the repo and create a PR
To get started just pull the repo and run the following
npm install
npm start
To build the installers / release packages you need to run, you can only build a platforms installer from that platform.
npm run dist
See something worth changing? Have an issue or a feature you want to add? Just submit a PR!
The MIT License (MIT)
Copyright (c) 2018 Alex Reyes
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.