How to install Maestro CLI
Step-by-step installation guide for Maestro CLI on macOS, Windows, and Linux.
Prerequisites
Installation
curl -fsSL "https://get.maestro.mobile.dev" | bashbrew tap mobile-dev-inc/tap
brew install maestrocurl -fsSL "https://get.maestro.mobile.dev" | bashsetx PATH "%PATH%;C:\maestro\bin"
1. Install Java and Maestro
sudo apt update
sudo apt install openjdk-17-jdkexport JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
export PATH=$JAVA_HOME/bin:$PATH
export PATH=$PATH:$HOME/.maestro/binsource ~/.bashrccurl -fsSL "https://get.maestro.mobile.dev" | bash2. Setup Android environment
3. Connect to Windows Emulator
4. Running Maestro
Next steps
Last updated