Settings

Theme

Show HN: Seal – Open-source P2P encrypted chat in Rust and Tauri

github.com

2 points by emn4tor · 0 comments · 1 min read

Reader

Hey y'all, I've built a completely free open-source p2p Messanger in my free-time. Most 'private' messengers still rely on central server infrastructure to queue and hold messages in an inbox - that makes it a target for metadata or message collection.

With Seal there is NO Server-Side Inbox: Every Message directly travels from peer to peer via libp2p. Every Message is 'sealed' using Olm (1:1) and Megolm for groups via vodozemac The only server needed is a directory server, which purely acts asa short-lived adress lookup table

The Architecture is interesting too, your chat identity is an Ed25519/Curve25519 keypair generated locally, your public ID is simply the key fingerprint.

I'd love to hear your thoughts on the project.

I used Claude to help draft the initial code comments explaining the reasoning behind key architectural decisions, but I manually reviewed, audited, and corrected every single comment.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection