🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@panerelay/cli

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panerelay/cli

Engine-neutral browser administration CLI for Panerelay.

latest
Source
npmnpm
Version
0.8.0
Version published
Maintainers
2
Created
Source

@panerelay/cli

Optional, engine-neutral browser administration for Panerelay.

Install it when you want a persistent panerelay command:

npm install --global @panerelay/cli
panerelay browsers
panerelay browser use edge
panerelay browser clear

For occasional use, no global installation is required:

npx --yes @panerelay/cli browsers

The CLI lists live Panerelay browser registrations and manages the saved routing default. It does not install or control an automation engine, grant site access, authorize tabs, or change control leases. Browser automation remains the responsibility of integrations such as agent-browser or browser-use.

Use @panerelay/setup for one-time installation, diagnostics, updates, and uninstall.

Setup-managed connection adapters can also expose engine-neutral mode operations. The examples below use a globally installed panerelay command. Browser Use itself is invoked through the official browser-use command; setup manages its Browser Harness environment default:

panerelay connection use browser-use extension
panerelay connection use browser-use direct

The CLI does not interpret browser-use automation. The saved mode controls the managed Browser Harness environment file. In Extension mode it contains:

BU_CDP_URL=http://127.0.0.1:43827/cdp/browser-use

The official browser-use and browser-use --cli-mcp commands read this variable directly. It is a fixed loopback discovery URL; Panerelay still selects the saved browser and creates short-lived CDP credentials behind it. Extension-mode browser-use uses a user-scoped concurrency lane; sequential processes share the upstream daemon state, while overlapping runs wait briefly or fail explicitly as busy. Direct mode removes Panerelay-managed Browser Harness keys.

FAQs

Package last updated on 06 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts