jkingyens / inbox-app

Google Inbox packaged as Electron app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Google Inbox packaged as Electron app

License:The Unlicense


Languages

Language:JavaScript 90.6%Language:CSS 9.4%