Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 896 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 896 Bytes

 Gmail

An Unofficial Gmail native web client built with Electron JS.


[![](lib/media/screenshot.png)](https://github.com/paulot/gmail/releases/latest) [![](lib/media/dock.png)](https://github.com/paulot/gmail/releases/latest)

Install

Check the current list of releases for prebuilt binaries.

Mac OS

Simply drag the .app file located in the archive to your dock

Windows/Linux

Still working on a binary. There are still a few issues with the menu that need to be sorted out in Linux.

Running from source

  • Clone the repo: git clone https://github.com/paulot/gmail.git
  • Install dependencies: npm install
  • Run: npm start

Development

Built with Electron JS.

Commands

  • Init: $ npm install
  • Run: $ npm start