Skip to main content
The Chromeft Node uses official Chrome for Testing builds bundled with Patchright. Unlike the Cloakbrowser Node which ships a stealth-patched browser, this variant uses unmodified Chrome for Testing — making it a good choice for internal scraping, testing, or sites that don’t employ bot detection.

Image

ghcr.io/crawlstack/chromeft-node

Tags

TagExampleDescription
{version}-{YYYYMMDD}1.2.0-20250719Pinned extension version + build date.
{version}1.2.0Latest build of a specific extension version.
latestMost recent build overall.

Quick Start

docker run -d \
  --name crawlstack-chromeft \
  -p 3002:3002 \
  -p 8080:8080 \
  -v crawlstack_data:/data \
  ghcr.io/crawlstack/chromeft-node:latest

Cloakbrowser vs Chromeft

FeatureCloakbrowser NodeChromeft Node
BrowserStealth-patched ChromiumChrome for Testing (Patchright)
Bot detection bypass✅ Yes❌ No
Image sizeSmaller (binary downloaded at runtime)Larger (binary baked into image)
Use caseProduction scraping, anti-bot sitesInternal tools, testing, non-protected sites

Configuration

All environment variables, volume mounts, clustering, and external service setup work identically to the Cloakbrowser Node. Refer to that page for the full reference. The only differences:
  • Built-in node tags include chromeft instead of cloakbrowser
  • The browser binary comes from Patchright (pinned to the Patchright version in package.json)