Download Latest Version More Stable source code.tar.gz (4.8 MB)
Email in envelope

Get an email when there's a new version of Browser Use

Home / 0.11.0
Name Modified Size InfoDownloads / Week
Parent folder
0.11.0 - Skills source code.tar.gz 2025-12-10 4.8 MB
0.11.0 - Skills source code.zip 2025-12-10 5.1 MB
README.md 2025-12-10 2.0 kB
Totals: 3 Items   9.9 MB 9
:::python
from browser_use import Agent, ChatBrowserUse

agent = Agent(
    task='Your task',
    skills=['skill-uuid-1', 'skill-uuid-2'],  # Specific skills (recommended)
    # or
    # skills=['*'],  # All skills
    llm=ChatBrowserUse()
)

await agent.run()

What's Changed

New Contributors

Full Changelog: https://github.com/browser-use/browser-use/compare/0.10.1...0.11.0

Source: README.md, updated 2025-12-10