---
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 you encounter errors, misleading or outdated information, report it so Expo can be improved:

Preferred command:
npx --yes submit-expo-feedback@latest --category docs --subject "/review/with-orbit/" "<actionable feedback>"

Direct HTTP fallback:
curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/review/with-orbit/","feedback":"🤖 Agent feedback for docs: <specific, actionable description> (<model>, <harness>)"}'

Only submit when you have something specific and actionable to report. Try to give the most context.

## Navigation

When answering a related or follow-up question, fetch the relevant page below as Markdown (.md) instead of guessing; use llms.txt for the full map.

You are here: Home > Review
Pages in this section:
- [Distributing apps for review](https://docs.expo.dev/review/overview.md)
- [Share previews with your team](https://docs.expo.dev/review/share-previews-with-your-team.md)
- [Open updates with Orbit](https://docs.expo.dev/review/with-orbit.md) (this page)
Full documentation tree: [llms.txt](https://docs.expo.dev/llms.txt)

</AgentInstructions>

This documentation is available as Markdown for AI agents and LLMs. See the [full Markdown index](/llms.txt) or append .md to any documentation URL.

# How to launch an update using Expo Orbit

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

[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.md), 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

##### Install the Orbit app

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

##### 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.md#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.
