pi-chrome
Let Pi use your existing signed-in Chrome profile after explicit authorization.
Package details
Install pi-chrome from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-chrome- Package
pi-chrome- Version
0.15.43- Published
- Jun 26, 2026
- Downloads
- 7,365/mo · 2,029/wk
- Author
- tianrendong
- License
- MIT
- Types
- extension
- Size
- 986.9 KB
- Dependencies
- 0 dependencies · 2 peers
Pi manifest JSON
{
"extensions": [
"./extensions/chrome-profile-bridge/index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-chrome
Let Pi use your existing signed-in Chrome profile after explicit authorization.
MIT · 0 runtime deps · loopback-only bridge (127.0.0.1:17318) · inspectable unpacked Chrome extension. Review extensions/chrome-profile-bridge/browser-extension/ before loading. Verify setup with /chrome doctor.
You: "Find my open GitHub PR tab, summarize review state, and screenshot failing CI."
Agent: chrome_tab(list) → chrome_snapshot(uid:…) → chrome_screenshot(...)
✓ 3 reviewers, 1 change requested, CI red on iOS. Saved → .pi/chrome-screenshots/ci.png
You: [keeps coding — agent never asked you to log in]
pi-chrome runs through a small Chrome extension inside the Chrome profile you already use — including sites where you're already signed in. Agents can inspect or control Chrome only after you run /chrome authorize in current Pi session.
Install
pi install npm:pi-chrome
In Pi:
/chrome onboard
This opens chrome://extensions and copies bundled extension path. In Chrome Extensions:
- Turn on Developer mode.
- Click Load unpacked.
- Open path field with Cmd+Shift+G on macOS or Ctrl+L on Windows/Linux.
- Paste copied path.
- Press Enter.
Reload Pi so installed package loads:
/reload
Check bridge:
/chrome doctor
You should see:
✓ Chrome is connected (...)
Authorize current session:
/chrome authorize
/chrome doctor
Second doctor run should show all checks passing.
What it can do
- Read and summarize pages you're already signed into.
- Click, type, fill forms, scroll, drag, tap, and upload files.
- Capture screenshots for bugs, PRs, and demos.
- Inspect console logs and captured
fetch/XMLHttpRequestresponses. - Manage tabs without taking over your active window.
Tool parameters and gotchas are documented inline in Pi.
Safety model
Chrome control is locked by default. Authorize per Pi session:
/chrome authorize # 15 minutes
/chrome authorize 30m # custom duration
/chrome authorize indefinite
/chrome revoke # lock again
/chrome status
Safety properties:
- Extension runs in your real Chrome profile and has broad tab/scripting permissions. Install only from trusted package source.
- Pi side binds to
127.0.0.1:17318only; no default network exposure. - Bridge rejects browser-origin command requests, so ordinary web pages cannot drive it through CORS.
- Each Pi session gets its own automation target; user tabs/windows are not closed by cleanup.
/chrome revokecloses only calling session's automation target.
Security details: SECURITY.md. Architecture details: docs/ARCHITECTURE.md.
Commands
/chrome onboard # guided setup
/chrome doctor # connectivity + version + eval checks
/chrome status # connection + auth + background state
/chrome authorize [duration]
/chrome revoke
/chrome background on # default: don't steal focus
/chrome background off # foreground/watch mode
/chrome background status
If loaded extension is older than installed pi-chrome, /chrome doctor tells you to reload it from chrome://extensions.
Limits
pi-chrome works best on web-page workflows exposed through DOM, screenshots, tabs, network, console, and Chrome input. It is not full OS automation.
Current limits include native Chrome/OS surfaces, print/save dialogs, permission bubbles, password-manager prompts, cross-origin iframe DOM access, CAPTCHA/bot challenges, passkeys/security keys/biometrics, rich multitouch/pinch/stylus gestures, and arbitrary desktop apps.
For strict-CSP pages, use screenshots + coordinate input when snapshot/evaluate paths are blocked.
Docs
- Examples:
docs/EXAMPLES.md - FAQ:
docs/FAQ.md - Comparison:
docs/COMPARISON.md - Security:
SECURITY.md - Benchmark suite:
test-suite/README.md - Architecture:
docs/ARCHITECTURE.md
License
MIT. See LICENSE.