Skip to content

Commit 06293d5

Browse files
authored
Merge pull request #82 from browser-use/alex/readme-ascii-banner
Update README header and copy
2 parents 24558c3 + 65b4ab1 commit 06293d5

4 files changed

Lines changed: 1853 additions & 40 deletions

File tree

README.md

Lines changed: 15 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,16 @@
1-
<picture>
2-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/2ccdb752-22fb-41c7-8948-857fc1ad7e24">
3-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/774a46d5-27a0-490c-b7d0-e65fcbbfa358">
4-
<img alt="Shows a black Browser Use Logo in light color mode and a white one in dark color mode." src="https://github.com/user-attachments/assets/2ccdb752-22fb-41c7-8948-857fc1ad7e24" width="100%">
5-
</picture>
1+
<img src="static/browsercode_ascii_banner.svg" alt="browsercode" width="100%">
62

7-
<div align="center">
8-
<h2>The browser-native agent framework.</h2>
9-
</div>
10-
11-
<div align="center">
12-
<a href="#demos"><img src="https://media.browser-use.tools/badges/demos" alt="Demos"></a>
13-
<img width="16" height="1" alt="">
14-
<a href="https://docs.browser-use.com"><img src="https://media.browser-use.tools/badges/docs" alt="Docs"></a>
15-
<img width="16" height="1" alt="">
16-
<a href="https://browser-use.com/posts"><img src="https://media.browser-use.tools/badges/blog" alt="Blog"></a>
17-
<img width="280" height="1" alt="">
18-
<a href="https://github.com/browser-use/browser-use"><img src="https://media.browser-use.tools/badges/github" alt="Github Stars"></a>
19-
<img width="4" height="1" alt="">
20-
<a href="https://x.com/intent/user?screen_name=browser_use"><img src="https://media.browser-use.tools/badges/twitter" alt="Twitter"></a>
21-
<img width="4" height="1" alt="">
22-
<a href="https://link.browser-use.com/discord"><img src="https://media.browser-use.tools/badges/discord" alt="Discord"></a>
23-
</div>
3+
# The browser-native agent.
244

255
<br/>
266

27-
# BrowserCode
28-
297
A streamlined coding agent that drives real browsers through unconstrained CDP.
308

319
The unbounded power of the browser working seamlessly with your code. The agent adapts to every site at runtime and writes scripts to reuse later.
3210

33-
<span id="demos"></span>
3411
<!-- DEMO VIDEO HERE -->
3512

36-
## One-Line Install Command
13+
## One-Line Install
3714

3815
Run this in a terminal that supports bash:
3916

@@ -57,18 +34,16 @@ bcode run "On Google flights return all flight details from New York to SF tomor
5734

5835
### Connect an LLM
5936

60-
BrowserCode supports any model you can reach with an API key, plus every provider OpenCode supports.
61-
62-
[OpenCode provider docs](https://opencode.ai/docs/providers)
63-
64-
Use `/connect` in the TUI, or set provider API keys in your environment.
65-
6637
<picture>
6738
<source media="(prefers-color-scheme: light)" srcset="static/browser_harness_by_model_light.png">
6839
<source media="(prefers-color-scheme: dark)" srcset="static/browser_harness_by_model_dark.png">
6940
<img alt="BU Bench V1 Browser Harness bcode v0.0.3 accuracy by model, led by claude-opus-4-7, gpt-5.5, mimo-v2.5-pro, and glm-5.1" src="static/browser_harness_by_model_light.png" width="100%">
7041
</picture>
7142

43+
BrowserCode supports any model you can reach with an API key, plus [every provider OpenCode supports](https://opencode.ai/docs/providers).
44+
45+
Use `/connect` in the TUI, or set provider API keys in your environment.
46+
7247
Recommended models from current BrowserCode evals:
7348

7449
- Frontier: `claude-opus-4-7`, `gpt-5.5`
@@ -77,22 +52,24 @@ Recommended models from current BrowserCode evals:
7752

7853
### Connect a Browser
7954

80-
Let the agent connect for you. It knows how. You can prompt:
55+
**Let the agent connect for you.** It knows how.
56+
57+
You can prompt:
8158

8259
```text
83-
Connect to my current tab at https://amazon.com and look for a better deal for 64GB DDR5 RAM and return the URLs
60+
Connect to my current tab on amazon.com and find deals for 64GB DDR5 RAM, return URLs
8461
```
8562

8663
The agent will take control of your actual browser.
8764

8865
```text
89-
Make a new browser profile and work in the background to QA test http://localhost:3000, fix any bugs and open a PR
66+
Make a new browser profile and QA test http://localhost:3000, fix bugs and open a PR
9067
```
9168

9269
The agent will work locally in its own browser profile.
9370

9471
```text
95-
Open a remote browser and extract every item sold at https://mcdonalds.com in SF
72+
Open a remote browser and extract every item sold on mcdonalds.com in SF
9673
```
9774

9875
The agent will control a Browser Use Cloud browser and give you a link to watch it.
@@ -102,13 +79,11 @@ The agent will control a Browser Use Cloud browser and give you a link to watch
10279
- Browser Use Cloud offers unlimited free browsers, limited to 3 concurrent sessions, with stealth, captcha solving, and proxies.
10380
- Just set `BROWSER_USE_API_KEY` in your environment. The agent can sign up completely autonomously; just ask it to. To upgrade further, go to [cloud.browser-use.com](https://cloud.browser-use.com).
10481

105-
## Philosophy
82+
## Philosophy: do more with less
10683

10784
Browser ability and code-writing ability are deeply connected.
10885

109-
We turned browser interaction into a coding problem; the agent writes JavaScript that drives Chrome directly through CDP. Maximal power to the agent. Minimal abstractions.
110-
111-
#### Do more with less.
86+
We turned browser interaction into a coding problem; the agent writes JavaScript that drives Chrome directly through CDP. Minimal abstractions. Maximal power to the agent.
11287

11388
*BrowserCode outperforms every browser agent we have tested it against.*
11489

-8.12 KB
Loading
-6.22 KB
Loading

static/browsercode_ascii_banner.svg

Lines changed: 1838 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)