- cross-posted to:
- rust
- cross-posted to:
- rust
This is an automated archive made by the Lemmit Bot.
The original was posted on /r/opensource by /u/Rare_Squash93 on 2025-11-02 08:05:33+00:00.
Hi all,
I built a simple open-source desktop application that lets you connect to the other person directly and share files without storing it in intermediary servers.
Send files within local network or anywhere on the internet.
Sender drag and drop file, get ticket, share it with receiver and transmission goes through when receiver paste ticket in receiving end.
Peer-to-peer networking and encryption is enabled by Iroh
-
No Account requirement
-
Encrypted transfer ( using QUIC + TLS 1.3 )
-
Fast - as fast as LocalSend for local transfers, for internet transfers I have observed 4 MBPS so far (my network is meh)
-
Interoperable with sendme CLI tool
-
Built with Tauri
You must log in or register to comment.

