„A high security P2P-based messenger with end-to-end PGP encryption“
- Intuitive interface
- Realtime responses
- Unhackable (almost - let's say it's "Pretty Good Privacy")
- End-to-end encrypted with ECC PGP keys
- NO server between peers (P2P via WebRTC - only uses broker server)
- Completely anonymous with randomly generated user ID/name
- Free to use (except for donations :) )
- Open source
- clone repository
$ npm install
$ npm run css
$ npm run dev