Skip to main content

Ways to run Orbi

The self-hosted runner is the open-source core and runs on your own machine against your own GitHub repositories. Orbi Managed Cloud is the commercial hosted control plane on the same GitHub ledger. Three caveats keep the choice honest:
  • Managed Cloud and a self-hosted runner must not both serve the same task pool — pick one, never both.
  • PyPI gives you the orbi command only; running Orbi itself uses the installer or the editable checkout install.
  • Docker is community-maintained and unofficial; on a host that has a systemd user session the official installer path is preferred — pick one of the two, never both for the same task pool.