In Prefect 3.x, the process worker is cross-platform and supported on Linux, macOS, and Windows. It runs flow runs as local subprocesses, so if you can run Python and Prefect on the machine, you can run a process worker there.
- Overview of workers:
Workers (docs)
- Process worker API reference:
Process worker API
- Windows guidance:
Run Prefect on Windows