0.13.0
CL-lau/SQL-GPT0.13.0Jun 8, 2026by gregpr07
AI Summary
Browser-use 0.13.0 is a major beta release introducing a new Rust-backed agent while maintaining compatibility with the existing Python agent.
Key Highlights
- New Rust-backed beta agent
- Modern models direct browser control loop
- Existing Python agent remains unchanged
New Features
- Rust-backed agent implementation
- Direct browser control loop for modern models
Full Release Notes
<img width="2912" height="1632" alt="browser-use_a_hooded_traveler_in_saffron_robes_with_a_long_staf_99dc26d6-efe0-4f9b-b2ea-7329f26cdb2a (1)-2" src="https://github.com/user-attachments/assets/d6f49f19-ccb7-4284-afe1-4bad0fa228ae" /> <br/> 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. ```bash uv add "browser-use[core]" ``` ```python 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