AI Briefing
KO

Obscura - Open-Source Headless Browser

·2026.04.27 09:56

Key point

A lightweight headless browser for web scraping and AI agents has been released.

Details

It is an open-source headless browser engine specialized for web scraping and AI agent automation.

It embeds V8 to execute real JavaScript, and implements the Chrome DevTools Protocol (CDP), allowing Puppeteer/Playwright code to be reused as-is.

Key features are as follows.

  • Memory usage is as low as around 30MB, compared to headless Chrome.
  • Binary size is 70MB, much lighter than Chrome's 300MB+.
  • Page load is around 85ms, claimed to be 5-10x shorter wait time than Chrome.
  • Deployed as a single binary with no external dependencies such as Chrome, Node.js.
  • The --stealth option supports hiding navigator.webdriver, spoofing native functions, and fingerprint randomization for GPU, canvas, audio, etc.
  • Automatically blocks ad/analytics/telemetry trackers from 3,520 domains.
  • CLI commands like obscura fetch, obscura serve, obscura scrape --concurrency 25, --eval handle single-page rendering, parallel scraping, and JS expression execution.
  • Supports major CDP domains such as Target, Page, Runtime, DOM, Network, Fetch, Input, and also includes DOM-to-Markdown conversion.
  • Automatically handles form submission, login, POST handling, 302 redirects, and cookie persistence.

The license is Apache 2.0.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.