From terminal to live feed
Um comando. O tráfego do Chrome cai no mesmo feed ao vivo — sem certificados para instalar.
# macOS / Linux (self-updates from the dashboard):
curl -fsSL https://cdp.busymate.net/install.sh | bash
# Sign in once, create a browser, and capture it → your Busymate feed:
bmc login
bmc create dev --browser chrome --start# Windows (PowerShell) — same, self-updating:
irm https://cdp.busymate.net/install.ps1 | iex
bmc login
bmc create dev --browser chrome --startThe simplest
O caminho mais rápido de «abrir o Chrome» a «inspecionar cada requisição» — e ele também pode moldar esse tráfego.
Zero configuração de confiança — literalmente nenhuma
Como o bmc lê o DevTools Protocol, o tráfego já chega descriptografado. Nada entra em chaveiro, nada dispara aviso; a captura começa junto com o Chrome.
Dispositivos de navegador nomeados
Um daemon em segundo plano gerencia perfis independentes do Chrome como dispositivos nomeados — inicie, pare e roteirize cada um pelo terminal, pelo painel ou por uma chamada MCP. Seus navegadores viram membros da frota.
Simule e mute, localmente
O mesmo motor JS em sandbox que move o proxy roda contra a sua sessão real do Chrome: reescreva requisições, sintetize respostas e veja cada mudança cair visível no feed.
BusyBro no seu terminal
Um chat REPL com scrollback nativo que conhece os dispositivos desta máquina. Peça para criar um navegador, abrir uma URL, rodar uma checagem — as ações pedem confirmação, e as respostas se baseiam na sua captura real.
Nunca mais toque nele
O daemon se atualiza sozinho quando ocioso, reporta o build ao vivo e reinicia sob demanda pelo painel ou pelo MCP. É infraestrutura que se mantém sozinha.
Reads Chrome traffic
bmc attaches to Chrome over the DevTools Protocol — the same wire DevTools itself uses — so it sees requests exactly as the browser does: already decrypted.
- 01
Its own Chrome, per folder
bmc start launches a dedicated Chrome with its own profile and its own debug port for the current directory. Each folder is an independent device — run it in two folders and you get two fully separate browsers.
- 02
Attach over the DevTools Protocol
It connects to Chrome's debug port over a WebSocket, auto-attaches to every tab, and enables the Network domain — the same wire Chrome DevTools itself uses. No extension, no proxy in the path, nothing injected into pages.
- 03
Events become entries
Request, response and timing events are correlated into the same entry shape every Busymate source uses, with headers and bodies (up to 1 MB per body) pulled straight from the browser — after Chrome already decrypted them.
- 04
Batched into one feed
Entries are batched and posted to the ingest API about once a second. The folder pairs as a real Busymate device, so its traffic lands in the same dashboard, the same filters, the same MCP tools and the same HAR export as every phone.
Capture without
TLS terminates inside Chrome, and bmc reads on the browser's side of it. There is no man-in-the-middle to trust — so there is nothing to install, and nothing for pinning to detect.
A proxy debugger decrypts HTTPS by re-signing it with its own certificate authority — which means installing that CA, trusting it in a keychain, and losing the apps that pin their certificates. bmc skips the whole problem: the DevTools Protocol hands over each request after Chrome has already decrypted it.
| What it takes | bmc (CDP) | Proxy (MITM) | iOS / Android app |
|---|---|---|---|
| Root CA to install | None | Yes — trust the proxy CA | Yes — on-device CA, decrypting only domains you opt in |
| Network setup | None | Point each client at the proxy | None — an on-device VPN tunnel |
| Pinned certificates | Unaffected — nothing sits in the TLS path | Pinned apps refuse the proxy CA | Pinned apps stay encrypted (metadata still visible) |
| What it sees | The Chrome it launches — every tab | Any app or script you point at it | Every app on the phone |
| Best for | Web apps, SPAs, agent-driven browsing | Backends, scripts, browsers on other machines | Mobile apps, in the field |
Each path is first-class: the proxy and the phone apps exist precisely for the traffic CDP can't see. Use bmc for browsers, the proxy for anything you can point at it, and the apps for whole-phone capture.
Drive the browser.
Every bmc browser is remote-controllable over MCP — an AI agent or a script can open pages, read them and act, while capture records every request the session makes. That combination is the point.
Drive and read the page
- browser_open
- Navigate the browser to a URL.
- browser_targets
- List the open tabs and pick the one to drive.
- browser_snapshot
- A compact accessibility-tree snapshot — the page as structured text, built for agents.
- browser_screenshot
- A PNG of the active page.
- browser_eval
- Run JavaScript in the page. Placeholder variables are resolved server-side from the device's env, so an agent can fill a login form without ever seeing the password.
- browser_cdp
- Raw DevTools Protocol access for everything else — owner-gated.
Browser profiles
Built-in Chrome, Brave and Edge profiles plus custom ones authored once in the dashboard — per-OS binaries, default flags and a flag catalog every machine's bmc resolves the same way.
- list_browser_profiles
- get_browser_profile
- upsert_browser_profile
- delete_browser_profile
The daemon, remotely
Live build, uptime and logs without SSH; list every named browser on a machine; restart or hot-update the daemon while running captures keep capturing. One switch arms or disarms it all, per device.
- get_cdp_daemon_status
- get_cdp_logs
- list_cdp_instances
- restart_cdp_daemon
- update_cdp_daemon
- set_device_cdp_control
Remote control is opt-in per device and permission-gated; capture keeps flowing either way.
Uma identidade de dispositivo coerente,
O GodBrowser é um Chromium anti-fingerprint que dá ao navegador uma identidade de dispositivo coerente e com aparência real. É um perfil de navegador integrado ao bmc — então um agente pode executar uma persona e capturar o tráfego dela no mesmo feed ao vivo que os seus telefones.
Selecione o GodBrowser com uma única flag e o bmc o controla pelo mesmo DevTools Protocol que qualquer outro dispositivo de navegador: ele inspeciona cada requisição que a persona faz — já descriptografada, sem CA raiz, sem proxy — e as transmite para o seu feed do Busymate. O GodBrowser divulga o bmc como seu companheiro de inspeção de requisições exatamente para esse emparelhamento.
Uma identidade, toda coesa
O user-agent, a tela, WebGL, canvas e áudio, o locale e o fuso horário concordam com a persona — e TLS/JA4, UA-CH e codecs se alinham ao dispositivo declarado antes de uma linha de JavaScript rodar. Nas palavras do próprio GodBrowser: um dispositivo real, não um disfarçado.
Sementes determinísticas
A flag --bot-profile deriva uma identidade de dispositivo inteira a partir de uma string de semente. Mude a semente, mude o dispositivo — repetível e reproduzível, então uma persona se repete exatamente.
Personas por plataforma e navegador
Windows, macOS, Linux, iOS e Android combinados com Chrome, Safari, Firefox, Samsung Internet e Edge, selecionados com --bot-os e --bot-browser. A base é um Chromium 151 modificado.
Cluster, API e MCP
O GodBrowser roda no seu próprio cluster de nós, controlado por código, pela API dele ou por um cliente de IA — e traz o seu próprio servidor MCP remoto. Os proxies são atribuídos por perfil de forma determinística; as sessões sincronizam entre máquinas via Redis.
# GodBrowser is a built-in bmc browser profile — pick it per device:
bmc create ios-persona --browser godbrowser -- \
--bot-os=ios --bot-browser=safari --bot-profile=seed-42 --startO GodBrowser é um dos perfis integrados do bmc, ao lado de Chrome, Brave e Edge — selecioná-lo com --browser godbrowser é toda a configuração. O bmc resolve o binário, expõe as flags de persona dele, pareia o dispositivo como um “God Browser” distinto e marca o tráfego capturado como gdp para que se destaque no feed. Nada é injetado no GodBrowser: o bmc o controla pelo DevTools Protocol, e sua camada anti-fingerprint fica no núcleo do navegador, então permanece intacta sob automação. Ambas as ferramentas são nativas de MCP — o servidor MCP remoto do GodBrowser e o do Busymate fazem com que um mesmo agente possa controlar personas e ler o tráfego delas em uma única sessão, cada uma atrás do seu próprio token baseado em consentimento.
One tool,
Agent-driven QA
An assistant opens your staging site, walks the flow and screenshots what it sees — while the network feed shows exactly what broke, with full request and response bodies.
Debug a SPA
Watch XHR and fetch calls stream live with headers, bodies and timings while you click through the app. The history survives a reload — no DevTools-tab archaeology.
Capture an OAuth flow
Redirect chains, tokens and callbacks recorded end to end — including on providers whose pinned certificates a proxy can't open.
Work a signed-in page
The folder's Chrome profile keeps its session between runs; snapshot and eval read the page while capture documents every request behind it.
The sceptical
Does bmc need a certificate or a proxy?
No. It attaches to Chrome over the DevTools Protocol and reads traffic after Chrome has decrypted it. There is no root CA to install, no keychain trust prompt, and no proxy settings to change.
Does it work with certificate pinning and HSTS?
Yes. Pinning defends the TLS connection between Chrome and the server — bmc never touches that connection; it reads inside the browser. HSTS, corporate device policy and managed keychains are equally unaffected.
Does it modify pages or the sites I visit?
Capture injects nothing — bmc listens to Chrome's own network events. It also launches its own Chrome with its own profile, so your everyday browser is never touched.
Can it run headless or in CI?
Yes. Anything after -- goes straight to Chrome (for example --headless=new), and CDP_USER_JWT or CDP_PAIR_EMAIL and CDP_PAIR_PASSWORD sign in without opening a browser.
Which browsers does it support?
Chromium-family browsers: built-in Chrome, Brave, Edge and Chromium profiles, plus custom profiles you author in the dashboard. Anything that speaks the DevTools Protocol.
What about traffic outside the browser?
bmc only sees the Chrome it is attached to. For backends and scripts use the Busymate proxy; for whole-phone capture use the iOS or Android app — everything lands in the same feed.
Start capturing
Instale o bmc, entre uma vez e o tráfego do Chrome cai no mesmo feed ao vivo.