Skip to content

albertog2man/Android-Messages-Native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Messages Native

Unoffical native desktop client for Android Messages. No more switching tabs. desktop application

Info

Simple native client that allows you to use https://messages.android.com on your desktop, like any other native application. If you've ever gotten tired of using Android Messages web because you simply want to cmd+tab around your apps, this is for you.

Features

  • Desktop native look and feel
  • Notifications

Download

Download latest release

Supported OS

  • Mac OS X 10.9.0 or later
  • Windows 7 or later (unverified)
  • Ubuntu 14.04 or later (unverified)

Development

To get started just pull the repo and run the following

npm install

Once up to date, you can run

npm start

to run the local development version or

npm run build

to create a packaged version. This command will generate a release_builds directory.

Dev Requirements

  • Node.js (Recommend 8.9.x)
  • NPM (3.x.x)

License

The MIT License (MIT)

Copyright (c) 2018 Alberto Galvez

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.