Skip to content

lightpanda-io/browser-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lightpanda Browser

Official Docker image for Lightpanda browser.

Lightpanda is the open-source browser made for headless usage:

  • Javascript execution
  • Support of Web APIs
  • Compatible with CDP clients like Playwright, Puppeteer or Chromedp.

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

Usage

Using docker run.

$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly

Using docker compose.

services:
    lightpanda:
        image: lightpanda/browser:nightly
        restart: unless-stopped
        ports:
            - '9222:9222'

Fetch command

$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly fetch https://lightpanda.io

CDP server

$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly serve --host 0.0.0.0 --port 9222 --log_level debug

Program version

$ docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightly version

About

Official Docker image for Lightpanda browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published