Metadata-Version: 2.4
Name: browser-automation-cli
Version: 0.4.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Summary: Browser automation daemon + CLI for coding agents (Rust implementation). Persistent sessions, no MCP, no extensions.
Keywords: browser,playwright,automation,cli,agent
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/jshan9078/browser-automation-cli
Project-URL: Repository, https://github.com/jshan9078/browser-automation-cli

# browser-automation-cli (Rust implementation)

`browser` + `browser-daemon`: persistent, authenticated browser automation for coding agents over a
Unix socket — the same CLI and protocol as the 0.3 Python package, with no Python/Playwright/Node.
`browser install` downloads Chrome for Testing (the build Playwright pins) into Playwright's cache layout;
or point `BROWSER_CHROME_PATH` at any Chromium.

Docs, benchmarks and the agent-level evaluation: https://github.com/jshan9078/browser-automation-cli

