Skip to content

Releases: GeorgeEnglezos/Scrcpy-GUI

v1.7.4 new builds

Choose a tag to compare

@github-actions github-actions released this 07 Jun 21:55

Added flatpak, AppImage and exe builds.
For flatpak and AppImage I tested the core functionality in the Nobara distro, if you find any bugs please report them in the issues.

v1.7.2 Custom Themes

Choose a tag to compare

@github-actions github-actions released this 29 May 21:43

Added themes functionality. It's not exactly what #18 requested but it gives several built-in themes and makes it easier to customize the application's appearance. You can create your own theme by going in the %APPDATA%\ScrcpyGui\color_presets.json and editing the file.

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 09 May 23:51

What's New in v1.7.1

App Drawer

  • Added a toggle for showing system apps
  • Cleaned up parts of the App Drawer

Commands & Settings

  • Added ability to save default presets for the home panels (The disk next to the clean button on top of all the panels)
  • Made settings updates more reactive and moved settings models toward immutable state

Desktop Shortcuts

  • Fixed desktop shortcut creation on non-C: drives

Note

This is mainly a polish and stability release after v1.7.0, with a few small UX improvements.

v1.7.0 - App Drawer Beta

Choose a tag to compare

@github-actions github-actions released this 22 Mar 15:57

What's New in v1.7.0

App Drawer

  • New App Drawer page for browsing and launching installed Android apps
  • App icons fetched directly from the device via a companion helper APK or with ADB-based icon scraping

Suggested method is the Helper APK, scrapping is complete in less than a minute compared to ADB.

Desktop Shortcuts

  • Create desktop shortcuts to specific apps or sessions from the App Drawer

Logging

  • New Logs page for viewing in-app logs and sharing when reporting bugs

Other

  • Various bug fixes and internal improvements

Warning

App Drawer tab is marked as Beta because there is still some polishing to do, but for now it should be perfectly usable

Note

This version was only tested on Windows and Linux. If you're on macOS and willing to help test, I'd love to hear from you!

app-drawer.mp4

Nightly Builds (v1.7.5-nightly.20260811.1)

Choose a tag to compare

@github-actions github-actions released this 03 Mar 22:31

Latest nightly: v1.7.5-nightly.20260811.1
Previous nightly: 1.7.4-nightly.20260629.1
Source branch: main
Commit: 6355274


  • Setup Wizard
  • Scale / Size / Position

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 03 Mar 21:36

Release Changelog

Highlights

  • Shortcuts Page: All the shortcuts referenced in the official documentation and a shortcut editor in the Settings page
  • Update Checker: I am working on some new features for the next release so why not.
  • IP Input: Returned the IP input that was missing in the last versions thanks to @mitchcapper for mentioning a valid use case

Upcoming changes

For upcoming changes keep a look on the nightly version's description. I will keep updating with any change I do.

v1.6.0.2

Choose a tag to compare

@GeorgeEnglezos GeorgeEnglezos released this 27 Dec 15:38

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

v1.5.1 (UI Improvements and Folder Selection)

Choose a tag to compare

@GeorgeEnglezos GeorgeEnglezos released this 24 Jul 12:48

Original v1.5 release was removed because of the app breaking existing bugs.

What's New in v1.5:

  • Modernized Design: Most of the app has been upgraded to a more 2025 look!
  • Enhanced Responsiveness
  • Improved Readability
  • Subtle Improvements: I've made numerous small improvements across various parts of the app!
  • New Folder Selection Options: Easily select custom folders for:
    • Your scrcpy installation.
    • Where your saved commands are stored.
    • Where your recordings are saved.
  • Faster Recordings: Enabling recording for your scrcpy window is now much easier and quicker!

v1.5.1.1 Fix:

Fix for issue #5

v1.5.1 Fixes:

  • Fixed Light theme texts being unreadable
  • Fixed crashes related to selecting a custom scrcpy path.
  • Fixed issue with downloaded .bat files for those that don't have a global path for scrcpy.
  • Fixed issue #4 where app would crash for some users when you clicked the command preview.
New Home 1 New Home 2
New Favorites New Resources
New Settings

v1.4.2 (Readability improvements)

Choose a tag to compare

@GeorgeEnglezos GeorgeEnglezos released this 11 Jun 23:14

First of all, I'd like to thank everyone interested in this project. I started it just for fun to kill some time and experiment with .NET MAUI, and I never expected so many people would be interested in my application! This is my first solo application ever, and even though it's not perfect, I like to think it will actually help some of you out there the same way it helps me every day. I am still testing this build, if you find any bugs before I do, please let me know and I will fix them asap!

Changelog v1.4.2

  • Removed Video Bit Rate option from Recording, it's the same with the option in general.

  • Home Page: For the final command preview, every command group (General, Audio, Recording etc.) got a dedicated color for better visibility & readability.

  • Favorites Page: Similarly the commands got the colors for better visibility & readability.

  • Settings Page: Added dropdown menus to select the amount of color you want to add to the commands for each page:

    • Command Preview Color Setting: Choose from three options:
    None: The display remains unchanged.
    Important: Some commands within each group will be colored.
    Complete: All commands within each group will be colored.
    
    • Favorites Page Color Setting: Four options are available:
    None: The display remains unchanged.
    Package Only: Only the package name will be colored.
    Important: Some commands within each group will be colored.
    Complete: All commands within each group will be colored.
    

v1.4.1

Choose a tag to compare

@GeorgeEnglezos GeorgeEnglezos released this 07 Jun 21:15

Bug fixes