EveryDev.ai
Subscribe
Home
Tools

3,864+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. camofox-browser
    camofox-browser icon

    camofox-browser

    Browser Automation
    Featured

    Anti-detection headless browser server for AI agents, built on Camoufox (a Firefox fork with C++-level fingerprint spoofing) to bypass Cloudflare, bot detection, and anti-scraping systems.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT License. Self-host on any infrastructure.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Web
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Browser AutomationAutonomous SystemsAgent Frameworks

    Alternatives

    Browser UseagentcookieAgentGPT
    Developer
    Jo, Inc.San Francisco, CAEst. 2023

    Listed Sep 2026

    About camofox-browser

    camofox-browser is an open-source, MIT-licensed stealth headless browser server built by Jo, Inc. and maintained on GitHub. It wraps Camoufox — a Firefox fork that patches fingerprinting at the C++ level — in a REST API designed specifically for AI agents that need to browse the real web without getting blocked. The project has accumulated over 10,900 GitHub stars and 1,080 forks since its creation in January 2026.

    What It Is

    camofox-browser sits between an AI agent and the open web, providing a browser automation layer that defeats common bot-detection systems. Unlike Playwright with stealth plugins or headless Chrome, Camoufox patches navigator.hardwareConcurrency, WebGL renderers, AudioContext, screen geometry, and WebRTC at the C++ implementation level — before JavaScript ever sees them. The REST API layer adds agent-friendly primitives: accessibility snapshots instead of raw HTML, stable element refs (e1, e2, e3) for reliable clicking, and search macros for common sites.

    How the Anti-Detection Architecture Works

    The core engine is Camoufox, a Firefox fork maintained by the Camoufox project (credited as daijro). camofox-browser wraps it with:

    • C++-level spoofing — no JavaScript shims or wrappers that themselves become fingerprints
    • Proxy + GeoIP integration — routes traffic through residential proxies and automatically aligns locale, timezone, and geolocation to the proxy's exit IP
    • Session isolation — separate cookies and localStorage per user, persisted to ~/.camofox/profiles/ across browser restarts
    • Cookie import — inject Netscape-format cookie files for authenticated browsing on sites like LinkedIn or Amazon
    • VNC interactive login — log into sites visually via noVNC, then export storage state for agent reuse

    Agent-Optimized API Surface

    The REST API is built around what agents actually need rather than what a human browser user needs:

    • Accessibility snapshots — the README states these are ~90% smaller than raw HTML, with stable element refs for clicking and typing
    • Search macros — @google_search, @youtube_search, @amazon_search, @reddit_search, @reddit_subreddit, @wikipedia_search, @twitter_search, @yelp_search, @spotify_search, @netflix_search, @linkedin_search, @instagram_search, @tiktok_search, @twitch_search
    • YouTube transcripts — extract captions via yt-dlp without an API key, with a browser-based fallback
    • Structured extract — POST /tabs/:tabId/extract with a JSON Schema that maps properties to snapshot refs
    • Session tracing — opt-in Playwright trace capture (screenshots, DOM snapshots, network) exportable as .zip for the Playwright Trace Viewer
    • Download capture — capture browser downloads and fetch them via API with optional inline base64

    Deployment Model

    The server is designed to run alongside the rest of an agent's stack on minimal hardware — the README notes lazy browser launch and idle shutdown keeps memory at ~40MB when idle, targeting Raspberry Pi, $5 VPS, or shared infrastructure. Deployment options include:

    • npm / npx — npx @askjo/camofox-browser or install as @askjo/camofox-browser
    • OpenClaw plugin — openclaw plugins install @askjo/camofox-browser
    • Docker — included Makefile auto-detects CPU architecture and pre-downloads Camoufox + yt-dlp binaries
    • Fly.io — uses Dockerfile.ci which downloads binaries at build time
    • Railway — railway.toml included, uses Dockerfile.ci
    • Windows — build.ps1 PowerShell script replaces make for Docker builds

    Update: v1.15.0 — Fewer Surprises When a Page Fights Back

    The latest release is v1.15.0, published on September 10, 2026, titled "Fewer surprises when a page fights back." The repository was last pushed on September 10, 2026, indicating active maintenance. Recent feature additions visible in the README include session tracing, DOM image extraction, download capture, structured extract with JSON Schema, large page handling with offset-based pagination, and a self-hostable telemetry endpoint backed by a Cloudflare Worker whose source is auditable in the repo.

    Security and Telemetry Model

    The project ships zero embedded secrets. Cookie import is disabled by default and gated behind CAMOFOX_API_KEY. Global bearer token auth (CAMOFOX_ACCESS_KEY) is available for any deployment beyond localhost. Anonymized crash and hang telemetry is sent to a Cloudflare Worker endpoint whose source lives in the repo at workers/crash-reporter/index.ts; a /source endpoint on the worker returns the deployed commit hash and sha256 for independent verification. Telemetry can be disabled with CAMOFOX_CRASH_REPORT_ENABLED=false or redirected to a self-hosted endpoint.

    camofox-browser - 1

    Community Discussions

    Be the first to start a conversation about camofox-browser

    Share your experience with camofox-browser, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT License. Self-host on any infrastructure.

    • Full REST API for browser automation
    • C++-level anti-detection via Camoufox
    • Session isolation and persistence
    • Cookie import and proxy support
    • Docker, Fly.io, Railway deployment

    Capabilities

    Key Features

    • C++-level fingerprint spoofing via Camoufox Firefox fork
    • Bypasses Cloudflare, Google, and most bot detection systems
    • REST API with accessibility snapshots (~90% smaller than raw HTML)
    • Stable element refs (e1, e2, e3) for reliable agent interaction
    • 14+ search macros (Google, YouTube, Amazon, Reddit, LinkedIn, etc.)
    • Session isolation with per-user cookies and localStorage
    • Cookie import from Netscape-format files
    • Proxy + GeoIP with automatic locale/timezone alignment
    • Backconnect proxy support with rotating sticky sessions
    • YouTube transcript extraction via yt-dlp (no API key needed)
    • Session tracing with Playwright Trace Viewer export
    • VNC interactive login via noVNC
    • Download capture with optional inline base64
    • DOM image extraction
    • Structured extract with JSON Schema
    • Large page handling with offset-based pagination
    • Session persistence across browser restarts
    • OpenAPI docs auto-generated at /openapi.json and /docs
    • Docker, Fly.io, and Railway deployment support
    • OpenClaw plugin integration
    • Anonymized crash/hang telemetry with self-hostable endpoint
    • Structured JSON logging with request IDs

    Integrations

    Camoufox (Firefox fork)
    Playwright
    OpenClaw
    yt-dlp
    Docker
    Fly.io
    Railway
    Cloudflare Workers
    noVNC
    uBlock Origin
    Decodo proxy
    Bright Data proxy
    Oxylabs proxy
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate camofox-browser and help others make informed decisions.

    Developer

    Jo, Inc.

    Jo, Inc. builds personal AI agent software, including the Jo agent that runs half on a user's Mac and half on a dedicated cloud machine with zero maintenance. The team ships open-source browser automation tooling like camofox-browser alongside the Jo product. Co-founder and technical CEO Pradeep Elankumaran (@pradeep24) leads technical direction. Jo is available on macOS, Telegram, WhatsApp, and email.

    Founded 2023
    San Francisco, CA
    2 employees
    Read more about Jo, Inc.
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Browser Use icon

    Browser Use

    Browser Use is an AI-powered browser automation platform that lets agents extract data, automate tasks, and interact with any website at scale using natural language.

    agentcookie icon

    agentcookie

    agentcookie continuously syncs Chrome cookies, bearer tokens, and API keys from your primary Mac to your agent Mac over Tailscale, so AI agents wake up authenticated with no manual login ceremony.

    AgentGPT icon

    AgentGPT

    AgentGPT is a browser-based autonomous AI agent platform that lets you deploy goal-driven AI agents for web scraping, research, and task automation without any coding.

    Browse all tools

    Related Topics

    Browser Automation

    AI-powered agents that autonomously navigate and interact with web applications to automate repetitive tasks, extract data, fill forms, and perform web-based workflows using intelligent understanding of page structure and content.

    134 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    418 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    690 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions