Skip to content

Super basic wrapper application for Android Messages

Notifications You must be signed in to change notification settings

GyozaGuy/google-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 19, 2019
d38bf00 · Apr 19, 2019

History

11 Commits
Jun 29, 2018
Jun 29, 2018
Jun 29, 2018
Jun 30, 2018
Apr 19, 2019
Apr 19, 2019
Feb 28, 2019

Repository files navigation

Android Messages

By GyozaGuy

Description

A basic Electron app that wraps messages.android.com.

Icon

"message" by Gregor Cresnar from the Noun Project.

Security Concerns

Being concerned about security and suspicious of third-party apps stealing your data is important. This app does nothing but wrap the Android Messages site in a way that allows it to run independent of a web browser. You can see everything it does in main.js. (Disclaimer: I can only guarantee the security of the files in this repository, you'll have to trust Electron yourself.)

If you are still concerned about security (and you should be as a general rule), you can build this yourself by cloning the repository and running the following:

  • npm install
  • npm run build

Specific build scripts for each OS also exist:

  • npm run build-darwin
  • npm run build-linux
  • npm run build-win32