app
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.
{
"name": "adom-puppeteer-bridge",
"version": "1.0.0",
"description": "Puppeteer Bridge — persistent browser instance for visual debugging via Adom Desktop",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"puppeteer": "^24.38.0"
},
"optionalDependencies": {
"keytar": "^7.9.0",
"sharp": "^0.34.5"
}
}