inboxinator
v1.2.4
Published
An unofficial client app for Google Inbox created with Electron
Maintainers
Readme
Inboxinator
An unofficial desktop client app for Google Inbox, created with Electron.
Just displays the Google Inbox page in a <webview> and opens external links in the default browser.
What does it look like?
It looks like the Inbox webpage in a minimal window

Development
Install dev environment (node packages)
npm install
Run
npm run start
Build binaries (on a mac)
- for mac:
npm run build-mac - for windows:
npm run build-win(needs wine on a mac)
