Skip to content

v1.6.0.2

Choose a tag to compare

@GeorgeEnglezos GeorgeEnglezos released this 27 Dec 15:38
· 117 commits to main since this release

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

  1. Download scrcpy-gui-windows-v1.6.0.2.zip
  2. Extract the zip file
  3. Run scrcpy_gui_prod.exe

macOS

  1. Download scrcpy-gui-macos-v1.6.0.2.zip
  2. Extract the zip file
  3. Follow the included installation instructions
  4. On first launch, right-click the app and select "Open" to bypass Gatekeeper

macOS

  1. Download scrcpy-gui-macos-v1.6.0.2.zip
  2. Extract the zip file
  3. Open Terminal and navigate to the extracted folder
  4. 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 scrcpy or choco install scrcpy
    • macOS: brew install scrcpy
    • Linux: sudo apt install scrcpy
  • 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