Skip to content

Latest commit

Β 

History

1,996 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Lerd

Open-source Herd-like local PHP development environment for Linux and macOS, with Windows supported via WSL2 (beta). Podman-native, rootless, with a built-in Web UI.

CI Release License: MIT Platform Docs Reddit Discord

Lerd dashboard tour

Lerd runs Nginx, PHP-FPM, and your services as rootless Podman containers, designed for PHP developers on Linux and macOS, and on Windows through WSL2 (beta). No Docker. No sudo. No system pollution. Just lerd link and your project is live at project.test with HTTPS.

Built for Linux PHP developers

Lerd is built for PHP developers on Linux who want frictionless local development: automatic .test domains, per-project PHP versions, one-click HTTPS, zero Docker. Works with Laravel, Symfony, WordPress, Drupal, Magento, CakePHP, Statamic, and any custom PHP framework.

Features

Sites, domains and TLS

  • 🌐 Automatic .test domains. One command gives a project a hostname and TLS that reissues before it expires, with no dnsmasq, no system resolver tweak and no sudo for the DNS bits. You can opt out of lerd-managed DNS for *.localhost, or toggle it later with dns:enable / dns:disable / dns:repair.

  • πŸ”— Site groups. Group related sites so a main site owns a base domain and the rest occupy its subdomains, with a shared or separate database per secondary.

  • 🧱 Host-proxy sites. Run a Node, Python, Go or any non-PHP dev server on the host and have nginx serve it at a .test domain with HTTPS, git worktrees included. A wedged dev server can be bounced from the site header without reaching for a terminal.

  • 🌳 First-class git worktrees. Auto-detected branch domains, per-worktree PHP and Node versions, optional database isolation, wildcard cert SANs and a per-branch Vite worker. A bare git worktree add from any tool is provisioned automatically, and lerd worktree wait blocks until the tree is ready.

  • 🌍 Share a site. On your LAN with a stable port and a QR code, or publicly through ngrok, cloudflared, Expose, Pinggy, serveo or localhost.run. Set a base domain once and every share keeps the same URL between runs, through a tunnel service or the reverse proxy you already run.

  • 🎨 Dev servers on the site's own domain. A running Vite serves its assets and its hot-reload socket under the site's .test hostname instead of advertising localhost:5173, so a shared, LAN-opened or worktree page arrives styled. Nothing in the project is edited and nothing is declared per framework.

PHP, Node and runtimes

  • 🐘 Per-project PHP version. 8.1 to 8.5, plus a frozen 7.4 / 8.0 legacy tier for projects on the old stack, switched with one click. Custom extensions and Alpine packages are declared once and applied to every image lerd builds.

  • ⚑ FrankenPHP runtime. Per site, as an alternative to shared PHP-FPM, with Laravel Octane and Symfony Runtime worker mode.

  • πŸ“¦ Node.js isolation. Node 22 or 24 per project, through the bundled fnm or an nvm you already have, switchable from the dashboard. Or bun as the JS runtime on the host and, opt-in, inside the container.

  • πŸͺ„ No per-framework setup. Workers, env values and the nginx vhost are configured for you when you link a project. "Env" means whatever file your framework actually reads: a .env, WordPress's wp-config.php, Magento's env.php or Drupal's settings.php, written in place.

  • 🧩 Framework store. Community definitions for Laravel, Symfony, WordPress, Drupal, Magento, CakePHP, CodeIgniter, Statamic and Tempest, with versioned auto-detection back to the majors still on PHP 7.4. One published tomorrow arrives without a new lerd release.

Services and databases

  • πŸ—„οΈ One-click services. MySQL, PostgreSQL, Redis, Meilisearch, RustFS, Mailpit, Reverb, OpenSearch and more, the default stack built in and every add-on from a store that updates without a lerd release. Create, drop, snapshot, export and import databases from the service page.

  • πŸ”Œ Host tools that reach the container. psql, mysql, pg_dump and friends run on your host against lerd's engines with no client installed and no port to remember. Point an IDE's phpstan, php-cs-fixer or phpcs at the same shims and they run in the project's PHP container.

  • 🧷 IDE database wiring for JetBrains. A project gets one data source pointed at its own lerd database on the host port it actually answers on, written on link and refreshed as the project's database changes, leaving every data source lerd doesn't own untouched.

Debugging and performance

  • πŸ›°οΈ Debug window. Intercepts every dump() / dd() and streams it to the dashboard, TUI, MCP and lerd dump tail, scoped per site and per worktree branch. The same window captures SQL with N+1 and slow-query detection, plus mail, views, events, queued jobs and outgoing HTTP, on Laravel and Symfony.

  • πŸ”₯ SPX profiler with one-click on/off. Every PHP-FPM request becomes a flame graph viewable in a same-origin Profiler view in the dashboard, with no FPM restart and no code changes, and lerd profile run profiles a one-shot artisan or CLI command.

  • πŸ“ˆ Request timing analytics. A durable per-site view of typical and p95 response times, throughput, error rate, and the slowest routes ranked by recent p95 with one-click profiling. Agents get the same signal over MCP with route_timing and optimize_route.

  • πŸ§ͺ Tinker tab. An in-browser PHP REPL per site with project-aware autocomplete, hover and diagnostics powered by phpantom_lsp, so your models and Builder chains resolve as you type. Works on Laravel, Symfony and any composer project.

Interfaces

  • πŸ–₯️ Built-in Web UI. Sites and services dashboards, live widgets, a global Cmd+K command palette, and install/remove of PHP and Node versions, in fourteen languages. Reachable from another machine behind credentials, with the actions that touch the host staying local until you grant them.

  • ✨ Start a project from the dashboard. The + in Sites scaffolds a project from the framework store or links one you already have, asks what lerd init asks, then runs composer and the JS build in the modal. Close the tab mid-install and it picks back up.

  • πŸ“š The documentation, offline. Every page ships inside the binary, searchable and rendered in the dashboard, so the one moment you most need the docs, a machine with no internet, is not the moment they stop working. lerd man reads the same pages in the terminal.

  • πŸ’» Terminal dashboard (lerd tui). A btop-style TUI with live status, site detail pane, inline domain and version editing, shell drop-in, log tailing, and filter/sort, the same operations surface as the web UI, for tmux and SSH workflows.

  • πŸͺŸ Omarchy bar widget. lerd Glance puts sites, services, workers and container CPU and memory in the Omarchy Quattro bar, quiet until something breaks, so you can see the state of the environment without opening a tab.

  • ✏️ Edit config in the browser. Per-site and global nginx, php.ini with the version's own file and the shared scope side by side, .env files, and database/service runtime tuning, each validated (nginx -t where it applies), with timestamped backups and one-click restore.

  • πŸ“‹ Live logs for PHP-FPM, Queue, Schedule and Reverb, per site, rendered in the colour the tool actually emits (artisan, composer, vite, pest) and with a button that hands any log to a real terminal so a long tail survives closing the tab.

  • πŸ”” Notifications for the things worth interrupting you, delivered to open dashboards, to subscribed browsers over Web Push, or to your desktop's native notification daemon. Every one also lands in the dashboard's sidebar bell, which keeps the last 50 with an unread count across reloads.

  • πŸ€– MCP server. Let AI assistants (Claude Code, Cursor, JetBrains Junie, Codex CLI, Gemini CLI, GitHub Copilot, Google Antigravity, Windsurf) manage your environment directly.

Health and upkeep

  • 🧰 Environment doctor (lerd doctor). Checks the host lerd itself depends on and repairs what it safely can with --fix: missing directories, linger, a missing PHP image, the DNS wiring. Anything needing sudo is printed as a command and never run for you, and --dry-run shows it first.

  • 🩺 Site doctor. Framework-agnostic health checks (env drift, application key, composer and node state, security audits, database presence, PHP version range) plus extra checks for your framework, each with a one-click fix, from the web UI, the TUI, lerd site:doctor and MCP.

  • βš’οΈ Worker self-heal. Failed queue, schedule, horizon, reverb and stripe workers are surfaced everywhere (CLI, dashboard banner, TUI, MCP) and recovered with one click or lerd worker heal. A worker that keeps failing can be stopped from the same banner rather than restarted into the same wall.

  • πŸ’Ύ Nothing destructive without a way back. A service remove --purge or a reinstall --reset-data snapshots every database first, while the data is still where the engine expects it, so recovery is an ordinary db:restore -A. Each engine declares how long it gets to shut down.

  • πŸ’€ Idle-suspend. Activity-driven suspension of a site's workers (queue, schedule, horizon, reverb, stripe, Vite) after a configurable idle timeout, resumed on the next request, CLI command, MCP call or file save, with per-site pinning.

  • πŸ“Œ Pinned host tools. Composer, fnm and mkcert are pinned behind a published manifest rather than whatever releases/latest served that day, so an upstream release cannot break a fresh install overnight, and the System page reports each against its pin and applies the update on the card that flagged it.

  • πŸ”’ Rootless and daemonless. Podman-native, no Docker required, dual-stack IPv4 + IPv6.

AI Integration (MCP)

Lerd ships a built-in Model Context Protocol server. Connect it to Claude Code, Cursor, JetBrains Junie, Codex CLI, Gemini CLI, GitHub Copilot, Google Antigravity, Windsurf, or any MCP-compatible AI assistant and manage your dev environment without leaving the chat.

lerd mcp:enable-global   # register once, works in every project

Then just ask:

You: set up the project I just cloned
AI:  β†’ site(action: "link")
     β†’ exec(action: "composer", args: ["install"])
     β†’ env(action: "setup")        # detects MySQL + Redis, starts them, creates DB, generates APP_KEY
     β†’ framework(action: "setup")  # storage:link + migrate for Laravel, doctrine:migrations:migrate for Symfony
     βœ“  myapp β†’ https://myapp.test ready

Twelve grouped tools, each driven by an action: site, service, db, env, runtime, worker, exec, framework, diag, logs, workspace, and worktree. Scaffold projects, run migrations, manage services, toggle workers, tail and search logs, enable Xdebug, manage databases and PHP extensions, park directories, switch runtimes between PHP-FPM and FrankenPHP, and more, all from your AI assistant.

πŸ“– MCP documentation

Why Lerd?

Lerd DDEV Lando Laravel Herd Laragon
Podman-native βœ… 🟑 ❌ ❌ ❌
Rootless βœ… ❌ ❌ βœ… ❌
Web UI βœ… ❌ ❌ βœ… ❌
Terminal dashboard βœ… ❌ ❌ ❌ ❌
Linux βœ… βœ… βœ… ❌ ❌
macOS βœ… βœ… βœ… βœ… ❌
Windows πŸ§ͺ βœ… βœ… βœ… βœ…
MCP server βœ… ❌ ❌ βœ… ❌

🟑 DDEV runs on Docker by default and can also use Podman as an alternative runtime; Lerd is built exclusively for rootless Podman.

πŸ§ͺ Lerd's Windows support runs inside WSL2 and is currently beta, see the Windows (WSL2) guide. Laragon runs natively on Windows and has no Linux or macOS build, see Laragon for Linux if that is what brought you here.

Install

Linux

curl -fsSL https://lerd.sh/install.sh | bash

Update later with:

lerd update
Install via apt instead (Ubuntu/Debian)

The PPA publishes for every Ubuntu release in standard support and for the current development release. On one of those:

sudo add-apt-repository ppa:lerd/lerd
sudo apt update
sudo apt install lerd

On any other release the PPA has no packages, and add-apt-repository leaves behind a source entry that fails every later apt update. Remove it with sudo add-apt-repository --remove ppa:lerd/lerd and use the script installer above.

The package finishes setup with no prompt: its maintainer script applies the root-level steps and runs the per-user install, so .test DNS and HTTPS come up on their own. Update with sudo apt upgrade; a packaged lerd lives under /usr, so lerd update defers to your package manager instead of fighting it.

Install via dnf instead (Fedora)

The COPR builds for every Fedora release in standard support and for rawhide:

sudo dnf copr enable georged/lerd
sudo dnf install lerd

The package finishes setup with no prompt, exactly like the apt one: .test DNS and HTTPS come up on their own. Update with sudo dnf upgrade; a packaged lerd lives under /usr, so lerd update defers to your package manager instead of fighting it.

Install via Homebrew instead
brew install lerd-env/lerd/lerd
lerd install

Podman comes from your distro rather than as a brew dependency, and Homebrew on Linux needs its usual prerequisites (notably a C compiler). Update with brew upgrade lerd.

macOS

curl -fsSL https://lerd.sh/install.sh | bash

Update later with:

lerd update

The installer needs the podman CLI; it will offer to brew install podman if it's missing.

Install via Homebrew instead
brew install lerd-env/lerd/lerd
lerd install

Recent Homebrew versions block third-party taps until trusted, so you may need to run brew trust lerd-env/lerd first. Update later with brew upgrade lerd && lerd install.

NixOS

NixOS has its own flake, since its declarative model doesn't fit the one-line installer's imperative DNS and self-install steps.

nix run github:lerd-env/lerd-nixos -- --help

The lerd-nixos flake packages the binary and ships the configuration.nix blocks the stack needs. See the NixOS guide for the full runbook.

Note

See the installation docs for details.

Desktop app (optional)

Prefer a dedicated window to a browser tab? Lerd Desktop wraps the dashboard in a native app with native desktop notifications for captured mail, worker failures, and finished operations, no browser needed. Linux, shipped as a Flatpak:

flatpak install --user https://lerd.sh/lerd.flatpakref

Once it's installed, lerd dashboard opens the app instead of the browser.

Quick Start

cd my-laravel-project
lerd link
# β†’ https://my-laravel-project.test
lerd open           # the site in your browser
lerd code           # the project in your editor

Starting from nothing, lerd new asks which framework and which major from the store, scaffolds it, and links the result, so you land on a served site rather than on three commands to type.

lerd install already starts everything for you on first run, so you can lerd link immediately. Day-to-day:

lerd start          # boot DNS, nginx, PHP-FPM, services, workers, UI
lerd stop           # stop containers and workers (UI and watcher stay up)
lerd quit           # full shutdown including UI, watcher, and tray
lerd autostart enable   # boot lerd on every login
lerd status         # health snapshot

See Start, Stop & Autostart for the full lifecycle reference.

Framework Store

Install community framework definitions from lerd-env/frameworks:

lerd framework search                   # list all available
lerd framework install symfony          # auto-detects version from composer.lock
lerd framework install drupal@11        # explicit version
lerd framework list --check             # compare local vs store

Frameworks auto-detect when you lerd link a project, and its workers, env values, nginx proxy and setup commands are configured from there.

Services work the same way. Lerd ships the default stack, and every add-on lives in lerd-env/services, so a new service reaches you without updating lerd:

lerd service search                     # browse the store
lerd service preset pgadmin             # install a store-only preset

Documentation

πŸ“– lerd.sh

Built on

Lerd stands on a set of excellent open-source projects it bundles or fetches to power the experience:

  • phpantom_lsp - the PHP language server behind tinker autocomplete, diagnostics and semantic highlighting
  • Monaco - the editor engine for every in-browser editing surface
  • php-spx - the profiler behind the SPX flame graphs
  • mkcert - the local CA that backs .test HTTPS
  • fnm - the per-project Node version manager
  • Composer - fetched on the host for dependency operations
  • Starship - the prompt in the container shell drop-in
  • Simple Icons - the service marks in the dashboard, CC0

License

MIT

About

Open-source, Herd-like local PHP development environment for Linux and macOS. Automatic .test domains, per-project PHP/Node isolation, one-command TLS. Podman-native, rootless.

Topics

Resources

Stars

1.0k stars

Watchers

4 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages