|
7 years ago | |
---|---|---|
.github | 7 years ago | |
.sencha | 7 years ago | |
app | 7 years ago | |
electron | 7 years ago | |
ext | 9 years ago | |
overrides | 9 years ago | |
packages/local/rambox-default-theme | 8 years ago | |
resources | 7 years ago | |
sass | 9 years ago | |
test | 8 years ago | |
.editorconfig | 7 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 7 years ago | |
Backers.md | 8 years ago | |
CONTRIBUTING.md | 7 years ago | |
LICENSE | 9 years ago | |
README.md | 7 years ago | |
app.js | 7 years ago | |
app.json | 7 years ago | |
appveyor.yml | 7 years ago | |
build.xml | 9 years ago | |
env-sample.js | 8 years ago | |
index.html | 7 years ago | |
languages.js | 8 years ago | |
masterpassword.html | 7 years ago | |
package-lock.json | 7 years ago | |
package.json | 7 years ago | |
workspace.json | 7 years ago |
README.md
Rambox
Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.
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
- Services available - 98
- Features
- Privacy
- Donations
- Translations
- Compiling
- To Do
- Contributing
- Quickstart
- Disclosure
- Licence
Screenshot
Services available - 98































































































Features
- Multi-language.
- Sync your configuration between multiple computers.
- Master Password.
- Lock Rambox if you will be away for a period of time.
- Don't disturb mode.
- Reorder applications in the tab bar.
- Notification badge in the tab.
- Minimize to tray.
- Mute audio to specific service.
- Separate tabs floating to the right.
- Disable a service instead of remove it.
- Start automatically on system startup.
- Custom Javascript injection.
- Custom CSS injection.
- Keyboard Shortcuts.
- Proxy.
Privacy
No personal information will be saved or tracked.
Sessions will persist using the partition:persist 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 |
---|---|
I'll think about it later. |
Compiling
To build your own copy, you need:
- A recent version of the Java SE Development Kit. 8.0 may be needed on some platform configurations.
- A recent version of Ruby.
- A recent version of Sencha CMD, and to install it with the Compass extension.
- A recent version of NodeJS with npm. These need to be added to your PATH.
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
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:
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 for more detailed information about getting set up.
Disclosure
Rambox is not affiliated with any of the messaging apps offered.