- 01Physical node
- An actual Apple Silicon device that exists and runs macOS independently. Its processor, memory, system drive, and network interfaces belong to that machine rather than a logical instance on a shared host.
- 02Dedicated
- During the rental term, the node’s primary compute and memory resources are not allocated to other tenants. Your team remains responsible for managing processes, user permissions, and workload concurrency.
- 03VNC
- A way to access the macOS graphical desktop over the network. It is suited to operating Xcode, display settings, and graphical tools, but does not replace SSH for scripted administration.
- 04self-hosted runner
- A CI executor deployed on your own node. The pipeline sends jobs to the runner, which checks out code, installs dependencies, builds, tests, and archives on the node.
- 05SSH
- An encrypted remote command-line protocol. It is commonly used for system checks, file transfers, automation scripts, build commands, and service management. Verify the host fingerprint before connecting.
- 06Xcode toolchain
- The build toolchain consisting of Xcode, compilers, SDKs, command-line tools, and related version selections. Lock and record versions to prevent differences between nodes.
- 07Build cache
- Dependencies, derived data, and intermediate artifacts retained to reduce repeated downloads and compilation. Caches can shorten jobs but require capacity limits, expiration policies, and cleanup rules.
- 08Thunderbolt 5
- High-speed device connectivity. In OrbVPS configurations, parallel operation is a per-machine add-on; verify recognition and link status after activation.