Lightpanda, a Zig-built open-source headless browser for AI agents, is 9x faster and 16x lighter than Chrome
JafarNajafov · x · 2026-09-05
- Lightpanda is a from-scratch, open-source headless browser (34.4k GitHub stars) built in Zig specifically for AI agents, scraping, and automation — not a Chromium fork or WebKit patch. Skipping the graphical rendering layer slashes overhead.
- Benchmarks (fetching 933 real pages on an AWS EC2 m5.large): peak memory 123MB vs Chrome's 2GB (16x less); 100 pages in 5s vs 46s (9x faster); instant startup.
- Compatibility: full JavaScript via V8, Ajax/XHR/Fetch, DOM APIs + HTML parsing, cookies, custom headers, proxy support, network interception, and robots.txt compliance. It runs a CDP server on port 9222, making it a drop-in Chrome replacement for Puppeteer/Playwright/chromedp with one config line: browserWSEndpoint: "ws://127.0.0.1:9222".
- Ships Docker images for amd64/arm64 and supports Linux, macOS, and Windows (WSL2). For teams running hundreds of concurrent AI web-agent sessions, it can cut infra bills dramatically.
More from coding & agent
- Dev claims the era of writing code is over, citing Fable and Astra — CtrlAltDwayne · 2026-09-05
- Agent output to grow 1000x in 2 years; trust and verification layer is a billion-dollar startup, says investor — tallmetommy · 2026-09-05
- Prompt engineering is really capital allocation, argues VC-adjacent thread — StewartalsopIII · 2026-09-05
- everything-claude-code: a Claude Code toolkit hits 2164 GitHub stars — WorldFlowAI · 2026-09-05
- humanlayer/skills jumps 1141 stars in a day to top GitHub trending — humanlayer · 2026-09-05
- Team muted AI code review within two weeks — a real auth bug slipped to prod — Specialist_Agent3599 · 2026-09-05