Downloads

Download tar.gz 10.82 KB
MD5: 98c9c197c10e0ed5e43c4956452dbc4d
SHA-1: 8385fbcdc2a7457fc2ef6e95e38391dd1e0b5d3e
SHA-256: d67ebc8c755d316459a3af1f0da391c2d0ab71f4b0e4cd58744da3c16a7bac6e
Download zip 13.32 KB
MD5: 0a476d94d27b5a1038d2006ebbc934f4
SHA-1: 12075a4e7fdff4850db9b8ccad3750557bb63269
SHA-256: 4773c937a3b59a11d269491bcc3c31e2578eda55a77e122694ef06a5ec513c09

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