Lightpanda is a browser engine built for machine-driven browsing rather than human visual browsing. Written in Zig, it keeps the parts automation workloads usually need — DOM processing, JavaScript execution, networking, and Chrome DevTools Protocol compatibility — while deliberately omitting graphical rendering. The result is a lightweight runtime for scraping, testing, crawling, and AI-agent workflows that can connect through familiar Puppeteer, Playwright, and chromedp tooling.
Current public Lightpanda docs benchmark the runtime at roughly 9x faster execution and 16x lower memory than Chrome on a 933-page AWS EC2 m5.large workload, with JavaScript execution and no graphical rendering. The platform also includes Agent and PandaScript workflows, MCP support, markdown and accessibility-tree output, proxy configuration, Stagehand guidance, and cloud browser endpoints for teams that want a managed option. These claims should still be validated against target sites because omitted rendering and partial Web API coverage can require Chrome fallback.
Lightpanda is available as AGPL-3.0 open source software and through a cloud offering. Current cloud pricing lists Explorer at $0 with 10 browser hours per month and 5 concurrent sessions, Builder at $19 per month with 300 browser hours then $0.08 per hour and 30 concurrent sessions, and Enterprise for custom volume, SLA, private-cloud, or on-prem needs. It is best suited to teams optimizing high-volume automation where graphical rendering is not the primary requirement.
