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
| Surface | Current version | Install / resolve |
|---|---|---|
| Edge Studio | PyPI edge-studio==0.0.1rc23, GitHub tag v0.0.1rc23 | python -m pip install edge-studio==0.0.1rc23 |
| Edge Kit | 1.0.0-rc103 | SPM github.com/AtomGradient/edge-kit, exact: "1.0.0-rc103" |
| Edge Engine | 1.0.0-rc143 | Resolved by Edge Kit; most apps do not import it directly |
| Edge Halo binary | 1.0.0-rc25 | SPM github.com/AtomGradient/edge-halo-binary, exact: "1.0.0-rc25" |
| Edge Scaffold | Pins Edge Kit 1.0.0-rc103 and Edge Halo binary 1.0.0-rc25 | Generated by Edge Studio export |
Compatibility matrix
| Component | Compatible preview |
|---|---|
| Edge Studio | v0.0.1rc23 |
| Edge Kit | 1.0.0-rc103, depends on Edge Engine 1.0.0-rc143 |
| Edge Halo binary | 1.0.0-rc25 |
| Edge Scaffold | Current 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-rcNtags; the Edge Studio Python package releases as0.0.1rcNon 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.1rc19have 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.