| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| lightpanda-x86_64-linux | 2026-02-19 | 106.9 MB | |
| lightpanda-x86_64-macos | 2026-02-19 | 63.1 MB | |
| lightpanda-aarch64-linux | 2026-02-19 | 111.4 MB | |
| lightpanda-aarch64-macos | 2026-02-19 | 60.5 MB | |
| README.md | 2026-02-19 | 536 Bytes | |
| v0.2.4 source code.tar.gz | 2026-02-19 | 783.7 kB | |
| v0.2.4 source code.zip | 2026-02-19 | 1.2 MB | |
| Totals: 7 Items | 343.8 MB | 0 | |
First version of multi thread support
Thanks to [#1353] you can now have multiple CDP connections to the same Lightpanda process. Every CDP connection gets its own full browser, but you can still only open 1 context and 1 page at a time per connection. Everything is cleaned up on disconnect.
https://lightpanda.io/blog/posts/how-we-built-multiclient
Dump web page in markdown format
Thanks to [#1560] you can now dump a fetched page into markdown format.
Use the --dump markdown option with the fetch command.