# Stealth browser for AI agents

Camofox is a stealth headless browser that enables AI agents to bypass bot detection systems and web scraping barriers. It works directly with browser automation tools Puppeteer and Playwright, offering an alternative solution to these libraries.

- ★ 10,066
- JavaScript
- GitHub Trending · 2026-09-08

## What you get
- Bypasses bot detection systems and web scraping barriers at the C++ level.
- Consumes 90% less data than standard HTML using accessibility snapshots.
- Provides user-based cookie and storage management through session isolation.

## Installation
**Direct operation**

```
npx @askjo/camofox-browser
```

**Installation from source code**

```
git clone https://github.com/jo-inc/camofox-browser
cd camofox-browser
npm install
npm start  # downloads Camoufox on first run (~300MB)
```


## Running it
**Starting the local server**

```
git clone https://github.com/jo-inc/camofox-browser && cd camofox-browser
npm install && npm start
# -> http://localhost:9377
```


## If you don't write code
You are a web browser manager. Access target websites using Camofox-browser. Use this browser, which is hidden at the C++ level, to avoid being caught by bot detection. When extracting data from web pages, prefer lighter accessibility snapshots instead of raw HTML. Use stable identifiers for elements you need to interact with and manage sessions by isolating them on a per-user basis.

## Related dictionary terms

## Links
- GitHub repository →
- Read in Turkish →

---
Source: TreScout Discover · https://trescout.com/en/discover/camofox-browser/
