skillfed

browser-use-core

Packaged Browser Use Rust terminal binaries and Python worker resources.

browser-use-core v0.13.2 212.3K downloads/30d#9,460 on PyPI
License unclear Active released

What it is and what it does

browser-use-core is a binary and resource package that carries Rust terminal binaries and Python worker components for the browser-use agent framework. It is designed as a low-level carrier package and intentionally does not expose a high-level Python API—that remains in the browser-use package itself. The package provides the underlying infrastructure needed for browser automation, including compiled binaries for multiple platforms and supporting Python libraries for web interaction, document parsing, and data handling.

The package depends on a substantial set of runtime libraries: web scraping tools (beautifulsoup4, lxml), HTTP clients (requests, curl-cffi, websocket-client), data processing (pandas, tabulate), document handling (pypdf, pillow), and specialized browser control modules (cdp-use, fetch-use). This dependency footprint suggests it handles complex browser interactions including DOM parsing, PDF extraction, image processing, and protocol-level communication.

Use it for:

  • Provide compiled browser control binaries as a dependency for the browser-use agent framework
  • Enable cross-platform browser automation by bundling pre-built Rust binaries for macOS, Linux, and Windows
  • Support web scraping and document extraction workflows through integrated PDF and image processing
  • Facilitate headless browser testing and interaction in CI/CD pipelines

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides packaged Rust terminal binaries and Python worker resources for the browser-use agent framework, enabling browser automation and interaction capabilities.

Yes, if you are using the browser-use package or need its underlying browser automation infrastructure. The package is actively maintained, has no known vulnerabilities, and supports current Python versions. However, clarify the license terms before use in proprietary contexts, and verify whether you need browser-use itself rather than installing this core package directly.

Install

browser-use-core on PyPI

pip

pip install browser-use-core

uv

uv add browser-use-core

poetry

poetry add browser-use-core

Installing browser-use-core

Before you install

Medium install friction due to 11 runtime dependencies including native libraries (lxml, pillow, curl-cffi) and platform-specific wheels. Active maintenance with recent releases, though repository metadata is not publicly available.

License in practice

License status is unclear—no SPDX identifier or raw license text is declared. Verify the actual license terms before use in proprietary or restricted contexts.

Quickstart

pip install browser-use-core

import browser_use_core
# Typically used as a dependency of browser-use, not directly

Requires Python 3.11 or later (and less than 4.0). Platform-specific wheels available for macOS (Intel/ARM), Linux (x86_64/aarch64), and Windows.

Verify before relying

  • Whether browser-use-core can be used standalone or only as a dependency of the browser-use package
  • What the actual license terms are and any redistribution restrictions
  • Whether the Rust binaries require system dependencies beyond what pip installs

Package facts

License not declared (unclear)
Python support supports the current Python release (<4.0,>=3.11)
Install friction medium — platform-specific wheel
Runtime dependencies 11 — beautifulsoup4, cdp-use, curl-cffi, fetch-use, lxml, pandas, pillow, pypdf, requests, tabulate, websocket-client
Maintenance actively maintained — 63 days since the last release
First released
Downloads 212,317/month — #9,460 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: browser_use_core-0.13.2-py3-none-macosx_10_13_x86_64.whl; browser_use_core-0.13.2-py3-none-macosx_11_0_arm64.whl; browser_use_core-0.13.2-py3-none-manylinux_2_17_aarch64.whl; browser_use_core-0.13.2-py3-none-manylinux_2_17_x86_64.whl; browser_use_core-0.13.2-py3-none-win_amd64.whl

Tags

browser automation pythonweb scraping agentbrowser control libraryheadless browser interactionweb automation framework
browser-automationweb-scrapingrust-bindings

More WWW/HTTP packages

Further reading