DDEV Blog: Solving Intel-only AMD64/X64 problems on macOS with Apple Silicon

Image removed.

It's been almost 5 years since Apple introduced its ARM64-based Macs, and the world has loved them. But they threw a complete monkey wrench into the software works, which had expected the Intel/AMD64 architecture for many, many years. (Read more: ARM64! Apple Silicon! M-Series! DDEV! What does it all mean?)

Almost all systems that distributed binary artifacts had extensive troubles. That included compiled binaries, Docker images, libraries, etc. In some cases the problem was just the fundamental assumptions in the software.

Apple released Rosetta 2 with the initial Apple Silicon macs, and it was great for simple situations, but it was initially quite unpredictable for Docker-based applications. You may know that I resisted any use of Rosetta for some years because of initial experiences of unpredictability. However, everything has gotten better around Rosetta over the years, but more than that, almost everything is available as a native app or native Docker image these days (and that has always included all DDEV apps and Docker images, from the very beginning).

But it doesn't include everything. Microsoft continues to publish AMD64-only binaries and Docker images, and Oracle is just as guilty. Surely they'll come around.

In the meantime, here are some techniques to get niche AMD64-only applications going with DDEV. I recommend these techniques only if you have no good alternative, because native performance and reliability are much higher.

  • Run a service as platform: linux/amd64 if only AMD64 Docker images are available
  • Run the DDEV web container as platform: linux/amd64 if you absolutely must install AMD64-only software in there (this happens most often with npm packages).
  • Run your entire Docker environment as AMD64 with emulation.

Running an External Service as linux/amd64

There are still a few Docker images that have not been properly updated to multi-platform builds, including typo3solr and mssql/server.

With these, if you have a docker-compose.*.yaml file that names an image which is only available as AMD64, you can just add to it this line:

platform: linux/amd64

And if you're using a Docker provider like Orbstack or Docker Desktop that has robust Rosetta support (and you have Rosetta enabled) then it will "just work". It will have reduced performance, but it may work just fine for your application.

I recently added this setup to the ddev-sqlsrv DDEV add-on, which previously was limited to Intel users only. Adding these lines to the service's docker-compose.sqlsrv.yaml made the add-on work fine on Apple Silicon:

# On macOS Apple Silicon, this only works with Rosetta enabled image: ${MSSQL_DOCKER_IMAGE:-mcr.microsoft.com/mssql/server:2022-CU18-ubuntu-22.04} platform: linux/amd64

Adding AMD64-only Software to the DDEV Web Container

Sometimes the problem is adding software that is Intel-specific to the DDEV web container. For example, the classic npm packages node-sass and puppeteer had this problem for years. (Now both seem to build somewhat successfully on ARM64 and they also have clear "no-longer-maintained" notices sending you to other packages.)

However, as I recently experience with Oracle client-side ddev-oci8 DDEV add-on, you can make the DDEV web container run as linux/amd64 in the same exact way, and then if you need to npm-install some odd package that is Intel-only, you can do it. Add a .ddev/docker-compose.amd64.yaml like this:

services: web: # Force the DDEV web image to run as `linux/amd64` on Apple Silicon with Rosetta platform: linux/amd64

Run Your Entire Docker System as AMD64

As well as those techniques work, it seems unlikely that you'd want to run everything as AMD64, but DDEV on Intel... on Apple Silicon tells you how!

Wrapping Up: Try to Use Native Software When You Can

I don't recommend using either of these techniques if you have the option of updating to native software or images, but they're pretty nice if you can't!

Do you have specific examples of Intel-focused software or images that you've had trouble with? I'd love to hear about it, and hear your solutions. I'd love to update this article with more specific examples.

I'd love to hear your experience. Join us in Discord or open an issue or send an email if you have success (or failure 😀).

Thanks for your support and engagement with DDEV!

Gizra.com: Bare-Bones Theming in Drupal with PEVB

Drupal gives us a lot—field formatters, and fancy layout builders modes. But what if you don’t need all that? If you’re a developer or themer looking for a simpler, more direct way to render content—without jumping through the usual hoops—the Pluggable Entity View Builder (PEVB) might be for you. See more about PEVB and our Drupal-starter in this video, from a presentation given in the (hallways) of DrupalCon Atlanta 2025

Tag1 Consulting: Migrating Your Data from D7 to D10: Debugging tips, performance considerations, Drupal CMS, AI-assisted migrations and more!

Welcome to the last article in the series. Today, we’ll wrap up by covering how to debug migrations, performance considerations, and the importance of checking your site for broken links before launch. We’ll also briefly discuss migrating into Drupal CMS and using AI to assist with the migration process.

mauricio Tue, 04/15/2025 - 06:24

The Drop Times: The Anatomy of a Drupal Decision

Dear Readers,

Open-source communities depend on more than just code. They rely on discussion, disagreement, and collaboration to shape projects' progress. In Drupal, dialogue is the anatomy of every decision. When the stakes are high or the path isn’t apparent, the process often begins with people asking questions, sharing use cases, and voicing concerns. DrupalCon Atlanta is in the books, but one update by Dries Buytaert is just getting started. During the Driesnote, Dries officially announced the launch of the Drupal Marketplace Initiative. Think of it as shelf space for the community’s best work, not just a place to download themes but a real way to explore, test, and launch starter sites confidently.

Marketplace Initiative is a clear example of an approach through dialogues. It's a proposal with practical goals but also a test of how Drupal makes decisions as a community. The core idea is to build a public marketplace for Drupal site templates, giving users easier ways to get started while making real examples of Drupal's capabilities more visible. The proposal includes both free and commercial templates. That last part has sparked debate, not because it's technically difficult, but because it touches on long-standing questions about values, equity, and direction.

Rather than settle those questions behind closed doors, the initiative is designed to gather input from across the Drupal ecosystem. It’s about how decisions get made in a project that serves many users with different needs. Whether you're excited about the potential or cautious about the trade-offs, this is the right time to speak up, and what comes next will be shaped by the people who show up now.

Right now, there are multiple ways to get involved. The working group has opened a Slack channel #drupal-cms-marketplace where you can jump into discussions, share ideas, and react to ongoing prompts. They’ve also released the first in a series of community surveys, starting with one focused on contributors, agencies, and Drupal Certified Partners. There are live community sessions planned too, open to anyone who wants to help shape how this all unfolds.

Dries didn’t take a side but made the case for a conversation. Many organizations already pay for templates off-platform through agencies or contractors. Bringing that activity into the open could create better options, reward contributors, and strengthen the ecosystem. But it also raises questions about fairness, values, and long-term sustainability. Those questions are now on the table; everyone is invited to weigh in.

This is how decisions happen in Drupal: not with final announcements but with open discussions that invite more people into the room. Dialogue remains the structure we build on. With that, let's move on to the important stories from last week.

INTERVIEW

DISCOVER DRUPAL

EVENT

ORGANIZATION NEWS

We acknowledge that there are more stories to share. However, due to selection constraints, we must pause further exploration for now.

To get timely updates, follow us on LinkedIn, Twitter and Facebook. You can also join us on Drupal Slack at #thedroptimes.

Thank you, 
Sincerely 
Alka Elizabeth 
Sub-editor, The DropTimes.

Drupal Core News: Drupal 11.2 alpha phase begins May 7

Drupal 11.2 alpha phase begins May 7

In preparation for the minor release, Drupal 11.2.x will enter the alpha phase the week of May 7, 2025. Core developers should plan to complete changes that are only allowed in minor releases prior to the alpha release.

The 11.2.0-alpha1 deadline for most core patches is May 7, 2025.

The 10.6.x release branch of core will be created for the next maintenance minor release.

  • Developers and site owners can begin testing the alpha after its release.

  • The 11.2.x release branch of core will be created before the alpha is tagged. Future feature and API additions will continue to be targeted against the main development branch, 11.x.

  • After 11.2.x is branched but before 11.2.0-alpha1 is tagged, alpha experimental modules will be removed from the 11.2.x codebase. Their development will continue in 11.x only.

  • Following the release of Drupal 11.2 and 10.5, only security issues will be fixed in Drupal 11.1 and 10.4. Additionally, Drupal 11.0 and 10.3 will become end-of-life (EOL).

  • During the alpha phase, core issues will be committed according to the following policy:

    1. Most issues that are allowed for patch releases will be committed to 11.2.x and 10.5.x. Such issues may also be committed to 11.1.x and 10.4.x until the final normal bugfix releases of 11.1 and 10.4 on June 4, 2025.
    2. Most issues that are only allowed in minor releases will be committed to 11.x only. (Such issues may be released in 11.3 or another future minor.). A few strategic issues may be backported to 11.2.x, but only at committer discretion after the issue is fixed in 11.x and before the beta deadline. For these issues, leave them set to 11.x unless you are a committer.
    3. Most issues that are allowed in maintenance minor releases will be committed to 11.x and 10.6.x only. A few strategic issues may be backported to 11.2.x and 10.5.x, but only at committer discretion and before the beta deadline. For these issues, leave them set to 11.x unless you are a committer.

Roughly two weeks after the alpha release, the first beta release will be created. All the restrictions of the alpha release apply to beta releases as well. The release of the first beta is a firm deadline for all feature and API additions. Once the beta commit freeze begins, issues in the Reviewed & Tested by the Community (RTBC) queue will be committed to the next minor release only.

The release candidate phase will begin the week of June 2.

Security support of Drupal 10 and 11

Drupal 10.3.x and 11.0.x Security releases will be provided until June 18, 2025. Drupal 10.4.x and 11.1.x Security releases will be provided until December 10, 2025.

See the Drupal core release process overview, the Drupal core release schedule, allowed changes during the Drupal 10 and 11 release cycles, and Drupal 10 and 11 backwards compatibility and internal API policy for more information.

The Drop Times: MCP Client Module Available for Drupal, Supports Integration with External Platforms

The experimental MCP Client module for Drupal, created by Marcus Johansson and co-maintained by James Abrahams, allows Drupal sites to connect with MCP-enabled systems like Slack, Figma, and Google Docs. The module supports MCP version 2 and OAuth authentication and is currently intended for local testing only.