Downloads

Download tar.gz 22.83 KB
MD5: b0984f96371097f5c727e31a4db8b4aa
SHA-1: b05750229c61aff221889e0a8849819ec85159c0
SHA-256: 448e141ed8a99feb3eb6a440540dcf3f5361b8e76ca1605e75765ffc8d318e47
Download zip 43.58 KB
MD5: 6dfd90a450a5b7bce3f2a40f1c05b6dd
SHA-1: db5134e76092acc5625464fd8cd2546e551cd1b5
SHA-256: 831301f365ae4105d300a494d578dbeefdfbd2335b016510e774c1b285de74ea

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: thejimbirch
Created on: 20 Jan 2026 at 14:02 UTC
Last updated: 20 Jan 2026 at 14:02 UTC
Bug fixes
New features
Unsupported

Other releases