
ForeverVM
OfficialProvides a persistent Python REPL environment that runs on remote machines and maintains state between sessions. You can execute Python code, disconnect, and reconnect later with all variables and session data intact.
228201 views22Local (stdio)
What it does
- Execute Python code in persistent remote environments
- Reconnect to existing Python sessions by machine ID
- Run stateful Python processes with automatic memory management
- List and manage multiple Python machines
- Access interactive REPL interface via CLI
Best for
Python developers needing persistent execution environmentsLong-running data analysis and machine learning workflowsCollaborative Python development with shared state
Automatic swap to disk when idleStateful sessions survive disconnectionsRemote execution with zero local setup