A secure, zero-cloud-storage, direct peer-to-peer file sharing tool that works globally. The website is entirely static (perfect for GitHub Pages), and the local Python companion serves files securely from your PC.
Note
You can compile share.py into a portable .exe file so your users can run it instantly without needing Python installed.
- Install PyInstaller:
pip install pyinstaller- Compile the script:
pyinstaller --onefile --name DirectConnect share.py- Once finished, you will find DirectConnect.exe inside the newly created dist/ directory. You can distribute this single executable directly to your users!
-
Host: Run the DirectConnect executable on your PC.
-
Secure: Enter any session password and provide the file you wish to share.
-
P2P Channel: The companion launches your browser, which hooks up with a secure WebRTC signaling gateway.
-
Share: Copy the generated global link and send it to your recipient.
-
Download: The recipient opens the link, inputs the password, and streams the file directly from your machine.
Warning
Still havent Scanned it yet. source code is here if you dont trust the exe