Lightpanda
Fast headless browser (~107MB binary, Zig). No MCP — direct CLI calls only.
Binary: ~/.local/bin/lightpanda
Core Commands
Fetch a URL (dump HTML)
~/.local/bin/lightpanda fetch --dump https://example.com
Save to file (avoid flooding context)
~/.local/bin/lightpanda fetch --dump https://example.com > /tmp/page.html
With logging
~/.local/bin/lightpanda fetch --dump --log_level info https://example.com
Respect robots.tx
[Description truncada. Veja o README completo no GitHub.]