blob: ad00688a3259196f9e6bd82653d4581ede05fea7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
# Lightpanda AUR Package
## Description
This is the Arch Linux AUR package for [Lightpanda](https://lightpanda.io), a headless browser designed for AI and automation.
## Features
- **11x faster** than Chrome
- **9x less memory** than Chrome
- **Instant startup**
- **CDP support** (Chrome DevTools Protocol)
- Compatible with Playwright, Puppeteer, chromedp
## Installation
```bash
# Using yay
yay -S lightpanda
# Using pacman (with AUR helper)
pacman -S lightpanda
# Manual build
git clone https://aur.archlinux.org/lightpanda.git
cd lightpanda
makepkg -si
```
## Usage
```bash
# Start browser on default port 9222
lightpanda
# Start on custom port
lightpanda --port 9223
# Open URL
lightpanda goto https://example.com
# Dump page to markdown
lightpanda fetch --dump markdown https://example.com
```
## Requirements
- glibc
- gcc-libs
## License
AGPL-3.0-only - See [LICENSE](https://github.com/lightpanda-io/browser/blob/main/LICENSE)
## Source
- GitHub: https://github.com/lightpanda-io/browser
- Website: https://lightpanda.io
|