---
modificationDate: April 28, 2026
title: Expo Orbit
description: Accelerate your development workflow with one-click build and update launches and simulator management.
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/build/orbit/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

# Expo Orbit

Accelerate your development workflow with one-click build and update launches and simulator management.

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

[Expo Orbit](https://expo.dev/orbit) for macOS, Windows, and Linux enables faster to install and launch builds or updates from EAS, local files, or run Snack projects, on simulators and physical devices.

## Why Orbit

Before Orbit, installing builds or updates from EAS (on Android and iOS physical devices or emulator/simulator) or running Snack projects on simulators was manual. You had to run `eas build:run` command and select a build for your chosen device or download the archive and then drag and drop it to the simulator (in the case of iOS). Also, for Snack projects, additional steps included installing Expo Go on the virtual device, logging in, and then selecting the Snack from the list. Orbit makes all of these steps as seamless as possible.

## Highlights

-   List and launch simulators, including running Android emulators without audio.
-   Install and launch builds from EAS on simulators and real devices in one click.
-   [Install and open updates from EAS](/review/with-orbit) on Android Emulators or iOS Simulators.
-   Launch Snack projects in your simulators in one click.
-   Install and launch apps from local files using Finder or drag and drop a file into the menu bar app. Orbit supports any Android **.apk**, iOS Simulator compatible **.app**, or ad hoc signed apps.
-   See pinned projects from your [EAS dashboard](https://expo.dev) and quickly launch your latest builds.

## Installation

> Orbit relies on the Android SDK on macOS, Windows, and Linux, and `xcrun` for device management only on macOS, which requires setting up both [Android Studio](/workflow/android-studio-emulator) and [Xcode](/workflow/ios-simulator).

You can download Orbit with Homebrew for macOS, or directly from the [GitHub releases](https://github.com/expo/orbit/releases).

```sh
brew install expo-orbit
```

If you want Orbit to start when you log in automatically, click on the Orbit icon in the menu bar, then **Settings** and select the **Launch on Login** option.
