Drupack: Drupal infrastructure in a single binary
A few years ago I said Drupal needed infrastructure innovation, and I finally took the time to do something about it. While I really like DDEV, I'm really not a fan of having to use Docker for everything so I'm trying to do something about it.
theodore
September 22, 2026
A few years ago I said Drupal needed infrastructure innovation, and I finally took the time to work on it. While I really like DDEV, I'm really not a fan of having to use Docker for everything so I'm trying to do something about it.
I released Drupack, a binary that contains everything needed to run Drupal. No need for docker, PHP, apache installed locally. Download the binary, execute it and you have a local Drupal CMS website up and running. There are binaries for Linux, Windows, and MacOS (couldn't test those ones myself but they should work).
Here are the commands for Linux, they look really similar for windows and macos.
mkdir my-site && cd my-site
curl -L -o drupack https://github.com/tresbientech/drupack/releases/latest/download/drupack-linux-amd64
chmod +x drupack
./drupackIt's made with FrankenPHP to serve the website and embed the PHP application as a standalone binary. The site will be running FrankenPHP and sqlite by default (it can pointed to MySQL as well). Fow now the site installs the Drupal CMS Mercury Demo, in the folder you're running it from.
This is an experiement and is not intended to disrupt anything… yet. FrankenPHP is already serving this website, so I wanted to push it a bit further :) I hope Drupal will end up shipping a webserver and for that webserver to be FrankenPHP. Until then this is just one more low friction way to try Drupal out.
I don't know what'll be next, I'm afraid I'll only stop once I run out of Drupal-based puns…
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Drupal blog: The AWS Migration: Building the Next Chapter of Drupal’s Infrastructure | 0 | 10.28 | 21-09-2026 |
| 2 | LakeDrops Drupal Consulting, Development and Hosting: Eight Posts on the Fun Part. One on the Bill. | 0 | 10.09 | 23-09-2026 |
| 3 | Berliners blog: Generate Drupal local actions from Views configuration | 0 | 6.86 | 23-09-2026 |
| 4 | The Drop Times: Drupal 11 as the Governance Layer for an Open Health Platform | 0 | 8.84 | 23-09-2026 |
| 5 | Metadrop: Managing untracked files in Drupal with File Inspector | 0 | 6.7 | 23-09-2026 |
| 6 | Talking Drupal: Talking Drupal #571 - GovHub | 0 | 7.9 | 24-09-2026 |
| 7 | Droptica: What to do after Drupal 7: new website, Drupal 11 migration, or another CMS? | 0 | 7 | 16-07-2026 |
| 8 | Dries Buytaert: Tiffany Farriss to lead the Drupal Association | 0 | 5 | 15-07-2026 |
| 9 | Specbee: How Drupal support & maintenance services can keep your site secure, fast, and future-ready | 5 | 7 | 14-07-2026 |
| 10 | Хватит засовывать всё в контейнеры: возвращаем комфорт в локальную разработку | 0 | 8.84 | 27-06-2026 |