
Browser Use
Make websites accessible to AI agents — Python library that wraps Playwright into LLM-friendly actions.
Browser Use is a make websites accessible to AI agents — Python library that wraps Playwright into LLM-friendly actions. Open source Python library that wraps Playwright to expose browser interactions as LLM-callable actions.
About Browser Use
Browser Use is an open-source Python library that wraps Playwright to expose browser interactions as LLM-callable actions.
It turns Playwright browser control into actions an LLM can call, which lets AI agents navigate and interact with arbitrary websites programmatically. It runs across macOS, Windows, and Linux through Playwright and ships a CLI for running automation tasks from the terminal.
It suits Python developers building agents that drive real websites and who are comfortable managing dependencies — it needs Playwright and its browser binaries installed at runtime. As an open-source project it comes without formal enterprise support contracts or SLAs, so teams needing guaranteed support should weigh that.
Compared with hosted agent-browser services, it is a self-run library you install and operate yourself rather than a managed platform.
Sources: browser-use.com, this listing
What it does well
- Open source Python library that wraps Playwright to expose browser interactions as LLM-callable actions.
- Enables AI agents to navigate and interact with arbitrary websites programmatically.
- Cross-platform support across macOS, Windows, and Linux via Playwright.
- Provides a CLI for running browser automation tasks from the terminal.
Where it falls short
- Requires Playwright and its browser binaries to be installed as a runtime dependency.
- As an open source project, it lacks formal enterprise support contracts or SLAs.
Tagged
- Self-hostable
- CLI
- Agentic Mode
- Free
- Open Source
Compared with similar things
Picked by shared tags inside the AI Agents (non-coding).
- 01Free →Puppeteer MCP Server
Browser automation MCP server using Puppeteer — navigate, fill, click, and screenshot pages.
- 02Freemium →LangChain
Most-used framework for building LLM applications with retrieval, agents, and chains.
- 03Free →Sequential Thinking MCP Server
Tool that lets an LLM work through problems step by step with explicit reasoning state.
- 04Free →BabyAGI
Minimal task-driven autonomous agent in ~100 lines of Python — a foundational reference implementation.
- 05Free →Postgres MCP Server
Read-only Postgres MCP server — let an LLM query your database with full schema awareness.
- 06Freemium →n8n
Open-source workflow automation with native LLM nodes — self-host on your own infrastructure.
Related reading
- What Is an AI Agent Harness? The Runtime That Turns an LLM Into an Agent
A harness is the runtime wrapper that turns a bare language model into an agent — the layer that runs tools, holds memory, assembles context, and enforces limits. The model does the reasoning; the harness does everything the model can't do on its own. It's the part that decides whether you shipped a chatbot or a real agent — and it's why the same model feels brilliant in one tool and useless in another.
Read guide → - Claude Code Memory
Claude Code has built-in memory — a CLAUDE.md file it reads each session — but it only holds short, hand-written notes. To make it understand a large codebase or docs set, you add a second brain: turn the repo into a knowledge graph, fold that into an Obsidian vault, and let the agent query the map instead of re-reading every file.
Read guide → - How to Do Your Own SEO with Claude Code
Claude Code can do most of your SEO — build a crawlable static site, write and optimize pages, fix the technical layer, even bottle the whole workflow into a reusable skill. What it can't do is invent authority or pick keywords, and if you let it generate 10,000 pages you'll get de-indexed, not ranked. Here's the honest, hands-on version for a maker whose site shipped last week.
Read guide →
Featured on Vibedonalds
Own Browser Use? Add this badge to your site to show you’re listed — and link back to your profile here.
<a href="https://vibedonalds.com/tools/browser-use" target="_blank" rel="noopener">
<img src="https://vibedonalds.com/badge/featured-on-vibedonalds.svg" alt="Browser Use — Featured on Vibedonalds" width="240" height="60" loading="lazy" />
</a>Frequently asked questions
- What is Browser Use?
- Browser Use is a make websites accessible to AI agents — Python library that wraps Playwright into LLM-friendly actions.
- Is Browser Use free?
- Browser Use offers a free tier and paid plans with higher limits or premium features.
- What platforms does Browser Use support?
- Browser Use runs on mac, win, linux, cli.
- What category does Browser Use belong to?
- Browser Use is in the AI Agents (non-coding) category — Autonomous agents for research, customer support, sales, scheduling, and other non-coding tasks.
- What are the downsides of Browser Use?
- Requires Playwright and its browser binaries to be installed as a runtime dependency. As an open source project, it lacks formal enterprise support contracts or SLAs.