You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="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%">
<imgalt="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%">
70
41
</picture>
71
42
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
+
72
47
Recommended models from current BrowserCode evals:
73
48
74
49
- Frontier: `claude-opus-4-7`, `gpt-5.5`
@@ -77,22 +52,24 @@ Recommended models from current BrowserCode evals:
77
52
78
53
### Connect a Browser
79
54
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:
81
58
82
59
```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
84
61
```
85
62
86
63
The agent will take control of your actual browser.
87
64
88
65
```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
90
67
```
91
68
92
69
The agent will work locally in its own browser profile.
93
70
94
71
```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
96
73
```
97
74
98
75
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
102
79
- Browser Use Cloud offers unlimited free browsers, limited to 3 concurrent sessions, with stealth, captcha solving, and proxies.
103
80
- 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).
104
81
105
-
## Philosophy
82
+
## Philosophy: do more with less
106
83
107
84
Browser ability and code-writing ability are deeply connected.
108
85
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.
112
87
113
88
*BrowserCode outperforms every browser agent we have tested it against.*
0 commit comments