Download Latest Version ddev_linux-amd64.v1.25.1.tar.gz (14.1 MB)
Email in envelope

Get an email when there's a new version of DDEV

Home / v1.25.1
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2026-02-23 1.7 kB
ddev-wsl2_1.25.1_linux_amd64.deb 2026-02-23 4.5 MB
ddev-wsl2_1.25.1_linux_amd64.rpm 2026-02-23 4.6 MB
ddev-wsl2_1.25.1_linux_arm64.deb 2026-02-23 4.2 MB
ddev-wsl2_1.25.1_linux_arm64.rpm 2026-02-23 4.3 MB
ddev_1.25.1_linux_amd64.deb 2026-02-23 14.1 MB
ddev_1.25.1_linux_arm64.deb 2026-02-23 13.0 MB
ddev_1.25.1_linux_amd64.rpm 2026-02-23 14.5 MB
ddev_1.25.1_linux_arm64.rpm 2026-02-23 13.3 MB
ddev_windows-amd64.v1.25.1.zip 2026-02-23 14.6 MB
ddev_linux-amd64.v1.25.1.tar.gz 2026-02-23 14.1 MB
ddev_macos-arm64.v1.25.1.tar.gz 2026-02-23 13.8 MB
ddev_windows_arm64_installer.v1.25.1.exe 2026-02-23 25.9 MB
ddev_linux-arm64.v1.25.1.tar.gz 2026-02-23 12.9 MB
ddev_macos-amd64.v1.25.1.tar.gz 2026-02-23 14.9 MB
ddev_shell_completion_scripts.v1.25.1.tar.gz 2026-02-23 18.9 kB
ddev_windows-arm64.v1.25.1.zip 2026-02-23 13.3 MB
ddev_windows_amd64_installer.v1.25.1.exe 2026-02-23 28.5 MB
README.md 2026-02-22 8.9 kB
v1.25.1 source code.tar.gz 2026-02-22 22.3 MB
v1.25.1 source code.zip 2026-02-22 25.2 MB
Totals: 21 Items   257.9 MB 2

Installation

See the installation instructions for details, but it's easy:

  • macOS: brew install ddev/ddev/ddev or just brew upgrade ddev.
  • Linux: Use sudo apt-get update && sudo apt-get install ddev, see apt/yum installation
  • Windows and WSL2: Download the Windows Installer; you can run it for install or upgrade. ⚠️ Traditional Windows users (not WSL2): If needed, the installer will prompt you to uninstall the previous system-wide installation to avoid conflicts with the new per-user installation.
  • Consider ddev delete images or ddev delete images --all after upgrading to free up disk space used by previous Docker image versions. This does no harm.
  • Consider ddev config --auto to update your projects to current configuration.

Highlights

  • New interactive DDEV TUI (terminal user interface). Try it out! Just type ddev. See the Interactive Dashboard and Terminal Compatibility documentation.
  • Users of v1.25.0 are encouraged to upgrade due to multiple fixes and stability improvements.

Bug Fixes

MariaDB / Database

  • Use MariaDB 10.11 client for older MariaDB servers, fixing the v1.25.0 error: "TLS/SSL error: SSL is required, but the server does not support it".
  • Automatically add --skip-ssl-verify-server-cert for MariaDB 11.x clients.
  • Fixed mixed collation errors after ddev import-db for utf8mb4_uca1400_ai_ci (MariaDB) and utf8mb4_0900_ai_ci (MySQL) introduced in v1.25.0.

Traefik / Router

  • Fixed Traefik router healthcheck warnings for stopped projects.
  • Copy all certificates from .ddev/traefik/certs to ddev-router, not only auto-generated ones.
  • Copy Traefik-related files directly to ddev-router without intermediate containers to avoid healthcheck issues.
  • Restored support for custom Traefik project configurations removed in v1.25.0.
  • Fixed Traefik router communication between containers/projects that was partially broken in v1.25.0.
  • Clean up Traefik staging directories on poweroff to prevent downgrade issues (notably with v1.24.10).
  • Do not report Traefik warnings in ddev-router healthchecks, thanks to @jonesrussell.

Remote Docker

  • Skip port checks for remote Docker hosts, thanks to @svicervlad.
  • Automatically bind all interfaces for remote Docker hosts.
  • Fixed broken TLS connection to remote Docker hosts introduced in v1.24.8.

Other Fixes

  • Fixed AVIF and HEIC write support in ImageMagick 7.
  • Remove unnecessary warnings for files during ddev pull, thanks to @jonesrussell.
  • Use Composer 2.2 LTS automatically when Composer 1 (deprecated and non-working) is requested, thanks to @jonesrussell.
  • Show warnings/errors in ddev share that could previously be hidden.
  • Fixed non-working ddev share on traditional Windows (regression from v1.25.0).

Internal Improvements

  • Check for Docker Buildx plugin (required by Docker Compose).
  • Added retry logic for docker-compose build, see [#8136].
  • Added WSL2 testing in GitHub Actions.

Minor Updates

  • PHP 8.4.18 and 8.5.3.

What's Changed

New Contributors

Full Changelog: https://github.com/ddev/ddev/compare/v1.25.0...v1.25.1

Source: README.md, updated 2026-02-22