logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install lightpanda-io/browser. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

lightpanda-io/browser Installation Guide

How to install lightpanda-io/browser. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for lightpanda-io/browser. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i lightpanda-io/browser
or

Install via npx

npx @hexmos/ipm i lightpanda-io/browser

Prerequisites

Zig

language

Version: 0.15.2

Libcurl

package_manager

Version: 7.64.0

Netsurf libs

package_manager

Version: 1.2.3

Mimalloc

library

Version: 0.9.4

Node.js

package_manager

Version: 18.15.0

Go

package_manager

Docker

build_tool

Version: 20.10.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Nightly Builds (Binary) - Linux x86_64

curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && chmod +x ./lightpanda

Nightly Builds (Binary) - MacOS aarch64

curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && chmod +x ./lightpanda

Build from Source (Make)

make install

Install from Docker

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

Post Installation Steps

  • Open your browser and navigate to http://localhost:9222/ to start the Lightpanda CDP server.
  • You can now run a Puppeteer script by configuring the `browserWSEndpoint` in your code.