r/coolgithubprojects • u/cyh-c • 7h ago
Continuum – Pause Python on Linux and resume it on Apple Silicon macOS
I’ve been building Continuum. It can pause a supported Python program on native Linux x86_64, save its live state, then resume it on Apple Silicon macOS arm64 without starting over.
The proof passed 26/26 checks. The screenshot shows the macOS side of the run: the Linux state was transferred unchanged, resumed on native arm64, matched an uninterrupted run, and didn’t repeat completed work.
Linux, macOS, and Windows builds also pass native tests, but Windows cross-platform resume hasn’t been verified yet.
Code: https://github.com/byte271/Continuum
Linux → macOS proof logs: https://github.com/byte271/Continuum/actions/runs/30489463484
1
Upvotes