mvp-orbit

GitHub

mvp-orbit is a practical remote execution system built for repeated AI and systems workflows across multiple machines.

Its design centers on three separate roles:

  • Hub: the control plane
  • Agent: the execution side
  • User: the control side

This structure allows the User and Agent to communicate through the Hub over HTTP without requiring direct connectivity to each other.

The project is particularly useful for:

  • AI coding agents that need remote execution
  • GPU, NPU, or embedded debugging loops
  • workflows where code is built on one machine and run on another

Core runtime actions in mvp-orbit include package upload, command execution, and persistent remote shell sessions.