Home

Awesome

🚧 This project is deprecated! 🚧

As you know Google is going to take down Inbox service.

This project is not maintained anymore. Since Inbox is closed this project has to be closed as well. It just cannot operate normally without Inbox.

You can find more information here.

<div align="center"> <img src="app/static/Icon.png" width="128px"> <h1>Inboxer</h1> <p> <a href="https://github.com/denysdovhan/inboxer/releases"><img src="https://img.shields.io/github/release/denysdovhan/inboxer.svg?style=flat-square" alt="Version"></a> <a href="https://travis-ci.org/denysdovhan/inboxer?branch=master"><img src="https://img.shields.io/travis/denysdovhan/inboxer.svg?style=flat-square" alt="Travis CI"></a> <img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey.svg?style=flat-square" alt="Platform"> <a href="https://www.liqpay.com/en/checkout/380951100392"><img src="https://img.shields.io/badge/donate-LiqPay-blue.svg?style=flat-square" alt="Donate with card"></a> <a href="https://github.com/denysdovhan/inboxer#donate"><img src="https://img.shields.io/badge/donate-BTC-yellow.svg?style=flat-square" alt="Donate with Bitcoin"></a> <a href="https://github.com/denysdovhan/inboxer#donate"><img src="https://img.shields.io/badge/donate-ETH-gray.svg?style=flat-square" alt="Donate with Ethereum"></a> </p> </div>

Unofficial, free and open-source Google Gmail Desktop App

Inboxer — started out as an unofficial Inbox by Gmail client for desktop platforms. However, Google plans to discontinue Inbox at the end of March 2019 (see official announcement). To keep Inboxer alive we have converted it to work with Gmail. Inboxer is now built on top of Gmail web-version. It has pleasant UI and supports useful keyboard shortcuts.

Inboxer is highly inspired by these projects:

Check out these ones as great examples of Electron applications. All of them are under the MIT license.

Features

All feature requests and contributions are welcome!

Screenshot

Installation

Inboxer works well on macOS 10.9+, Linux and Windows 7+. You can download the latest version on Releases page or below. Inboxer is also available through the nix package manager (see package in nix)

macOS

Download the .dmg file or install via Homebrew-Cask:

$ brew cask install inboxer

Linux

Download the .AppImage* or .deb or .snap file.

* — Notice, that the AppImage needs to be made executable after download.

Windows

Download the .exe file.

Package Inboxer from source

You'll need electron and npm installed in your system. Download and extract the source code (.zip or .tar.gz file). Inside the source code folder, run:

$ npm install

Then package the app with:

$ npm run dist

This builds packages for all architectures. Use dist:mac, dist:linux, or dist:win to package a single architecture. The packages will be found in the dist folder.

Keyboard shortcuts

Inboxer supports all Gmail keyboard shortcuts, system-specific keybindings and more. Additional keybindings are listed below:

DescriptionKeys
Preferences<kbd>Cmd/Ctrl</kbd> <kbd>P</kbd>
Compose Message<kbd>Cmd/Ctrl</kbd> <kbd>N</kbd>
Go to Inbox<kbd>Cmd/Ctrl</kbd> <kbd>I</kbd>
Go to Snoozed<kbd>Cmd/Ctrl</kbd> <kbd>S</kbd>
Go to Done<kbd>Cmd/Ctrl</kbd> <kbd>D</kbd>
Drafts<kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>D</kbd>
Sent<kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>S</kbd>
Trash<kbd>Alt</kbd> <kbd>Shift</kbd> <kbd>T</kbd>
Spam<kbd>Alt</kbd> <kbd>Shift</kbd> <kbd>S</kbd>
Open Contacts<kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>C</kbd>
Search<kbd>Cmd/Ctrl</kbd> <kbd>F</kbd>
Toggle Sidebar<kbd>Cmd/Ctrl</kbd> <kbd>/</kbd>
Toggle "Always on Top"<kbd>Cmd/Ctrl</kbd> <kbd>Shift</kbd> <kbd>T</kbd>
Keyboard Shortcuts Reference<kbd>Shift</kbd> <kbd>/</kbd> or <kdb>?</kdb>
Toggle Developer Tools<kbd>Option</kbd> <kbd>Cmd</kbd> <kbd>I</kbd> (macOS) or <kbd>Ctrl</kbd> <kbd>Shift</kbd> <kbd>I</kbd>

Disclaimer

This code is in no way affiliated with, authorised, maintained, sponsored or endorsed by Google or any of its affiliates or subsidiaries. This is an independent and unofficial Gmail app. Use it at your own risk.

End User License Agreement

Donate

Hi! I work on this project in my spare time, beside my primary job. I hope enjoy using Inboxer, and if you do, please, support this project 🙏🏻.

Credit/Debit cardBitcoinEthereum
Donate with LiqPay1FrPrQb6ACTkbSBAz9PduJWrDFfq41Ggb40x6aF39C917359897ae6969Ad682C14110afe1a0a1
<img src="https://cloud.githubusercontent.com/assets/3459374/25771981/6f2ba08c-3268-11e7-9fc8-49e3f7b9e0e5.png" width="160px"/><img src="https://user-images.githubusercontent.com/3459374/33760933-1c9b81b4-dc10-11e7-8e4b-22d81f98c138.png" width="160px"/><img src="https://user-images.githubusercontent.com/3459374/33760932-1c7b3fb2-dc10-11e7-9774-411264d533da.png" width="160px"/>

I would appreciate your support! Thank you!

License

MIT © Denys Dovhan

<!-- References -->