Downloads

Download tar.gz 237.88 KB
MD5: 4057e68cefbb898a862eef3f21341421
SHA-1: 614379ebc451bff0aa0920340324bf3ec999b8e4
SHA-256: 83761b0ebd337287e95f0b087cf0478f94f3ec3d43697ebf764f864f96d2fcda
Download zip 241.28 KB
MD5: 28e93b9ae83abe02ce8021b21cf3577a
SHA-1: 79a6342d5b1543c4e8af39590d54bca97f711632
SHA-256: 60b081a8b744b1fbdae2b5025fb6006212a8c7621924cc3933276c235cd7ce23

Release notes

Drupal CMS 2.0 is nearly upon us. But before that, let us revel in a week of release candidacy.

A number of bugs were fixed, but we were mostly focused on refining and improving the Byte site template and its theme. But we did make a few notable changes:

As per usual with pre-releases, this release should be used for testing only and is not suitable for building websites. There is no update path for Drupal CMS.

To spin up a Drupal CMS project, use the following commands:

composer create-project "drupal/cms:^2" -s rc --no-install
cd cms
composer config minimum-stability rc
composer install
composer drupal:recipe-unpack

If you are using DDEV, run these commands in an empty directory:

ddev config --project-type=drupal11 --docroot=web
ddev composer create-project "drupal/cms:^2" -s rc --no-install
ddev composer config minimum-stability rc
ddev composer install
ddev composer drupal:recipe-unpack

To install Drupal CMS using Drush, you can use:

drush site:install

This will install the Starter site template. To install Byte, use:

drush site:install ../recipes/byte

Enjoy! Report any bugs (or, if you feel like it, high praise) in the Drupal CMS issue queue.

Created by: phenaproxima
Created on: 20 Jan 2026 at 13:41 UTC
Last updated: 20 Jan 2026 at 13:41 UTC
Bug fixes
New features
Unsupported

Other releases