Continuum v0.1.0 — Verified Cross-Platform Continuation Proof
Continuum v0.1.0
Continuum v0.1.0 is the first verified cross-platform continuation proof release.
A continuation image created by a native Linux x86_64 process was resumed unchanged by a new native process on Apple Silicon macOS arm64.
Verified result
- Source platform: Linux x86_64
- Target platform: Apple Silicon macOS arm64
- Runtime: CPython 3.12.13
- Verification conditions: 26/26 passed
- Source commit:
15bceefece050d06a1f504244a77434e31fd5228 - GitHub Actions run:
30489463484
The source process exited before the target process started. Completed actions did not repeat. The continuation image remained byte-identical during transfer, and the combined output and final result hash matched an uninterrupted control run.
Scope
This release supports a controlled pure-Python subset compiled into Continuum’s explicit-stack runtime.
It does not migrate arbitrary CPython processes, arbitrary native stack frames, threads, sockets, native extensions, subprocesses, or GPU state.
Platform status
This release specifically preserves the verified Linux x86_64 to macOS arm64 proof.
Windows support and the newer Continuum IR are being developed separately and are not part of this release.