Lerd Uses Rootless Podman for Local PHP Development on Linux and macOS
Rootless Podman containers, automated HTTPS provisioning, and per-project runtime isolation form the core of Lerd, an open-source local PHP development environment for Linux and macOS. The tooling supports workflows across multiple PHP frameworks, including Drupal, Laravel, Symfony, WordPress, CakePHP, and Statamic, while also allowing developers to run non-PHP applications through custom container definitions.
According to the project documentation, Lerd uses Nginx, PHP-FPM, and supporting services running inside rootless Podman containers managed through systemd user services on Linux. The project positions its workflow as a Docker-free alternative for local PHP development while avoiding daemon-based container management during day-to-day operations, although installation steps involving DNS configuration and certificate trust setup may still require elevated privileges.
The environment provides automatic local domain assignment using .test or optional .localhost domains, along with HTTPS certificate provisioning through mkcert. The tooling also supports multiple PHP versions, Node.js version isolation, and framework-aware configuration through YAML-based definitions and per-project configuration files.
Built-in services documented by the project include MySQL, PostgreSQL, Redis, Meilisearch, RustFS, and Mailpit. Lerd also supports custom OCI containers through project-level Containerfile.lerd definitions, allowing Node.js, Python, Ruby, Go, and other runtimes to run alongside PHP projects within the same local workflow.
Project creator George Dumitrescu, a Romania-based senior full-stack engineer and software architect, describes Lerd as an open-source alternative to Laravel Herd for Linux and macOS developers. In a published developer blog post, Dumitrescu said the project was motivated by the lack of streamlined local PHP development tooling for Linux users compared with the developer experience available on macOS and Windows platforms.
The latest release, version 1.21.1, was published on 19 May 2026. The accompanying project changelog documents ongoing maintenance and feature development across the local development environment.
The project documentation includes framework walkthroughs for Laravel and WordPress deployments, while Drupal appears among the supported framework definitions listed in the framework store. Publicly available documentation does not currently include a dedicated Drupal-specific walkthrough or migration guide.
Lerd additionally includes a browser-based dashboard, terminal user interface, system tray integration, and a built-in Model Context Protocol (MCP) server intended for AI-assisted development workflows. The MCP integration is documented for tools including Claude Code, Cursor, Windsurf, and Junie.
Linux support currently targets systemd-based distributions including Ubuntu, Fedora, Arch Linux, Debian, Mint, Pop!_OS, openSUSE, CachyOS, and Omarchy. The project also provides installation support for macOS through Homebrew and Podman Machine integration.
The project is released under the MIT License and is available through GitHub.
