Setup

Install the local ChatGPT browser runtime bridge for Claude Code

stickerdaniel 7649715 714 B Updated

File contents

Explain the trust boundary before installation: the bridge can control authenticated browser sessions, uses undocumented local OpenAI interfaces, and is currently an experimental macOS developer preview.

For a published release, install an exact reviewed version:

npx --yes browserjack@0.3.0 setup --client plugin --scope user

For a source checkout, run:

npm run build
node dist/cli.js setup --client plugin --scope user

Do not use @latest for a reviewed or reproducible installation. Do not enable global all-sites, file-upload, file-URL, or raw node_repl approval as part of setup.

stickerdaniel/browserjack/tree/main/plugin/skills/setup commit 7649715f0a

Frequently asked questions

npx skillmds@latest add stickerdaniel/setup