Requirements
- Python 3.13+
- A running Celery broker
- One or more Celery workers (with events enabled)
Demo project
The demo project is a local, source-based stack with seeded test data. Use it when you want to run Celery Root from source and explore the UI without wiring up your own workers. It is separate from the packaged install, which uses a prebuilt wheel. See the demo project guide for setup steps.1. Point Celery Root at your app
Set your worker import paths (comma-separated):-A.
2. Start Celery Root
Standalone CLI:127.0.0.1:8000.
3. Open the UI
Openhttp://127.0.0.1:8000 to see workers, tasks, and queues.