DDEV
Overview
Version & Lifecycle
Community Notes
DDEV – Command-line note
For large-scale Windows deployments, install DDEV non-interactively inside WSL2 by first provisioning Ubuntu with wsl --install -d Ubuntu, then using a scripted install like wsl -d Ubuntu -- bash -lc "curl -fsSL https://ddev.com/install.sh | bash" so that ddev is consistently available across developer machines without relying on manual GUI-based installers.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
DDEV is a Go application that uses Docker containers to run local PHP and Node.js development environments. It manages configuration via .ddev directories and docker-compose files.