Setup

launch

Start browser with CDP enabled. Uses an isolated profile so your personal browser is never touched.

Usage

$ cdpilot launch

Examples

Launch the default browser (Brave > Chrome > Chromium)

$ npx cdpilot launch

Launch a specific browser binary

$ CHROME_BIN=/usr/bin/google-chrome npx cdpilot launch

Launch on a custom CDP port

$ CDP_PORT=9333 npx cdpilot launch