v1.6.0.2
After weeks of development, I'm releasing the Flutter port of Scrcpy GUI. This version brings cross-platform support to Windows, macOS, and Linux users.
macOS and Linux users: Please test thoroughly and report any issues you encounter!
Migration from v1.5.1
The original .NET MAUI version (v1.5.1) served its purpose well for Windows users. While it's no longer maintained, it remains available in the repository for those who prefer it.
If you're upgrading from v1.5.1:
- Your settings will need to be reconfigured (different storage format)
- All features from v1.5.1 are present in v1.6.0
- The UI has been refined but remains familiar
Installation
Download the release for your platform:
Windows
- Download
scrcpy-gui-windows-v1.6.0.2.zip - Extract the zip file
- Run
scrcpy_gui_prod.exe
macOS
- Download
scrcpy-gui-macos-v1.6.0.2.zip - Extract the zip file
- Follow the included installation instructions
- On first launch, right-click the app and select "Open" to bypass Gatekeeper
macOS
- Download
scrcpy-gui-macos-v1.6.0.2.zip - Extract the zip file
- Open Terminal and navigate to the extracted folder
- Run:
chmod +x install.sh && ./install.sh
Prerequisites
Before using Scrcpy GUI, ensure you have:
- scrcpy installed and accessible from command line
- Windows:
scoop install scrcpyorchoco install scrcpy - macOS:
brew install scrcpy - Linux:
sudo apt install scrcpy
- Windows:
- ADB (Android Debug Bridge) - usually included with scrcpy
- USB debugging enabled on your Android device
- Settings → About Phone → Tap "Build Number" 7 times
- Settings → Developer Options → Enable "USB Debugging"
Known Issues
This is a pre-release, so expect some rough edges:
- macOS: Code signing warnings may appear (app is not notarized)
- All platforms: First-launch setup may require additional configuration
Please report any issues on the GitHub Issues page with:
- Your operating system and version
- Steps to reproduce the issue
- Any error messages or screenshots