BROWSER USE

- Browser Use Agents: give Browser Use a task and receive completed work. API V4 is current for new integrations.
- Browser Infrastructure: connect your agent or automation to managed browsers through SDK, REST, or CDP. Starts at $0.02/browser-hour.
- Developer tools: Open Source, Browser Harness, SDK, and MCP support the two products above.

[Developer Index](https://browser-use.com/index.md)
[Product Map](https://browser-use.com/llms.txt)
[Full Product Context](https://browser-use.com/llms-full.txt)
[Pricing](https://browser-use.com/pricing.md)
[Cloud Docs](https://docs.browser-use.com/cloud/quickstart)
[Open Source Docs](https://docs.browser-use.com/open-source/introduction)

---

# Browser Use CLI 3.0

**Date:** 2026-07-01
> Browser Use CLI 3.0 gives coding agents a browser and the ability to execute Python within it.

---

## Browser Use CLI 3.0

Browser Use CLI 3.0 lets agents work online with our highest accuracy yet. It is powered by [Browser Harness](https://github.com/browser-use/browser-harness), providing agents with a small, editable Python harness instead of a fixed menu of browser actions.

This release applies what we learned in [The Bitter Lesson of Agent Harnesses](https://browser-use.com/posts/bitter-lesson-agent-harnesses) and [The Bitter Lesson of Agent Frameworks](https://browser-use.com/posts/bitter-lesson-agent-frameworks): the latest models do best when you give them freedom, rather than abstracting away complexity.

## Install the CLI

```bash
uv tool install browser-use
browser-use
```

## Set Up Your Agent

Paste this prompt into Claude Code, Codex, or another coding agent:

```text
Install or upgrade browser-use to the latest stable version with uv using Python 3.12, register the skill from `browser-use skill`, and connect it to my browser. Follow https://github.com/browser-use/browser-use if setup or connection fails.
```

Then, ask your agent to use Browser Use for work that needs the live web or a browser.

See the [CLI docs](https://docs.browser-use.com/open-source/browser-use-cli) for more information.

## What Changed

The old CLI provided agents with a set list of actions to execute in the browser (ex: click, type, etc.). CLI 3.0 allows agents to execute Python freely within the browser, so agents can do more actions and can inspect, adapt, and recover using the same coding loop they already use and were trained to be good at.
