Lightpanda is the open-source browser made for headless usage:
- Javascript execution
- Support of Web APIs (partial, WIP)
- Compatible with Playwright, Puppeteer through CDP (WIP)
Fast web automation for AI agents, LLM training, scraping and testing:
- Ultra-low memory footprint (9x less than Chrome)
- Exceptionally fast execution (11x faster than Chrome)
- Instant startup
Puppeteer requesting 100 pages from a local website on a AWS EC2 m5.large instance. See benchmark details.
This repository contains all the NPM packages created for Lightpanda
$ yarn build
To publish packages, we use changesets. Make sure to have commited & pushed all your code before publishing.
- Run the following command to create a new version (patch, minor, major)
$ yarn changeset add
- Publish all the packages
$ yarn publish-packages
- Push the new commits & merge to main