Adom Desktop - Puppeteer Bridge
Public Made by Adomby adom
The Adom Desktop Puppeteer (pup) bridge — drive a real headful browser on the user's desktop from the cloud: open/screenshot/eval/record. Cold-start drives the browser ALREADY on the machine (installed Chrome, else Microsoft Edge — every Windows PC ships with Edge) with a fresh isolated profile, so the common case needs NO download; Chrome for Testing is fetched only as a last resort. Two artifacts: the Releases zip is the bridge runtime (also bundled in Adom Desktop); the pkg installs the container-side Claude skills.
Discover
How an AI finds this repo: the auto-discovery snippet from page.json, self-tested against the live discovery search.
Snippet
Use pup to drive Chrome from the cloud: open/close browser windows + tabs, navigate, screenshot, eval JS, and record windows. It drives the browser ALREADY on the machine — installed Chrome, else Microsoft Edge (every Windows PC has Edge) — with a fresh isolated profile, so usually NO download and it doesn't disrupt the user; Chrome for Testing is fetched only as a last resort. For 'is it ready' use browser_readiness. Or pass nativeBrowser+nativeProfile to drive the user's REAL signed-in Chrome/Edge/Brave. Call the adom-desktop browser_* verbs.
Open my app in pup (browser_open_window) and screenshot itScreenshot https://example.com in pupRecord a 30-second video of this pup tab (browser_record_start/stop)Open these 5 URLs as tabs in one pup windowOpen the GCP console in my real signed-in Chrome via pup native modeDownload the puppeteer-bridge zip from the wiki and walk me through server.jsSample prompts: self-test
How this repo ranks when its full trigger set is the query.
Each sample prompt run against the live discovery search. The score is your rank, does the prompt return this repo at the top?
"Open my app in pup (browser_open_window) and screenshot it"Open in pup
#1 of 156
"Screenshot https://example.com in pup"Screenshot a page
#1 of 154
"Record a 30-second video of this pup tab (browser_record_start/stop)"Record a window
#1 of 156
"Open these 5 URLs as tabs in one pup window"Many tabs, one window
#1 of 156
"Open the GCP console in my real signed-in Chrome via pup native mode"Drive my real Chrome
#3 of 154
"Download the puppeteer-bridge zip from the wiki and walk me through server.js"Read the bridge source (dev)
#17 of 149