Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
  • Top Stars
  • Trending
  • AI Agent
  • Daily Picks
  • Insights
  • Methodology
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Methodology
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
JO

jo-inc/camofox-browser

AI Agent

Stealth headless browser for AI agents — bypass Cloudflare, bot detection, and anti-scraping. Drop-in Puppeteer/Playwright replacement.

7.9k Stars829 Forks39 Open Issues7.9k WatchersJavaScriptMIT
AI AgentAutomationInfrastructure
Source and compliance noteLast synced: Jul 22, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

jo-inc/camofox-browser is tracked as a JavaScript project in the AI Agent, Automation, Infrastructure area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 7.9k total stars, with +0 today, +241 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 1 days ago, and the open issue queue is 39, about 0.49% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 829 forks and 7.9k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need JavaScript teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 241. Follow the original GitHub repository for final install, security, and release information.

Best For
  • JavaScript teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

7.9k Stars

Reuse

829 Forks

Attention

7.9k Watchers

Maintenance

active

License

MIT

Open issues

39

Overview

Camofox-browser is an anti-detection browser server for AI agents, powered by Camoufox, a Firefox fork with C++-level fingerprint spoofing. It wraps the Camoufox engine in a REST API that provides accessibility snapshots, stable element references, and search macros for automated web browsing.

Key Features

- C++ Anti-Detection: bypasses Google, Cloudflare, and most bot detection - Element Refs: stable e1, e2, e3 identifiers for reliable interaction - Token-Efficient: accessibility snapshots ~90% smaller than raw HTML

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

Automation

Workflow automation, integration glue, and orchestration

Infrastructure

Cloud, deployment, networking, containers, and platform tooling

Quick Start
git clone https://github.com/jo-inc/camofox-browser && cd camofox-browser && npm install && npm start
View on GitHub Project Homepage
Project Activity

83

Health Score

Active

Commit Activity

Jan 26, 2026

Created

Jul 20, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+0

Today's growth

+0

7-day growth

+0

30-day growth

Jul 22, 2026Jul 22, 2026
Community Health
829

Forks

39

Open

7.9k

Watchers

Owner
JO

jo-inc

GitHub profile
Topics & Language
JavaScriptai-agentanti-botantidetect-browserautomationbot-detectionbrowser-automationcloudflare-bypassheadless-browserjavascriptnodejsplaywrightpuppeteerscrapingstealth-browserweb-scraping
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

530k

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics

487k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

452k

public-apis/public-apis

A collective list of free APIs

452k

EbookFoundation/free-programming-books

:books: Freely available programming books

393k
License
MIT
CreatedJan 26, 2026
Last pushJul 20, 2026
Last syncedJul 22, 2026
Community Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

Existing headless browsers like Playwright and Puppeteer are easily fingerprinted and blocked by anti-bot systems. Camofox-browser solves this by using Camoufox's C++-level fingerprint spoofing that cannot be detected by JavaScript shims, and provides a token-efficient accessibility snapshot API designed for AI agents rather than human viewing.

Capabilities

Developers can build AI agents that autonomously browse the web, fill forms, extract data, and interact with sites that normally block bots. Real-world use cases include scraping e-commerce sites, automating social media interactions, extracting YouTube transcripts, and logging into authenticated sites via VNC. The ceiling includes handling large pages with pagination, session isolation for multiple users, and deployment on low-resource hardware like Raspberry Pi.

Bottom Line

This framework is ideal for developers building AI agents that need reliable, undetected web browsing, especially for data extraction or automation on protected sites. It should be avoided by those who need to comply with strict website terms of service or who prefer simpler, less resource-intensive solutions. The key trade-off is powerful anti-detection capabilities versus the ethical and legal risks of bypassing bot protection.

Full AI Analysis