Skip to content

Self Hosting

Flow-Like can be deployed on your own infrastructure.

OptionBest forIsolationComplexity
Docker ComposeSingle machine, developmentContainerLow
KubernetesProduction, multi-nodePod / KataMedium
AWS LambdaServerless, multi-tenantMicroVMLow

Flow-Like supports multiple execution backends with different isolation and performance characteristics:

BackendIsolationLatencyBest For
HTTP → Warm PoolProcessLowTrusted workloads
HTTP → Lambda URLMicroVMMediumMulti-tenant SaaS
Kubernetes JobPodHighUntrusted code

Learn more about execution backends

After deploying your backend, configure the desktop app to connect to it by setting the FLOW_LIKE_API_URL environment variable:

Terminal window
export FLOW_LIKE_API_URL=https://your-api.example.com
./flow-like

Desktop client configuration