OS Environment Requirements

This section describes the operating system requirements for running LoonFlow.

Windows (Development Only)

Windows operating system is not recommended for running LoonFlow in production environments.

Since LoonFlow’s asynchronous tasks are implemented using Celery, there may be compatibility issues on Windows systems, causing asynchronous tasks to fail to work properly. Here is some compatibility resoves https://stackoverflow.com/questions/37255548/how-to-run-celery-on-windows:

Warning

you can use Windows as a development environment, but may encounter issues such as asynchronous task execution exceptions.

macOS (Development Only)

macOS can be used as a development environment, but is not recommended for production environments.

Supported common macOS versions.

Note

macOS is suitable for local development and testing, but is not recommended for production environment deployment. Linux operating system should be used for production environments.