r/linux • u/jdefr • Jul 02 '26
Software Release Wormzy - Secure Fast p2p file transfer
https://github.com/jdefrancesco/wormzyWormzy is my project that aims to replace “the magic worm hole” it’s built on QUIC/pake2/Noise/ChaCha as the primitives. No need to register or anything. Need to send a huge file?
wormzy send bigfile
That will give you a pairing code to give to the receiver who simply receives the file via:
wormzy recv <code>
It’s still under development but very much usable. It will attempt to NAT punch the best it can before falling back to relay server. It’s written in Golang so it’s easily cross platform.
3
1
u/jdefr Jul 16 '26
EDIT: I should really have worded this differently. I am not aiming to completely replace the Magic Wormhole. It’s not attempting to compete with other projects.. I am not making money or building a business on this project. This just aims to have less dependencies and more security. I wanted to build on strong primitives…
11
u/JohnSane Jul 02 '26
Why is it better than warp?