Android ADB Screen Sharing Application
A fast and lightweight tool to mirror your Android device's screen to your computer using ADB.
Version | Latest | Stable |
---|---|---|
1.0 | ✅ | ✅ |
- Real-time Screen Streaming – Mirror your Android device’s screen directly to your PC.
- Local TCP Server – Streams are accessible via a simple local TCP server.
- Lightweight – No heavy dependencies used.
- Minimal Latency – Uses MJPEG/TCP streaming for smooth playback.
- No Root Required – Works on any Android device with USB debugging enabled.
- Open Source – Fully customizable for developers to extend or integrate: Source code.
-
Download Streamify
Grab the latest release of the Streamify desktop application from the Releases page. -
Install ADB (Android Debug Bridge)
Download and install the official Android SDK Platform Tools (ADB).
Make sureadb
is available in your system PATH. -
Enable USB Debugging on Your Device
- Go to Settings > Developer Options on your Android phone.
- Enable USB Debugging.
-
Connect Your Device
Plug your phone into your PC using a USB/Type-C cable (or any cable that supports data transfer).
Allow USB debugging authorization when prompted. -
Run Streamify on Your PC
- Launch the Streamify desktop app.
- On first launch, it will automatically install the Streamify Android client on your device via ADB.
-
Grant Permissions on Your Phone
When the Streamify app opens on your Android device, grant the screen sharing permission in the pop-up dialog. -
Start Streaming
Once permissions are granted, Streamify will begin mirroring your device.
MIT License — feel free to use, modify, and share.
PRs are welcome! You can help