Dropwire: end-to-end encrypted, no-account P2P file transfer built on iroh (alpha) #4354
muhamadjawdatsalemalakoum
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built Dropwire, a free and open-source desktop app for sending files directly
device-to-device on top of iroh 1.0. Sharing it here because the iroh stack is what
made it feasible and I'd love feedback from people who know the internals.
What it does:
encrypted relay that can't read the bytes (end-to-end encrypted).
download before anything lands on disk.
Stack: Rust core with iroh 1.0 for networking, Tauri v2 for the shell. Relay and DNS
are self-hostable, so you don't have to depend on anyone's infrastructure.
Honest status: it's ALPHA and built solo, so expect rough edges. The installers are
not code-signed yet, so Windows/macOS will show an unknown-publisher warning — that's
expected for now, and the source + build instructions are public so you can build it
yourself. Licensed MIT OR Apache-2.0.
Repo: https://github.com/muhamadjawdatsalemalakoum/dropwire
Site: https://muhamadjawdatsalemalakoum.github.io/dropwire/
Feedback, bug reports, and brutal honesty on the networking design are all welcome.
All reactions