v2.0.0
Camoufox release with the V2 browser engine rewrite and the first modern dashboard surface.
by @saifyxpro
Released on January 28, 2026
Major Release
HeadlessX V2.0 represented a browser engine rewrite that replaced Chromium-based stealth with Camoufox.
Added
- Camoufox browser engine with Firefox-based fingerprint spoofing
- Google SERP scraper
- Website scraper with HTML, JS HTML, markdown, screenshots, and SSE streaming
- API endpoints for website and Google SERP workflows
- complete API and integration docs
- modern dashboard with playground, logs, profiles, and proxy management
Changed
- browser engine migrated from Chromium to Firefox
- more config moved from
.envinto the dashboard UI - frontend upgraded to Next.js 16 and React 19
- Node.js 22+ became the target runtime
Removed
playwright-extrapuppeteer-extra-plugin-stealth- PDF scraping endpoint
- older generic docs component previews
Breaking Changes
- Browser engine changed from Chromium to Firefox.
- API responses were standardized under
{ success, data, error }. - The PDF endpoint was removed.
- More configuration moved into the dashboard.