Skip to content

Installation

Install Emu on macOS, Linux, or Windows.

Terminal window
curl -fsSL https://emu.marathonlabs.io/install.sh | bash

Run the install script to download the latest beta build and add the emu binary to your path.

Emu is distributed through three release channels. The beta channel is the default right now. The canary channel contains the latest experimental work. Once emu gets more adoption we will have first stable release.

To install the canary channel, pass the --channel flag to the install script:

Terminal window
curl -fsSL https://emu.marathonlabs.io/install.sh | bash -s -- --channel=canary

Standalone binaries for macOS, Linux, and Windows are available on the download page.

  • Android SDK: Emu can install the Android SDK and ADB for you on first launch. If you already have the SDK installed, Emu may still show the setup screen — see the note below.
  • Security: If you install via DMG, you may need to allow the application in System Settings > Privacy & Security.