Browser Automation
Browser Use
Stealth browser automation with persistent sessions for agents
Open-source autonomous browser framework for agent web tasks
Overview
This summary uses submitted and public product material. Only source-mapped claims are documentation reviewed.
Open Browser is an open-source TypeScript framework for autonomous web browsing. The current project centers on letting agents click, type, navigate, and extract data on live websites, with built-in support for OpenAI, Anthropic, and Google models plus a sandbox package for constrained execution.
Listing decision
Open Browser supplies an autonomous browser loop that interprets tasks, observes pages, and chooses browser actions, so it is agent-native rather than only a passive automation library.
Before you choose
TypeScript projects that need an agent to complete multi-step browser tasks with Playwright, either as an embedded library, command-line run, or interactive debugging session.
A model-provider API key and local browser runtime are required. URL access is unrestricted by default, so operators handling untrusted tasks must configure domain restrictions and appropriate resource, credential, and network isolation.
The repository describes the framework as production-ready, but the reviewed first-party material does not provide independent reliability, security, or task-success benchmarks.
Sources
First-party unless marked otherwise. Each link supports only its adjacent claim.
The maintained repository documents a TypeScript autonomous-browser framework built on Playwright, with natural-language runs, an interactive REPL, persistent sessions, and OpenAI, Anthropic, and Google model support through the Vercel AI SDK.
official repository · accessed Sep 3, 2026The README documents sandbox CPU, memory, timeout, and allowed-domain controls, while the default agent configuration leaves allowed URLs unrestricted unless an operator configures restrictions.
official documentation · accessed Sep 3, 2026The maintained Open Browser repository is published under the MIT License.
official license · accessed Sep 3, 2026Browser Automation
Stealth browser automation with persistent sessions for agents
Browser Automation
Local failure timeline debugger for AI browser-agent runs
Browser Automation
Visible, persistent local browser workspaces for coding agents over MCP
Comments