Multilogin ships two proprietary browser cores — Mimic (Chromium-derived) and Stealthfox (Firefox-derived). Engine choice affects TLS fingerprint, CDP automation, extension support, and pass rate on fingerprint-clustering anti-bot systems.

Comparison

FactorMimicStealthfox
Engine baseChromiumFirefox / Gecko
Playwright CDPPrimary path — connect_over_cdpVerify current MLX automation docs
Chrome extensionsSupported (varies by version)Limited vs Chromium ecosystem
TLS / JA3Chrome-like handshakeFirefox-like handshake
Canvas / WebGLChrome GPU stringsGecko renderer patterns
Typical pickDefault for automation teamsDiversify when Chromium farms blocked

Decision tree

  1. Using Playwright/Selenium CDP? → Start with Mimic.
  2. Target site blocks Chromium TLS cluster? → A/B test Stealthfox profile.
  3. Need specific Chrome extension? → Mimic.
  4. Running mixed engine farm? → Tag profiles in workspace (agency guide).

Engine + proxy interaction

Mimic/Stealthfox do not fix bad proxies. Align geo before comparing engines — see proxy types and alignment.

Related

Disclosure: MLX-MMO affiliated with Multilogin. Engine features change between releases — verify in-app when upgrading.