Peer-to-peer file transfers in the browser

FilePizza, created by Alex Kern & Neeraj Baid, allows for peer-to-peer file transfers in your browser using WebRTC technology. Unlike other services, FilePizza skips the initial upload step and sends files directly from the uploader to the downloader’s browser, ensuring speed, privacy, and security. Version 2 introduces a new UI with dark mode, support for mobile browsers, and the ability to monitor and stop transfers. Users can upload multiple files at once, stream downloads, and utilize password protection. Files are encrypted using public-key cryptography, with the option to add an extra layer of security with a password. Excitingly, FilePizza is open-source under the BSD 3-Clause license.

https://github.com/kern/filepizza

To top