WifiX Documentation
WifiX is a local-network file sharing application for moving files between nearby devices without cloud storage, accounts, or manual USB transfers. A device becomes the host, shares a LAN link or QR code, and nearby clients open that link to request access and download shared files.
Current Product Shape
WifiX is currently maintained in two app targets:
Target |
Backend |
Purpose |
|---|---|---|
Windows desktop |
Python backend packaged as a Tauri sidecar |
Full desktop app with automatic backend startup |
Android mobile |
Rust backend embedded in the Tauri mobile app |
Mobile host/client testing and LAN sharing from Android |
Browser client |
Connects to the active host over HTTP on the LAN |
Opens the WifiX interface from the shared link |
Key Capabilities
Host files from the desktop app or Android app on the same local network.
Share a direct LAN URL and QR code with nearby devices.
Require host approval before clients connect.
Upload files with progress feedback.
Add optional per-file PIN protection before upload.
View shared files from a browser, desktop app, or mobile app.
Run the Windows desktop backend automatically when the packaged app starts.
Use a native Android build with an embedded Rust backend for mobile hosting.
Quick Start
For normal users, install the latest release from GitHub:
Download the Windows installer,
WifiX-Desktop-Windows-Setup.exe.Install and open WifiX on the host computer.
Click Become Host.
Share the displayed LAN link or QR code.
On another device, open the link and click Connect as Client.
Approve the request on the host, then share or download files.
For Android testing, install the debug APK from the release assets or with ADB:
adb install -t -r -d WifiX-Mobile-Android-Debug.apk
Note
WifiX is designed for trusted local networks. It does not provide a public internet relay by default. Devices must be on the same LAN unless a separate relay/cloud layer is added later.
Documentation Contents
Getting Started
API Reference
Development
Help and Reference
Repository and Support
Repository: github.com/mehmoodulhaq570/WifiX
Issues: GitHub Issues
Discussions: GitHub Discussions
License: License