Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TheGoddessInari 43cabea4d1 Finish ripping out squirrel, and fix notifications for NSIS. 7 years ago
.github Try to make a proper fork. 7 years ago
.sencha Sencha update. 7 years ago
app Fix discord badge updates. This is probably incomplete. 7 years ago
electron Finish ripping out squirrel, and fix notifications for NSIS. 7 years ago
ext Update ext-locale-de.js 9 years ago
overrides Increases scrolling steps and adds scrolling animations to the tab bar. #424 9 years ago
packages/local/rambox-default-theme Changed style for footer statusbar 8 years ago
resources Overhaul badge updating. 7 years ago
sass Removed bootstrap files 9 years ago
test Adds test dependencies and refactors test structure. 8 years ago
.editorconfig Add missing yml rule in .editorconfig 7 years ago
.gitignore ignore 8 years ago
.travis.yml CI: Travis updated OSX, downgrade xcode. 7 years ago
Backers.md New backer 8 years ago
CONTRIBUTING.md Merge branch 'tighten_security' 7 years ago
LICENSE Changed to GPL v3 9 years ago
README.md Deprecate automated 32-bit builds and switch to NSIS. 7 years ago
app.js Remove ancient unused electron-cookies. 7 years ago
app.json Output ES6. 7 years ago
appveyor.yml Deprecate automated 32-bit builds and switch to NSIS. 7 years ago
build.xml Initial app 9 years ago
env-sample.js Removed Firebase from env 8 years ago
index.html Rip out more upstream tracking: signalayer was still getting injected. 7 years ago
languages.js Removed unused lib 8 years ago
masterpassword.html Clearing password text field after inserting wrong password 7 years ago
package-lock.json Deprecate automated 32-bit builds and switch to NSIS. 7 years ago
package.json Finish ripping out squirrel, and fix notifications for NSIS. 7 years ago
workspace.json npm audit is very upset about the state of the repo, fix it. 7 years ago

README.md


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), Mac (DMG) and Linux (AppImage64 / RPM64 / DEB64 / Tarball64) packaging flavors.
Logo designed by Andriy Yurchenko
Original rambox by Ramiro Saenz

Table of Contents


Screenshot

Rambox

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 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

  • 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:

  • An 8.0 version of the Java SE Development Kit.
  • 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 repack:win64

You can substitute win64 for linux32, linux64, win32, or osx as desired. This will create an unpacked directory in 'dist' for testing.

npm run setup

This step instead of repack will create an installer appropriate to your platform in 'dist'. You can place unpacked files over where the installers normally place their files for development/testing purposes.

NOTE: Win32 builds are deprecated by electron-builder and are 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.

Licence

GNU GPL v3