Deployment
Choose how to run Flowfile based on your needs.
| Method | Best For | Multi-user |
|---|---|---|
| Desktop App | Getting started, local development | No |
| Python Package | Scripting, CI/CD, automation | No |
| Docker | Teams, servers, production | Yes |
Quick Comparison
Desktop App
Download and run. No setup required. Best for exploring Flowfile or building flows locally on macOS or Windows.
Python Package
pip install flowfile. Run flows programmatically or integrate into existing Python projects.
Docker
Full deployment with authentication, secrets management, and centralized storage. Best for teams and production environments.