Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 976 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 976 Bytes

Google Inbox packaged as Electron app

This is a thin wrapper around the Google Inbox web interface built on Electron.

screenshot

Features

  • Native desktop notifications
  • Unread messages badge in OS X dock
  • Native spell checking
  • Dark sidebar theme

Download

You can download a binary version for OS X here: Inbox.app.zip

Building

OSX

npm install
npm run pack-osx
cp -r Inbox-darwin-x64/Inbox.app /Applications

Windows

npm install
npm run pack-win32

Inbox.app currently works on MacOS, Windows and Linux.

Disclaimer

This project is not affiliated with, associated to, nor endorsed by Google in any way. Google, Inbox by Gmail and the Google Inbox Logo are registered trademarks of Google Inc.

The code in this repository has been released to the public domain under the UNLICENSE.