Skip to content

nickduskey/electron-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electron-messages Build Status

Android Messages Electron

electron-messages is an unofficial electron wrapper for Android Messages for Web.

We are not affiliated with Android Messages team. All copyrights belong to their respective owners.

Features

Background behaviour

Coming Soon!

Native Notifications

Coming Soon!

Version

Alpha 0.0.0

Dev and contributing

Built with Electron. The main skeleton of the app is based on szwacz/electron-boilerplate. Inspiration has also been taken from protonmail-desktop.

Any contribution or suggestion is accepted. Feel free to create any report for issues or app crashes. You can also use the report link provided in the application menu to create a crash report. Pull requests are accepted.

Known bugs
  • Notifications not working
  • Upgrades lose authentication

Testing

Running the App

Executables

You can build your own executables from the latest source by running one of the commands below.

Compiling from source

The installer is provided by electon-builder and processed through gulp thanks to electron-boilerplate.

This will work on OS X, Linux, and Windows. You will need Yarn to run this app.

  • Install required packages: $ yarn install
  • Run: $ yarn start
  • Build: $ yarn build
  • Package in a distributable format: $ yarn run dist
  • Generate package directory without distributable: $ yarn run pack

The building settings is in ./package.json and additional configuration instructions can be found here. The building process will only create version for the current OS. For creating MacOS, Windows and Linux distributable you need to run the command from each OS.

License

MIT See LICENSE