Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramboxapp/community-edition
Free and Open Source messaging and emailing app that combines common web applications into one.
https://github.com/ramboxapp/community-edition
custom-services discord email facebook-workplace gmail hangouts hipchat icloud inbox linux macos messenger microsoft-teams outlook skype slack telegram tweetdeck whatsapp windows
Last synced: 3 months ago
JSON representation
Free and Open Source messaging and emailing app that combines common web applications into one.
- Host: GitHub
- URL: https://github.com/ramboxapp/community-edition
- Owner: ramboxapp
- License: gpl-3.0
- Archived: true
- Created: 2016-04-12T18:27:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T20:52:34.000Z (over 2 years ago)
- Last Synced: 2024-05-18T17:55:07.689Z (8 months ago)
- Topics: custom-services, discord, email, facebook-workplace, gmail, hangouts, hipchat, icloud, inbox, linux, macos, messenger, microsoft-teams, outlook, skype, slack, telegram, tweetdeck, whatsapp, windows
- Language: JavaScript
- Homepage: https://rambox.app
- Size: 24.3 MB
- Stars: 6,341
- Watchers: 144
- Forks: 799
- Open Issues: 260
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - ramboxapp/community-edition - Free and Open Source messaging and emailing app that combines common web applications into one. (JavaScript)
- Awesome - Rambox - Free and Open Source messaging and emailing app that combines common web applications into one. (Communication and Collaboration Tools)
- awesome-starred-test - ramboxapp/community-edition - Free and Open Source messaging and emailing app that combines common web applications into one. (JavaScript)
- open-source-mac-os-apps - Rambox - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon] (Applications / Mail)
- awesome-repositories - ramboxapp/community-edition - Free and Open Source messaging and emailing app that combines common web applications into one. (JavaScript)
- awesome-engineering-management - Rambox
- open-source-mac-os-apps - Rambox - Cross Platform messaging and emailing app that combines common web applications into one. ![javascript_icon] ![css_icon] (Applications / Mail)
- jimsghstars - ramboxapp/community-edition - Free and Open Source messaging and emailing app that combines common web applications into one. (JavaScript)
- awesome-starred - ramboxapp/community-edition - Free and Open Source messaging and emailing app that combines common web applications into one. (discord)
README
# EOL
The Community Edition of Rambox is no longer maintained. We highly recommend that you update to the new version of Rambox, which has a FREE plan with all the features you already use and much more!Visit: https://rambox.app/download
Thank you so much for all the users who contribute to this project all these years.
[Read our blog post to know more about our new Rambox.](https://rambox.medium.com/hello-2022-hello-new-rambox-4bdef5d6c3b8)
---
Rambox CE
Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.
Available for Windows, Mac and Linux.
Logo designed by Andriy Yurchenko
---
## Table of Contents
- [Screenshot](#screenshot)
- [Apps available](#apps-available)
- [Features](#features)
- [Privacy](#privacy)
- [Donations](#donations)
- [Translations](#translations)
- [Install on Linux - Steps](#install-on-linux---steps)
- [Contributing](#contributing)
- [Quickstart](#quickstart)
- [Disclosure](#disclosure)
- [Licence](#licence)---
## Screenshot
![Rambox](./resources/screenshots/mac.png)
## Apps available
Visit our website https://rambox.app/#apps and select the "Community-Edition" filter to see all the apps available.
## 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 Code Injection.
- [x] Keyboard Shortcuts.
- [x] Proxy.
- [x] Switch from horizontal to vertical tab bar.## Privacy
No personal information will be saved
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 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 |
| ---------------- | :----------------------------------------------------------------------------------------: |
| Credit Cards | [HERE](https://rambox.app/donate.html) |
| Cryptocurrencies | [HERE](https://www.vaulty.io/v/b6480279-af28-4855-868c-17e5cb0ae7fa) |## Translations
Help us translate Rambox on .
## [Install on Linux - Steps](https://github.com/ramboxapp/community-edition/wiki/Install-on-Linux)
## [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/saenzramiro/rambox.git
cd rambox
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/ramboxapp/community-edition/blob/master/LICENSE)