Форк 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 01dceeb383
Update electron-builder and mocha because of https://www.npmjs.com/advisories/813.
6 years ago
.github Remove references to `app watch`, as this never made sense. 6 years ago
.sencha Update Sencha bits to need 6.7.0, update README. 6 years ago
.vscode Add debug task, add sensible defaults for Visual Studio Code. 6 years ago
app Fix incorrect js_unread using indexing. 6 years ago
electron Fix tab shortcuts for MacOS, add another shortcut to tab with. 6 years ago
ext Update Sencha bits to need 6.7.0, update README. 6 years ago
overrides Rename project to Rambox-OS to disambiguate from upstream. 7 years ago
packages/local/rambox-default-theme Remove the 'remove all services' button theming so it actually shows up. 7 years ago
resources fix(slack): replace icon 6 years ago
sass Removed bootstrap files 9 years ago
test Rename project to Rambox-OS to disambiguate from upstream. 7 years ago
.editorconfig Add missing yml rule in .editorconfig 7 years ago
.gitignore Add bootstrap.jsonp to .gitignore 7 years ago
Backers.md New backer 8 years ago
CONTRIBUTING.md Remove references to `app watch`, as this never made sense. 6 years ago
LICENSE Changed to GPL v3 9 years ago
README.md README: Consistently reformat. 6 years ago
app.js WebView: Several different cleanups. Fix zoom level logic. Restore zoom level on start. 6 years ago
app.json Update Sencha bits to need 6.7.0, update README. 6 years ago
build.xml Initial app 9 years ago
index.html CSP: fix custom icons. Remote loading of https 7 years ago
languages.js Removed unused lib 8 years ago
masterpassword.html Partially revert da64582cf3. App.quit should work again. 6 years ago
package-lock.json Update electron-builder and mocha because of https://www.npmjs.com/advisories/813. 6 years ago
package.json Update electron-builder and mocha because of https://www.npmjs.com/advisories/813. 6 years ago
workspace.json npm audit is very upset about the state of the repo, fix it. 7 years ago

README.md


Rambox-OS
Rambox-OS, soon to be renamed to Hamsket.

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

GNU GPL v3 Gitter Release

Nightly build artifacts are available in Windows (Win64), Mac (DMG / App) and Linux (AppImage64 / RPM64 / DEB64 / Tarball64) packaging flavors.
Logo designed by Andriy Yurchenko
Original rambox by Ramiro Saenz

Table of Contents


Screenshot

Rambox-OS


Services available - 97

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 Webex Teams 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-OS 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.
  • Passive mouse/touch event listeners by default.
  • Lowered timer granularity to save CPU time by default.
  • No user tracking.
  • Fully open source, won't change
  • Highly responsive to issues, PRs, and help.
  • Offline backup and restore.

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! ;)

Auth0 is disabled pending name change and rewrite of the functionality to best preserve your security and functionality.


Donations

Keep in mind, I'm not pushing this. I'll do my best regardless.

Type URL/Wallet
GoFundMe https://www.gofundme.com/rambox-os
Bitcoin 36SxZeQ5dA7Dn6pSmYWcvvmnkEeh8LdgmJ
Bitcoin Cash qqslp2vuamhmsp59u49dq89kwky2yj23nqmjr4mdgj
Ethereum 0xa085d5F736f2D7D210261879e183e5bf870Eae5f
Litecoin MKzytRHYHQTS3qrq2zCggEzSNG3HTbBXZL

Compiling

To build your own copy, you need:

These need to be added to your PATH.

git clone https://github.com/TheGoddessInari/rambox.git
cd rambox
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: 32-bit 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
npm install
npm start

See Contributing.md for more detailed information about getting set up.


Disclosure

Rambox-OS is not affiliated with any of the messaging apps offered.


License

GNU GPL v3