<- Blog

Tutorial: Getting Started With Maestro on Windows

Leland Takamine November 22, 2022

Maestro works great on Windows computers, but there are a few unique setup steps to be aware of. This article will walk you through the end-to-end steps for getting started with Maestro on a Windows machine.

Steps

  1. Install WSL2 (Window Subsystem for Linux)
  2. Install Java 11
  3. Install Maestro

1. Install WSL 2

With recent Windows 11, Microsoft have made it pretty easy to install Windows Subsystem For Linux aka WSL

In order to install WSL, open Powershell As Administrator and run following command:

wsl --install

After running the above command, follow through instructions and restart the computer.

Install Windows Terminal application for refreshing terminal experience.

Set your linux username and password (Something that you will not forget).

Run following 2 commands to update your Ubuntu system. Enter password when prompted.

sudo apt update
sudo apt upgrade

2. Install Java

After restarting the system, open Terminal application and click on the dropdown to select Ubuntu. Type in following command:

sudo apt install openjdk-11-jdk

3. Install Maestro

Installing Maestro is now just a matter of running following command:

curl -Ls "https://get.maestro.mobile.dev" | bash

TADA!

You have successfully installed Maestro in your Windows machine 🙌

Check your maestro version using following command

maestro --version

What Next?

Bonus Tips

You can install adb into your WSL2 Ubuntu using following command

sudo apt install adb

We're entering a new era of software development. Advancements in AI and tooling have unlocked unprecedented speed, shifting the bottleneck from development velocity to quality control. This is why we built — a modern testing platform that ensures your team can move quickly while maintaining a high standard of quality.

Learn more ->