Installation
Pre-built Binaries
Docker
FROM php:8.x-cli
COPY --from=ghcr.io/roadrunner-server/roadrunner:2025.X.X /usr/bin/rr /usr/local/bin/rr
# Install and configure your application
# ...
CMD rr serve -c .rr.yamlComposer
Debian Package
macOS package using Homebrew:
Windows using Chocolatey:
CURL
What's Next?
Last updated