Rambox
Rambox

Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.

GNU GPL v3 Gitter Release

Travis CI AppVeyor CI

Latest unstable build artifacts are available in Windows ( Win64 / Win32 ), Mac (DMG) and Linux ( AppImage64 / AppImage32 / RPM64 / RPM32 / DEB64 / DEB32 / Tarball64 / Tarball32 ) packaging flavors.
Logo designed by Andriy Yurchenko
Original rambox by Ramiro Saenz
---------- ## Table of Contents - [Screenshot](#screenshot) - [Services available - 89](#services-available---95) - [Features](#features) - [Privacy](#privacy) - [Donations](#donations) - [Translations](#translations) - [Compiling](#compiling) - [To Do](#to-do) - [Contributing](#contributing) - [Quickstart](#quickstart) - [Disclosure](#disclosure) - [Licence](#licence) ---------- ## Screenshot ![Rambox](./resources/screenshots/mac.png) ## Services available - 98 WhatsApp Messenger Skype Slack Hangouts Telegram WeChat Gmail Inbox HipChat Allo ChatWork GroupMe Grape Gitter Steam Discord Noysi Outlook Outlook 365 TutaNota Hushmail BearyChat Aol Sync Wire Rocket Chat Missive Yahoo! Mail Ryver Yandex Mail Dasher DingTalk FlowDock Mattermost Voxer Glip Yahoo! Messenger mysms ICQ TweetDeck Zinc FreeNode MightyText Zoho Email Zoho Chat Roundcube Horde SquirrelMail Zimbra Hootsuite Amium RainLoop iCloud Mail IRC Cloud Kiwi IRC Smooch Crisp Flock Openmailbox Typetalk Drift Cisco Spark Fleep Socialcast Riot Pushbullet Movim Kaiwa Zyptonite LinkedIn The Lounge Kezmo Teams Xing Workplace FastMail Hibox Jandi Threema Messenger for Pages VK Messenger Mastodon Teamwork Chat ClockTweets Intercom Voice Sandstorm Gadu-Gadu Mail.Ru Kune Zulip Stride Hangouts Chat Messenger for Business











































## Features - [x] Multi-language. - [x] Sync your configuration between multiple computers. - [x] Master Password. - [x] Lock Rambox if you will be away for a period of time. - [x] Don't disturb mode. - [x] Reorder applications in the tab bar. - [x] Notification badge in the tab. - [x] Minimize to tray. - [x] Mute audio to specific service. - [x] Separate tabs floating to the right. - [x] Disable a service instead of remove it. - [x] Start automatically on system startup. - [x] Custom Javascript injection. - [x] Custom CSS injection. - [x] Keyboard Shortcuts. - [x] Proxy. ## Privacy No personal information will be saved or tracked. Sessions will persist using the [partition:persist](https://electronjs.org/docs/api/webview-tag#partition) attribute for Webviews. So every time you open Rambox, your sessions will keep alive until you remove the service. Sync feature use [Auth0](https://auth0.com/) for Single Sign On & Token Based Authentication and to store the services that user is using (and the configuration for each service). You are always welcome to check the code! ;) ## Donations | Type | URL/Wallet | |--------------------|:------------------------------------------------------------------------------------------:| I'll think about it later. ## Compiling To build your own copy, you need: - A recent version of the [Java SE Development Kit](http://www.oracle.com/technetwork/java/javase/downloads/index.html). 8.0 may be needed on some platform configurations. - A recent version of [Ruby](https://www.ruby-lang.org/en/downloads/). - A recent version of [Sencha CMD](https://www.sencha.com/products/extjs/cmd-download/), and to install it with the Compass extension. - A recent version of [NodeJS](https://nodejs.org/en/download/) with npm. These **need** to be added to your PATH. ```shell git clone https://github.com/TheGoddessInari/rambox.git cd rambox cp env-sample.js env.js # update env.js with your auth0 details. npm install npm run setup:win64 ``` You can substitute win64 for linux32, linux64, win32, or osx as desired. This will create installers appropriate to your platform in dist. Win32 builds are **deprecated** by electron-builder and is likely to be removed at some point in the future. ## [Contributing](./CONTRIBUTING.md) Want to report a bug, request a feature, contribute to or translate Rambox? We need all the help we can get! Fork and work! ### Quickstart: ```shell git clone https://github.com/TheGoddessInari/rambox.git cd rambox cp env-sample.js env.js # update env.js with your auth0 details. npm install sencha app watch npm start ``` See [Contributing.md](./CONTRIBUTING.md) for more detailed information about getting set up. ------------------- Disclosure ------------------- Rambox is not affiliated with any of the messaging apps offered. Licence ------------------- [GNU GPL v3](https://github.com/TheGoddessInari/rambox/LICENSE)