Skip to content

paulot/gmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 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