Open-source Herd-like local PHP development environment for Linux. Podman-native, rootless, with a built-in Web UI.
Lerd runs Nginx, PHP-FPM, and your services as rootless Podman containers,
designed for PHP and Laravel developers on Linux (Ubuntu, Fedora, Arch, Debian).
No Docker. No sudo. No system pollution. Just lerd link and your project
is live at project.test with HTTPS.
If you're a PHP or Laravel developer on Linux and want frictionless local development — automatic .test domains, per-project PHP versions, one-click HTTPS, zero Docker — Lerd is built for you.
- 🌐 Automatic
.testdomains with one-command TLS - 🐘 Per-project PHP version (8.2, 8.3, 8.4), switch with one click
- 📦 Node.js isolation per project (Node 22, 24)
- 🖥️ Built-in Web UI - manage sites, services, and logs from a browser
- 🗄️ One-click services: MySQL, PostgreSQL, Redis, Meilisearch, Minio, Mailpit, Stripe Mock, Reverb and more
- 📋 Live logs for PHP-FPM, Queue, Schedule, Reverb, per site
- 🔒 Rootless & daemonless - Podman-native, no Docker required
- 🤖 MCP server - let AI assistants (Claude Code, Windsurf, Junie) manage your environment directly
- ⚡ Laravel-first, with Symfony, WordPress, and custom framework support
Lerd ships a built-in Model Context Protocol server. Connect it to Claude Code, Windsurf, JetBrains Junie, or any MCP-compatible AI assistant and manage your dev environment without leaving the chat.
lerd mcp:enable-global # register once, works in every projectThen just ask:
You: set up the project I just cloned
AI: → site_link()
→ env_setup() # detects MySQL + Redis, starts them, creates DB, generates APP_KEY
→ composer install
→ artisan migrate --seed
✓ myapp → https://myapp.test ready
60+ tools available: run migrations, manage services, toggle workers, tail logs, enable Xdebug, manage databases, manage PHP extensions, park directories, and more, all from your AI assistant.
| Lerd | DDEV | Lando | Laravel Herd | |
|---|---|---|---|---|
| Podman-native | ✅ | ❌ | ❌ | ❌ |
| Rootless | ✅ | ❌ | ❌ | ✅ |
| Web UI | ✅ | ❌ | ❌ | ✅ |
| Linux | ✅ | ✅ | ✅ | ❌ |
| macOS | 🔜 | ✅ | ✅ | ✅ |
| MCP server | ✅ | ❌ | ❌ | ❌ |
| Free & open source | ✅ | ✅ | ✅ | ❌ |
curl -fsSL https://raw.githubusercontent.com/geodro/lerd/main/install.sh | bashcd my-laravel-project
lerd link
# → https://my-laravel-project.testMIT
