obscura
Installation
SKILL.md
Obscura
Use Obscura as a lightweight, stealth-capable Rust headless browser for automation. It embeds V8, owns the DOM and rendering pipeline, and exposes Chrome DevTools Protocol workflows without launching Chromium. Treat rendering and stealth as first-class, complementary capabilities.
Build variants
Official release archives and Docker images include rendering. For a source checkout, build release mode with the render feature:
CARGO_INCREMENTAL=0 CARGO_BUILD_JOBS=2 cargo build --release -p obscura-cli --bins --features render
Build rendering and stealth together for the wreq/BoringSSL transport, browser-identity protections, and tracker blocking: