---
modificationDate: April 28, 2026
title: How to launch an update using Expo Orbit
description: Learn how to open updates with Expo Orbit as part of a review workflow.
---

<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":"/review/with-orbit/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

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

</AgentInstructions>

# How to launch an update using Expo Orbit

Learn how to open updates with Expo Orbit as part of a review workflow.

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

[Expo Orbit](https://expo.dev/orbit) is a macOS, Windows, and Linux app designed to speed up installing and running builds from EAS. It makes running your builds and updates as easy as pressing **Open in Orbit**.

How does automatic installation and launching of updates work?

When you launch an update, Orbit will look for the latest development build that matches the runtime version and target platform of the update. If a compatible build is found, the update will install automatically on the target device and launch with a deep link that points to the update.

If you don't have any development builds available, either because they have all expired, you haven't created one, you don't use EAS Build, or you are [building your app locally](/guides/local-app-development), then Orbit will prompt you on how to proceed. Click **Launch with deep link** in the prompt to open the update if you already have a compatible development build installed on your target device.

Prerequisites

2 requirements

1.

Install the Orbit app

Download Orbit directly from [GitHub releases](https://github.com/expo/orbit/releases), or see the [alternative installation method](/build/orbit#installation).

2.

Sign in to your Expo account

After installing the app, sign in to your Expo account from **Settings**.

## Preview an update with Expo Orbit

Expo Orbit launching an update directly from EAS dashboard to an iOS Simulator.

Previewing with Expo Orbit requires you to have an update published. If you haven't published an update, see [Publish an update](/eas-update/getting-started#publish-an-update) before following the steps in the next section.

### Install and launch the update

> **Note**: Launching updates using Expo Orbit is not supported on physical iOS devices. It is supported on Android devices/emulators or iOS Simulators.

After the update is published, follow these steps to open it on an Android Emulator or iOS Simulator:

-   Navigate your project's **Updates** tab.
-   Select the update you want to preview.
-   Click **Preview**. This will open the **Preview** dialog.
-   Under **Open with Orbit**, select a platform to launch the update.
-   Orbit will install and launch the update on the selected Android Emulator or iOS Simulator.

You can now seamlessly launch and review updates using Expo Orbit.
