Downloads

Download tar.gz 25.44 KB
MD5: 14fcdea80c08a87f00604d45a43636b2
SHA-1: a78d9b4ce8b14d4723dfbea13265a2b8b4cad9ae
SHA-256: e0a30eeebfafd6f0b2df84de6f3b22a5baa3e976b8007e3f52644feb47599bd0
Download zip 42.59 KB
MD5: 1543c6d460a4ddd6c3962ebebbf96e00
SHA-1: 2ce0deed30cab40982fb2ed0891bbdb14f22edda
SHA-256: 1dbfd52fcd7261c199af8e67d50feb869d63372cd639ba5f2c07a810fa442631

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:43 UTC
Last updated: 17 Dec 2025 at 00:43 UTC
Bug fixes
New features
Unsupported

Other releases