Skip to main content

Current Versions

This page is the authoritative source for the current Developer Preview versions across all Edge release surfaces. Install and setup pages may still show concrete version pins so their snippets stay copy-pasteable — those snippets mirror this page. If any page disagrees with this table, this page wins — and please report the mismatch.

Current preview versions

SurfaceCurrent versionInstall / resolve
Edge StudioPyPI edge-studio==0.0.1rc23, GitHub tag v0.0.1rc23python -m pip install edge-studio==0.0.1rc23
Edge Kit1.0.0-rc103SPM github.com/AtomGradient/edge-kit, exact: "1.0.0-rc103"
Edge Engine1.0.0-rc143Resolved by Edge Kit; most apps do not import it directly
Edge Halo binary1.0.0-rc25SPM github.com/AtomGradient/edge-halo-binary, exact: "1.0.0-rc25"
Edge ScaffoldPins Edge Kit 1.0.0-rc103 and Edge Halo binary 1.0.0-rc25Generated by Edge Studio export

Compatibility matrix

ComponentCompatible preview
Edge Studiov0.0.1rc23
Edge Kit1.0.0-rc103, depends on Edge Engine 1.0.0-rc143
Edge Halo binary1.0.0-rc25
Edge ScaffoldCurrent preview pins Edge Kit 1.0.0-rc103 and Edge Halo binary 1.0.0-rc25

These pairs are validated together. Mixing other combinations is untested.

Version policy

  • Swift packages release as 1.0.0-rcN tags; the Edge Studio Python package releases as 0.0.1rcN on PyPI. Docs and generated projects use exact version pins. Upgrade only after validating on a real device.
  • Generic builds and simulator checks are not enough for runtime claims. Re-run real-device validation after changing any preview tag.
  • Edge Studio preview wheels before 0.0.1rc19 have been removed from PyPI. Older changelog entries remain as release history, not installable pins.
  • APIs may change between release candidates. Pin, validate, then upgrade.

Where these numbers come from

The Edge Kit and Edge Engine pins mirror the tested version contract in the Edge Kit repository (.dependency_versions); the Edge Scaffold and Edge Halo binary pins mirror the scaffold template's project.yml and the edge-halo-binary package manifest; the Edge Studio version mirrors the latest PyPI release. Release history and per-version notes live in the Changelog.