Форк 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 8f17ec4368
Update electron to 8.2.0.
5 years ago
.github Create FUNDING.yml 5 years ago
.sencha Update Sencha bits to need 6.7.0, update README. 6 years ago
.vscode Change default editor config: move to single quotes. 5 years ago
app Add Firefox user agent to other supported Google services. 5 years ago
electron Make sure url in 'image:download' is always a string. 5 years ago
ext Update Sencha bits to need 6.7.0, update README. 6 years ago
overrides Rename baseline from Rambox-OS to Hamsket. 6 years ago
packages/local/hamsket-default-theme Rename baseline from Rambox-OS to Hamsket. 6 years ago
resources Change back to electron-context-menu. Add spell-check results. 5 years ago
sass Rename baseline from Rambox-OS to Hamsket. 6 years ago
test Rename baseline from Rambox-OS to Hamsket. 6 years ago
.editorconfig Change default editor config: move to single quotes. 5 years ago
.eslintignore Add .eslintignore 6 years ago
.gitignore Rename baseline from Rambox-OS to Hamsket. 6 years ago
Backers.md New backer 8 years ago
CONTRIBUTING.md Rename baseline from Rambox-OS to Hamsket. 6 years ago
LICENSE Changed to GPL v3 9 years ago
README.md README: Fix dependencies link. 5 years ago
app.js Reimplement Ctrl/Cmd+1..9 shortcuts. 6 years ago
app.json Rename baseline from Rambox-OS to Hamsket. 6 years ago
build.xml Rename baseline from Rambox-OS to Hamsket. 6 years ago
electron-builder.json Unify package.json and add electron-builder.json. 5 years ago
index.html Rename baseline from Rambox-OS to Hamsket. 6 years ago
languages.js Removed unused lib 8 years ago
masterpassword.html Rename baseline from Rambox-OS to Hamsket. 6 years ago
package-lock.json Update electron to 8.2.0. 5 years ago
package.json Update electron to 8.2.0. 5 years ago
workspace.json npm audit is very upset about the state of the repo, fix it. 7 years ago

README.md

Hamsket

Hamsket

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

GNU GPL v3 Gitter Release

DevOps Build DevOps Deployment Dependencies DevDependencies

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

Hamsket


Services available - 95

WhatsApp Messenger Skype Slack Hangouts Telegram WeChat Gmail Inbox HipChat 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 Android Messages














































Features

  • Multi-language.
  • Sync your configuration between multiple computers.
  • Master Password.
  • Lock Hamsket 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 Hamsket, 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/Hamsket

Compiling

To build your own copy, you need:

These need to be added to your PATH.

git clone https://github.com/TheGoddessInari/hamsket.git
cd hamsket
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 Hamsket? We need all the help we can get! Fork and work!


Quickstart

git clone https://github.com/TheGoddessInari/hamsket.git
cd hamsket
npm install
npm start

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


Disclosure

Hamsket is not affiliated with any of the messaging apps offered.


License

GNU GPL v3