inboxinator

An unofficial client app for Google Inbox created with Electron

Usage no npm install needed!

<script type="module">
  import inboxinator from 'https://cdn.skypack.dev/inboxinator';
</script>

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

Inboxinator

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)