---
title: 'Expo Orbit v1: launcher app launched into orbit'
authors: Gabriel Donadel
published: November 14, 2023
---

The current process for installing builds from EAS (Android device/emulator, iOS simulator, iOS device) and running Snack projects on simulators is more manual than it needs to be. You can use `eas build:run` and select a build for Android devices/emulators or iOS simulators, or you can download the archive, extract it, and drag and drop it to the simulator/emulator. For [Snack projects](https://snack.expo.dev/), additional steps include [installing Expo Go](https://docs.expo.dev/get-started/expo-go/) in the simulator through the CLI, logging in, and selecting the Snack from a list.

To improve this, [in August 2023 we released Orbit](https://expo.dev/changelog/2023/08-09-orbit) as an experiment intended to speed up development builds and Snack projects. The goal was to make these steps as seamless as possible, aligning with the user-friendly experience that Expo offers. The community feedback was very positive and we decided to move forward with this project.

## What is Expo Orbit v1 and what are the benefits?

Expo Orbit v1 is a macOS menu bar app designed to make your development workflow even faster, allowing you to:

- List and launch simulators, including the ability to run Android emulators without audio

![List and launch builds](https://cdn.sanity.io/images/9r24npb8/production/9cb5c387cd87de7381b8e28a6952206bacd75425-640x485.gif)

- Install and launch [builds from EAS](https://docs.expo.dev/build/introduction/) to your simulators and real devices with just one click

![Install and launch from EAS](https://cdn.sanity.io/images/9r24npb8/production/02ae4f0a6b8472de58e82ca25c0013ecfc5be985-640x485.gif)

- Launch Snack projects in your simulators by clicking a button

![Launch Snack projects](https://cdn.sanity.io/images/9r24npb8/production/27160b84d714ad3a0425a355478a2da784c7e924-640x560.gif)

- Install and launch apps from local files using Finder or just drag and drop a file into the menu bar app. Orbit supports any Android apk, simulator compatible .app, or ad-hoc signed apps

![Install from local file](https://cdn.sanity.io/images/9r24npb8/production/72222620523cce7d4be16226b903d4372d8f9244-640x547.gif)

- See pinned projects and quickly launch your latest builds

![See pinned projects](https://cdn.sanity.io/images/9r24npb8/production/7f66a2c43ca56af369b5f5702b02efab39c92d0a-620x406.gif)

## Get started with Expo Orbit

You can download Orbit via Homebrew or directly through [GitHub](https://github.com/expo/orbit/releases).

```console
$ brew install expo-orbit
```

At this point in time, Orbit is compatible only with macOS but we have exciting plans to integrate it further into the Expo ecosystem and add even more features.

Try out Expo Orbit now, explore its capabilities, and share your feedback. Your input will shape the future of this tool and guide us on where to take it next.  
  
  
  
  
