camoufox-2026
Installation
SKILL.md
Camoufox 2026 — Anti-Detect Browser Automation
⚠️ 2026 Status Warning
As of v146.0.1-beta.25 (Jan 2026), Camoufox source is public but highly experimental.
- Latest releases are not stable for production — expect breaking changes
- Performance degraded from prior versions due to Firefox base version gap and new fingerprint inconsistencies
- Development resumed late 2025/early 2026 after a maintenance gap
- For stable production use, pin to last known-good version and test before upgrading
What Camoufox Does (vs raw Playwright)
Standard Playwright leaks automation via:
navigator.webdriver = truewindow.__playwright__binding__injected into page scope- CDP (Chrome DevTools Protocol) fingerprint signals
Camoufox patches Firefox at C++ level (via Juggler protocol — Firefox's equivalent of CDP). Playwright actions run in an isolated scope outside the page — websites cannot see them. Additionally: fingerprint rotation via BrowserForge mimics real-world device distribution.