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/browseror
Install via npx
npx @hexmos/ipm i lightpanda-io/browserPrerequisites
Zig
languageVersion: 0.15.2
Libcurl
package_managerVersion: 7.64.0
Netsurf libs
package_managerVersion: 1.2.3
Mimalloc
libraryVersion: 0.9.4
Node.js
package_managerVersion: 18.15.0
Go
package_managerDocker
build_toolVersion: 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 ./lightpandaNightly Builds (Binary) - MacOS aarch64
curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && chmod +x ./lightpandaBuild from Source (Make)
make installInstall from Docker
docker run -d --name lightpanda -p 9222:9222 lightpanda/browser:nightlyPost 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.
