Skip to main content

Architecture overview

This page is reference material. Start with Quick Start when the goal is to deploy a device.

Components

ComponentRuns whereRole
Foundry OSDAdmin workstationChecks prerequisites, builds media, and provisions Foundry Connect
Foundry ConnectWinPE target deviceValidates network readiness before deployment continues
Foundry DeployWinPE target deviceLoads catalogs, collects deployment choices, and executes deployment
catalogSeparate automation repositoryGenerates XML feeds for operating system, driver pack, and WinPE metadata

Runtime sequence

  1. Foundry OSD prepares ISO or USB media and provisions Foundry Connect for the selected architecture.
  2. The target device boots WinPE.
  3. Bootstrap launches Foundry Connect.
  4. Foundry Connect validates network readiness.
  5. Bootstrap resolves Foundry Deploy from release assets or an available USB cache.
  6. Bootstrap opens Foundry Deploy, which loads catalogs and runs the deployment workflow.

Why the split exists

  • Media authoring belongs on the admin workstation.
  • Network readiness is validated before deployment starts.
  • Deployment choices happen on the target device.
  • Catalog data is produced independently and consumed by the runtime.

Next step

Open Product Boundaries for a responsibility breakdown.