Flex Internal release assets
Live inventory of Flex app and robot OS artifacts published to S3/CloudFront. Showing the 5 most recent versions per manifest. Generated 2026-06-02 21:10:34 UTC.
Build job to URL map
Flex assets are uploaded by GitHub Actions in opentrons (app) and oe-core (robot OS). Each successful run writes versioned artifacts under predictable S3 prefixes, then updates the channel manifests below.
| Component | Workflow | S3 prefix | Manifest | Per-build layout |
|---|---|---|---|---|
| App (internal) | same workflow (internal-release variant) | s3://ot3-development.builds.opentrons.com/app/ | releases.json, alpha*.yml, beta*.yml, latest*.yml | Opentrons-Internal-v<ver>-<platform>-b<build>.* |
| Robot OS (internal) | same workflow (internal-release variant) | s3://ot3-development.builds.opentrons.com/ot3-oe/ | ot3-oe/releases.json | ot3-oe/<github.run_id>/ot3-system.zip |
See the channel section below for robot vs app manifest authority. Flex robots read ot3-oe/releases.json for on-robot updates. CloudFront for builds.opentrons.com is not invalidated by CI; run just invalidate-cloudfront manually after external app builds finish.
Internal channel
Robot OS: releases.json is the source of truth for on-robot updates.
Desktop app: channel YAML files (latest.yml, latest-mac.yml,
latest-linux.yml, and prerelease YAMLs) are authoritative; electron-updater reads those
directly. App releases.json is not the app updater source of truth: a CloudFront edge
function parses the latest stable semver from production and routes latest* requests to
matching stable build artifacts. The tables below are still useful for humans and release validation.
Electron-updater channel YAMLs
| Channel YAML | URL | Version | Release date | Artifact |
|---|---|---|---|---|
| alpha.yml | https://ot3-development.builds.opentrons.com/app/alpha.yml | 4.0.0-alpha.0 | 2026-06-01T19:35:44.210Z | Opentrons-OT3-v4.0.0-alpha.0-win-b70522.exe |
| alpha-mac.yml | https://ot3-development.builds.opentrons.com/app/alpha-mac.yml | 4.0.0-alpha.0 | 2026-06-01T19:50:14.903Z | Opentrons-OT3-v4.0.0-alpha.0-mac-b70522.zip |
| alpha-linux.yml | https://ot3-development.builds.opentrons.com/app/alpha-linux.yml | 4.0.0-alpha.0 | 2026-06-01T19:31:03.478Z | Opentrons-OT3-v4.0.0-alpha.0-linux-b70522.AppImage |
| beta.yml | https://ot3-development.builds.opentrons.com/app/beta.yml | 1.5.0 | 2024-04-26T13:34:28.641Z | Opentrons-OT3-v1.5.0-win-b42355.exe |
| beta-mac.yml | https://ot3-development.builds.opentrons.com/app/beta-mac.yml | 1.5.0 | 2024-04-26T13:57:15.809Z | Opentrons-OT3-v1.5.0-mac-b42355.zip |
| beta-linux.yml | https://ot3-development.builds.opentrons.com/app/beta-linux.yml | 1.5.0 | 2024-04-26T13:21:17.016Z | Opentrons-OT3-v1.5.0-linux-b42355.AppImage |
| latest.yml | https://ot3-development.builds.opentrons.com/app/latest.yml | 1.5.0 | 2024-04-26T13:34:28.641Z | Opentrons-OT3-v1.5.0-win-b42355.exe |
| latest-mac.yml | https://ot3-development.builds.opentrons.com/app/latest-mac.yml | 1.5.0 | 2024-04-26T13:57:15.809Z | Opentrons-OT3-v1.5.0-mac-b42355.zip |
| latest-linux.yml | https://ot3-development.builds.opentrons.com/app/latest-linux.yml | 1.5.0 | 2024-04-26T13:21:17.016Z | Opentrons-OT3-v1.5.0-linux-b42355.AppImage |
Recent app releases (releases.json)
Recent robot OS releases (releases.json)
| Version | Build job | Full image | System | Version file | Notes |
|---|---|---|---|---|---|
9.1.0-alpha.1 | run 26577775277 | full image | system | VERSION.json | notes |
4.0.0-alpha.0 | run 26776763371 | full image | system | VERSION.json | notes |
3.1.0-alpha.5 | run 26039231600 | full image | system | VERSION.json | notes |
3.1.0-alpha.4 | run 25691900406 | full image | system | VERSION.json | notes |
3.1.0-alpha.2 | run 25680778908 | full image | system | VERSION.json | notes |