How to install viarotel-org/escrcpy. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
viarotel-org/escrcpy Installation Guide
How to install viarotel-org/escrcpy. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for viarotel-org/escrcpy. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i viarotel-org/escrcpyor
Install via npx
npx @hexmos/ipm i viarotel-org/escrcpyPrerequisites
adb
toolVersion: >= 1.0.32
Java Runtime Environment
runtimeVersion: >= 8
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Manual Installation via Released Packages (Linux)
wget https://github.com/viarotel-org/escrcpy/releases/download/v3.2.0/Escrcpy-3.2.0-linux-amd64.deb -O escrcpy.deb
sudo dpkg -i escrcpy.deb
sudo apt-get install -f -y
rm escrcpy.debManual Installation via Released Packages (macOS)
wget https://github.com/viarotel-org/escrcpy/releases/download/v3.2.0/Escrcpy-3.2.0-mac-x64.dmg -O escrcpy.dmg
hdiutil attach escrcpy.dmg
sudo cp -R /Volumes/Escrcpy/Escrcpy.app /Applications
hdiutil detach /Volumes/Escrcpy
rm escrcpy.dmgManual Installation via Released Packages (Windows)
wget https://github.com/viarotel-org/escrcpy/releases/download/v3.2.0/Escrcpy-3.2.0-win-setup-x64.exe -O escrcpy-setup.exe
escrcpy-setup.exe /S
rm escrcpy-setup.exemacOS Installation via Homebrew
brew tap viarotel-org/escrcpy
brew install escrcpy