Releases: zenineasa/HexHoot
HexHoot v1.0.4
An Opensource Peer-to-peer communication platform with Zero-Knowledge-Proof based authentication. This release is aimed at making HexHoot work in small intranet connections. This means that, you can still communicate using HexHoot even if the internet is down, provided that the network is not too large.
The key takewaway in this release is the new and improved login/signup mechanism. HexHoot now calculate private key as a function of username and password; it is no longer a randomly generated hexadecimal data, rather it is well-determined based on user inputs.
Packages for different operating systems
- For Linux:
- RPM: hexhoot-1.0.4-1.x86_64.rpm
- Debian: hexhoot_1.0.4_amd64.deb
- For macOS:
- Intel: HexHoot-1.0.4-x64.dmg
- Apple silicon: HexHoot-1.0.4-arm64.dmg
- For Windows:
New in this release
- New and improved login/signup mechanism
- Removing dependency on Tone.js
- Dependency updates
- Bug fixes
Full Changelog: v1.0.3...v1.0.4
Visit website: https://hexhoot.com
HexHoot v1.0.3
An Opensource Peer-to-peer communication platform with Zero-Knowledge-Proof based authentication. This release is aimed at making HexHoot work in small intranet connections. This means that, you can still communicate using HexHoot even if the internet is down, provided that the network is not too large.
We now have direct distributable packages for Linux, macOS and Windows. However, we still encourage people to directly use our source code.
Packages for different operating systems
- For Linux:
- RPM: hexhoot-1.0.3-1.x86_64.rpm
- Debian: hexhoot_1.0.3_amd64.deb
- For macOS:
- Intel: HexHoot-1.0.3-x64.dmg
- Apple silicon: HexHoot-1.0.3-arm64.dmg
- For Windows:
New in this release
- Basic intranet communication
- Emoji support
- Bug fixes
Full Changelog: v1.0.2...v1.0.3
HexHoot v1.0.2
An Opensource Peer-to-peer Social Network with Zero-Knowledge-Proof based authentication. This release is aimed at making HexHoot more friendlier for non-developers to use. You no longer have to download our source code or manually install NodeJS to run HexHoot; however you could still do this if you are interested. Here we release packaged versions for Linux, macOS and Windows.
Packages for different operating systems
- For Linux:
- RPM: hexhoot-1.0.2-1.x86_64.rpm
- Debian: hexhoot_1.0.2_amd64.deb
- For macOS:
- Intel: hexhoot-1.0.2-x64.dmg
- ARM: hexhoot-1.0.2-arm64.dmg
- For Windows:
Features included
- Zero-knowledge-proof based login
- Create and update profile information
- Add friend
- Chat with friends
New in this release
- Language support for German, French and Italian
- Direct installers for Linux, macOS and Windows
Full Changelog: v1.0.1...v1.0.2
HexHoot v1.0.1
How to use HexHoot
As a prerequisite to using Hexhoot, you would need to install Node.js on your computer. The following link would help you with the same.
https://nodejs.dev/en/download/
After that, you simply have to open your Terminal / CMD, go to the directory where you downloaded this source code and run the following commands:
npm install
npm start
Features included
- Zero-knowledge-proof based login
- Create and update profile information
- Add friend
- Chat with friends
Changes between v1.0.0 and v1.0.1
- Bug fixed: unable to edit profile
- Corrected the favicon path
HexHoot v1.0.0
How to use HexHoot
As a prerequisite to using Hexhoot, you would need to install Node.js on your computer. The following link would help you with the same.
https://nodejs.dev/en/download/
After that, you simply have to open your Terminal / CMD, go to the directory where you downloaded this source code and run the following commands:
npm install
npm start
Features included
- Zero-knowledge-proof based login
- Create and update profile information
- Add friend
- Chat with friends