What problem does it solve?
borz solves the challenge of programmatically automating and observing a live Chromium-based browser, including authenticated sessions, JavaScript rendering, and multi-step interactions.
Core Features & Use Cases
- Three front-ends (CLI, MCP, REST) share one persistent browser session to enable automation, AI control, and integration with workflows.
- Snapshot-based interaction: obtain element refs via the accessibility tree, then drive actions like open, click, fill, type, and eval against a real browser.
- Site adapters and extension-backed APIs unlock cross-domain cookies, bookmarks, and browser state for end-to-end automation.
Quick Start
Launch borz and start a daemon, then open a URL to begin interactive automation with a live Chrome session.