Icon

DDEV

DDEV is an open-source tool for running local web development environments for PHP and Node.js, enabling quick setup of project-specific Docker-based environments with minimal configuration.
Latest: 1.25.2
Last checked: Jun 9, 2026 12:10am
Rank: 2084/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Apache-2.0Winget: Available

Version & Lifecycle

0
Current: 1.25.2 N-2: 1.25.0 Oldest supported: 2017-02-01 Avg cadence: Every 48 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • January 8, 2026
0

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

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

DDEVddevfoundation DDEV

Packaging Notes

0

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.

Notes

0

DDEV supports customizable integration with hosting platforms like Platform.sh, Pantheon, and Acquia. It offers features like database snapshots, HTTPS support, and project sharing. The project is maintained by the DDEV Foundation.