wizardsoftheweb / waveboxapp

Wavebox lets you bring all your web communication tools together for faster, smarter working. Gmail, Google Inbox, Outlook, Office 365, Slack, Trello & more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wavebox

Travis Build Status js-standard-style GitHub release Download

Your client for Gmail, Inbox, Outlook, O365, Trello, Slack & more!

Wavebox is the clever new home for cloud apps on macOS, Linux & Windows bringing Gmail, Inbox, Outlook, O365, Trello, Slack & more into a configurable client.

Gone are the days of opening countless browser tabs and logging in and out of your favourite cloud accounts. Now you can launch Wavebox with one click, and instantly access them all in one UI, and without slowing your machine.

  • All your web apps in one place: Add your favourites from our Directory of 1000+ apps/websites/services and easily hop between them to create faster workflows, and enjoy a smarter way of working.
  • Never miss a thing: Stay signed-in to all apps simultaneously and keep up-to-date with real-time notifications and unread badges. Wavebox brings calm to your daily cloud app chaos.
  • Focus on what's important: Declutter your desktop by having everything in one place, and use 'mute' across all apps when you need time to concentrate.
  • Better than a browser: Unlike browser tabs which work independently, Wavebox brings everything together as a single suite of web apps. It's faster, more secure and uses less processing power.

Install Wavebox and use for free with 2 Gmail/Inbox accounts. Then upgrade to Pro to add more apps, services and features. Join thousands of individuals and teams who now spend their days in Wavebox.

Why not give it a try at wavebox.io


Wavebox is built using Electron, React and Flux. It supports Gmail, Google Inbox, Outlook, Office 365, Slack, Trello & more.

Download Wavebox

Wavebox is available to download for macOS, Windows & Linux (tar & deb). Precompiled downloads are available from our downloads page https://wavebox.io/download.

If you're interested in finding out what's changed between each version you can take a look at the changelog

Building Wavebox

Here's how to build Wavebox from source.

Prerequisites

Before you get started you'll need the following

  • Python 2.7
  • Nodejs 8.9.3
  • Wavebox API Key
    • Download & install Wavebox for free
    • Go to Settings and then the Wavebox Pro Tab
    • In the top right if you see login, login for free otherwise continue to the next step
    • In the top right click your email address and choose Developers
    • Under the API Key section you can get your API Key

Additional Prerequisites (windows)

  • windows-build-tools available through npm install -g windows-build-tools

Build Configuration

Once you've cloned the repository you will need to add your Wavebox API Key to the repository. This key will ensure that the client can talk to Google, Microsoft etc without needing to configure each one individually. Create a file in src/shared/credentials.js and in it place

module.exports = { API_KEY: 'your_api_key' }

Dependencies & Running

  • To install all Wavebox npm dependencies: npm install; npm run install:all
  • To recompile native modules: npm run rebuild:electron
  • To run compile and run the app: npm start

About

Wavebox lets you bring all your web communication tools together for faster, smarter working. Gmail, Google Inbox, Outlook, Office 365, Slack, Trello & more

License:Mozilla Public License 2.0


Languages

Language:JavaScript 97.1%Language:HTML 2.8%Language:CSS 0.1%