BenHerbst / hamsket

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hamsket

Hamsket

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

GNU GPL v3 Gitter Release Nightly

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

WhatsApp

Messenger

Skype

Slack

Hangouts

Telegram

WeChat

Gmail

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

Element

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


About

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

License:GNU General Public License v3.0


Languages

Language:JavaScript 66.7%Language:CSS 29.2%Language:SCSS 4.0%Language:HTML 0.1%Language:Ruby 0.0%Language:Python 0.0%