Aktuell kann Contao 4 nur über Composer installiert werden.
Manuell
git clone -b develop https://github.com/contao/standard-edition.git cd standard-edition curl -sS https://getcomposer.org/installer | php php composer.phar install
Mit create-project
curl -sS https://getcomposer.org/installer | php php composer.phar create-project contao/standard-edition contao4 4.0.0