Hamsket TheGoddessInari
winget install --id=TheGoddessInari.Hamsket -e
FOSS messaging and emailing app that combines common web applications into one
README
Hamsket
Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.
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
- Table of Contents
- Screenshot
- Services available - 95
- Features
- Privacy
- Donations
- Compiling
- Contributing
- Quickstart
- Disclosure
- License
Screenshot
Services available - 95
Features
- [ ] Multi-language.
- [ ] Sync your configuration between multiple computers.
- [x] Master Password.
- [x] Lock Hamsket if you will be away for a period of time.
- [x] Don't disturb mode.
- [x] Reorder applications in the tab bar.
- [x] Notification badge in the tab.
- [x] Minimize to tray.
- [x] Mute audio to specific service.
- [x] Separate tabs floating to the right.
- [x] Disable a service instead of remove it.
- [x] Start automatically on system startup.
- [x] Custom Javascript injection.
- [x] Custom CSS injection.
- [x] Keyboard Shortcuts.
- [x] Proxy.
- [x] Passive mouse/touch event listeners by default.
- [x] Lowered timer granularity to save CPU time by default.
- [x] No user tracking.
- [x] Fully open source, won't change
- [x] Highly responsive to issues, PRs, and help.
- [x] 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 | | --------------------| :----------------------------------------------: | | GitHub Sponsors | https://github.com/sponsors/TheGoddessInari/ |
Compiling
To build your own copy, you need:
- An 8.0 version of the Java SE Development Kit.
- Ruby >2.3 && <3.0.
- Sencha CMD 6.7.0 or newer, and to install it with the Compass extension.
- NodeJS 14.x or newer with npm.
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.