Releases: paradox-solver/FileBridge
Releases · paradox-solver/FileBridge
🚀 FiBridge v1.0.0 Release (for Windows)
FiBridge is a local web application for secure and convenient file/data sharing between PC and mobile devices—no USB, no Bluetooth, no extra apps required!
- ✨ Highlights
- 📱 Transfer text, images (draw/sign), and files between PC and mobile
- 🔒 HTTPS support with self-signed certificates
- 🖼️ Remote drawing/signature: sign on your phone, save on your PC
- 📤 File Share: send files from PC to mobile browser
- 📥 File Fetch: upload files from mobile to PC
- 🧑💻 Cross-platform: Windows & Linux supported, work for iOS & Android
- 🛠️ Simple setup, no installation needed, no admin privileges needed
📝 Setup Instructions
- Download and extract the release
FiBridge_v1.0.0_x64_win.zip. No installation needed. - Generate SSH certificates (necessary for local
httpsservices).- Open a command prompt in the root directory (where
FiBridge_v1.0.0_x64_win.exeis located) and run:
cd _internal scripts\generate_cert.bat- Follow the prompts to enter country, email, etc. Press Enter for defaults.
- After completion, certificates (
cert.pemandkey.pem) for HTTPS features will be generated in the_internal/directory.
- Open a command prompt in the root directory (where
- Double click
FiBridge_v1.0.0_x64_win.exeto start the app. If prompted withUnknown Softwarenotices, click "Run Anyway". - Open the "About" tab in the app, and click "Open Help Document" for how to use the app.
- (Optional) Potrace is needed when saving QR code, drawing, or signatures to vectors. Install it from http://potrace.sourceforge.net. Make sure its installation path is added to your system's PATH environment variable.
⚠️ Notes
- If certificates are missing, HTTPS features (like remote scan) will not work. Make sure the two
.pemfiles mentioned above exist in the_internal/folder. Otherwise, followREADME.txtto regenerate. - The app completely runs on local machine and has no access to the Internet. Feel free to click "Run Anyway" when Windows prompts "Unknown Software" notices and give it access to local & public network access when asked.
- Since using self-signed SSL certificates, your browser may prompt that the connection is in risk. Feel free to "ignore" or "proceed anyway" after selecting "advanced options". No actual risk is involved if you generated the certificate by your own and if you run the app locally.
Thank you for using FiBridge!
Feel free to star ⭐ the repo, report bugs, or suggest features!