astro dev start
Start a local Airflow environment in Docker mode (default) or standalone mode (without Docker).
For more information, see Build and run a project locally.
Usage
Options
Examples
The following error can sometimes occur when the CLI tries to build your Astro Runtime image using Podman:
You can resolve this issue by exporting the BUILDAH_FORMAT environment variable to Podman:
Standalone mode
Standalone mode runs Airflow directly on your machine in a virtual environment, without Docker. Use it when Docker isn’t available or when you want a lighter-weight local setup.
To set standalone as the default mode for a project:
To use standalone mode for a single command:
To switch back to Docker mode:
The following commands are not available in standalone mode:
astro dev buildastro dev upgrade-testastro dev compose-export
astro dev run --standalone is not supported. To run Airflow CLI commands in standalone mode, set standalone as the default mode first: