We've been building fShare in the background for six months. Today, we're launching it publicly โ and we want to explain exactly why we built it and what we believe it stands for.
The problem with file sharing today
File sharing in 2025 is broken in a specific, quiet way. The tools that exist broadly fall into two categories: cloud storage services (Google Drive, Dropbox, OneDrive) and transfer-focused tools (WeTransfer, Send Anywhere). Both categories share a fundamental design assumption: your file goes to their server first, then to your recipient.
That assumption has real consequences. Your files sit on someone else's infrastructure. They're indexed, processed for malware, and stored indefinitely or for days at a time. For business documents, medical records, or personal photos, this is a privacy compromise that most people accept without thinking โ because there seemed to be no alternative.
"The most private file transfer is one where the file never touches a third party's server. WebRTC makes that possible in any modern browser."
Why WebRTC changes everything
WebRTC (Web Real-Time Communication) is a set of open standards that allow browsers to communicate directly with each other. It powers video calls, live collaboration, and multiplayer gaming โ all without files touching a central server. We asked: why isn't anyone using it for file transfer?
fShare uses WebRTC DataChannels to stream file chunks directly from your browser to your recipient's browser. Our servers exist only to help the two browsers find each other โ a process called signaling that involves no file data whatsoever.
What we built
fShare is a progressive web app with four things we care deeply about:
- Zero server storage โ architecturally enforced, not a policy promise
- No file size limits โ chunked transfer handles files of any size
- Free, forever โ we believe access to private file transfer should not require a subscription
- No account required to receive โ your recipient just opens a browser and enters a code
What's next
fShare is live today at fshare.aquilainnovations.in. We'd love to hear how you use it, what frustrates you, and what you'd like to see added. We're building this in the open, and your feedback shapes the roadmap directly.
Welcome to file transfer without the privacy tax.