Downloads

Download tar.gz 8.29 KB
MD5: 335e387967cfd108720817e75f3a3bf9
SHA-1: 740faba941d1a216ad964e2d7a115e229c72de9f
SHA-256: 39570b715c074a6e15584d7f49644bb13df8e7b6fdd0973e2bc6f20d67a5d4f2
Download zip 9.98 KB
MD5: ab7a585a1c62ac11493b78c7b7ea1943
SHA-1: 1721bf9110a0e80eafd6eec8049ef16e002689ba
SHA-256: 33b8f280b85e21e05b90a7fd97295585bd67a2aebceb6921ebed165b345b1fde

Release notes

This beta release of Drupal CMS 2.0 includes improved integration with Canvas, an updated component library, and many bug fixes. 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 beta --no-install
cd cms
composer config minimum-stability beta
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 beta --no-install
ddev composer config minimum-stability beta
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

Other notable changes since 2.0.0-alpha1:

Created by: phenaproxima
Created on: 17 Dec 2025 at 00:44 UTC
Last updated: 17 Dec 2025 at 00:44 UTC
Bug fixes
New features
Unsupported

Other releases