0.13.0
0.13.0 - Rebuilt in Rust [beta]
Release Notes
Browser Use 0.13.0 introduces a new Rust-backed beta agent.
It gives modern models a more direct browser control loop, guided by robust helpers instead of brittle browser abstractions.
uv add "browser-use[core]"
from browser_use.beta import Agent
The existing Python agent remains unchanged.
What's Changed
- add x402 skill by @laithrw in https://github.com/browser-use/browser-use/pull/4782
- fix by @laithrw in https://github.com/browser-use/browser-use/pull/4950
- Magnus/rust sdk server clean pr by @MagMueller in https://github.com/browser-use/browser-use/pull/4975
- Validate Rust terminal SDK server binary by @laithrw in https://github.com/browser-use/browser-use/pull/4996
- Add browser-use-core binary discovery by @gregpr07 in https://github.com/browser-use/browser-use/pull/4994
- Fix prerelease version upgrade check by @gregpr07 in https://github.com/browser-use/browser-use/pull/4998
- Prepare browser-use rc4 by @gregpr07 in https://github.com/browser-use/browser-use/pull/5003
- Close beta SDK browser resources by @gregpr07 in https://github.com/browser-use/browser-use/pull/5004
- Prepare browser-use 0.13.0 by @gregpr07 in https://github.com/browser-use/browser-use/pull/5005
Full Changelog: https://github.com/browser-use/browser-use/compare/0.12.9...0.13.0