Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io
Your client for Gmail, Outlook, O365, Trello, Slack & more!
Wavebox is the clever new home for cloud apps on macOS, Linux & Windows bringing Gmail, Outlook, O365, Trello, Slack & over 1000 more apps into a configurable client.
This is the home of the Electron-based Wavebox Classic. The team behind Wavebox have been busy working on a completely new 100% Chromium version of Wavebox, which we are calling Wavebox 10. It includes some amazing new features such as...
Part of this transformation is down to the fact that we have moved away from Electron to a direct Chromium foundation. It's a massively exciting move that allows Wavebox to grow and evolve.
Want to know more about the technical changes? Find out more about the move to Chromium
Already a user? Check our handy migration guide
Want to know more about Wavebox? Visit our homepage
Wavebox is available to download for macOS, Windows & Linux on our downloads page https://wavebox.io/download.
Your client for Gmail, Outlook, O365, Trello, Slack & more!
Wavebox is the clever new home for cloud apps on macOS, Linux & Windows bringing Gmail, Outlook, O365, Trello, Slack & over 1000 more apps 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.
Install Wavebox and use for free with 2 Gmail 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 Classic is built using Electron, React and Flux. It supports Gmail, Google, Outlook, Office 365, Slack, Trello & over a 1000 other apps.
Before you get started you'll need the following
npm install -g windows-build-tools
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.jsand in it place
module.exports = { API_KEY: 'your_api_key' }
npm install; npm run install:all
npm run rebuild:electron
npm start