diff --git a/README.md b/README.md index 1a860fc7..521c82c0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@

Logo

-

Lightpanda Browser

+

+The headless browser built from scratch for AI agents and automation.
+Not a Chromium fork. Not a WebKit patch. A new browser, written in Zig. +

-

lightpanda.io

- +
[![License](https://img.shields.io/github/license/lightpanda-io/browser)](https://github.com/lightpanda-io/browser/blob/main/LICENSE) @@ -13,6 +15,17 @@ [![GitHub stars](https://img.shields.io/github/stars/lightpanda-io/browser)](https://github.com/lightpanda-io/browser)
+
+ +[ +](https://github.com/lightpanda-io/demo) +  +[ +](https://github.com/lightpanda-io/demo) +
+ +_Puppeteer requesting 100 pages from a local website on a AWS EC2 m5.large instance. +See [benchmark details](https://github.com/lightpanda-io/demo)._ Lightpanda is the open-source browser made for headless usage: @@ -26,16 +39,6 @@ Fast web automation for AI agents, LLM training, scraping and testing: - Exceptionally fast execution (11x faster than Chrome) - Instant startup -[ -](https://github.com/lightpanda-io/demo) -  -[ -](https://github.com/lightpanda-io/demo) - - -_Puppeteer requesting 100 pages from a local website on a AWS EC2 m5.large instance. -See [benchmark details](https://github.com/lightpanda-io/demo)._ - [^1]: **Playwright support disclaimer:** Due to the nature of Playwright, a script that works with the current version of the browser may not function correctly with a future version. Playwright uses an intermediate JavaScript layer that selects an execution strategy based on the browser's available features. If Lightpanda adds a new [Web API](https://developer.mozilla.org/en-US/docs/Web/API), Playwright may choose to execute different code for the same script. This new code path could attempt to use features that are not yet implemented. Lightpanda makes an effort to add compatibility tests, but we can't cover all scenarios. If you encounter an issue, please create a [GitHub issue](https://github.com/lightpanda-io/browser/issues) and include the last known working version of the script.