Skip to content

Get Started with DDEV

DDEV is an open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python (experimental).

These environments can be extended, version controlled, and shared, so you can take advantage of a Docker workflow without Docker experience or bespoke configuration. Projects can be changed, powered down, or removed as easily as they’re started.

System Requirements

macOS

Runs natively on ARM64 (Apple Silicon) and AMD64 machines.

Next steps:

You’ll need a Docker provider on your system before you can install DDEV.

  1. Install Colima or Docker Desktop with recommended settings.
  2. Install DDEV for macOS.
  3. Launch your first project and start developing. 🚀

Windows WSL2

  • RAM: 8GB
  • Storage: 256GB
  • Docker Desktop on the Windows side or Docker CE inside WSL2
  • Ubuntu or an Ubuntu-derived distro is recommended, though others may work fine

Next steps:

You’ll need a Docker provider on your system before you can install DDEV.

  1. Install Docker with recommended settings.
  2. Install DDEV for Windows.
  3. Launch your first project and start developing. 🚀

Traditional Windows

  • Any recent edition of Windows Home or Windows Pro.
  • RAM: 8GB
  • Storage: 256GB
  • Docker Desktop using the WSL2 backend

Next steps:

You’ll need a Docker provider on your system before you can install DDEV.

  1. Install Docker with recommended settings.
  2. Install DDEV for Windows.
  3. Launch your first project and start developing. 🚀

Linux

Most distros and most versions work fine, on both AMD64 and ARM64 architectures.

  • RAM: 8GB
  • Storage: 256GB

Next steps:

You’ll need a Docker provider on your system before you can install DDEV.

  1. Install Docker with recommended settings.
  2. Install DDEV for Linux.
  3. Launch your first project and start developing. 🚀

Gitpod and GitHub Codespaces

With Gitpod and GitHub Codespaces you don’t install anything; you only need a browser and an internet connection.

Next steps:

  1. Install DDEV within Gitpod or GitHub Codespaces.
  2. Launch your first project and start developing. 🚀