A lightweight utility script that lets you view, control, and interact with your Android phone directly from your PC using scrcpy.
DroidView was built to simplify the process of mirroring and controlling Android devices from a PC using scrcpy. While scrcpy is powerful, it can be slightly unintuitive for users who just want a quick and easy way to launch their phone screen with sensible defaults. DroidView wraps this functionality into a clean, minimal interface or command-line tool, making remote phone access easier and more efficient — ideal for developers, power users, and presenters.
-
Install Homebrew (macOS only)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/<your username>/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"
-
Install Android Platform Tools
brew install android-platform-tools
-
Enable ADB over Wi-Fi
- Connect your phone via USB cable.
- Run:
adb tcpip 5555
-
Clone this repository
git clone https://github.com/yourusername/droidview.git cd droidview -
(Optional) Add to PATH or create a shortcut
For convenience, you can create a global alias or desktop shortcut to run DroidView from anywhere.
Run the script from your terminal or shell:
./droidview.shOr, if on Windows:
droidview.batBy default, it opens your Android phone in a resizable window, allowing full control via keyboard and mouse.
You can customise behaviour using flags (coming soon), such as:
--no-audio--fullscreen--record [file]
⚠️ Ensure USB debugging is enabled on your Android device and it's connected via USB or Wi-Fi with ADB.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Added some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
09/04/25: Initial release of DroidView on GitHub.
- Inspired by
scrcpyby Genymobile - README template by template-readme created by Zain Khan
See the LICENSE file in this project's directory.