--- id: browser-use-core version: "0.13.2" license: unclear license_treatment: unclear maintenance: active --- # browser-use-core — Packaged Browser Use Rust terminal binaries and Python worker resources. License: unclear · Maintenance: active · Downloads: 212.3K/mo ## 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 above — 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 pip install browser-use-core uv add browser-use-core 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_current - Install friction: medium - Maintenance: active - Downloads: 212.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags browser automation python, web scraping agent, browser control library, headless browser interaction, web automation framework, browser-automation, web-scraping, rust-bindings [View on SkillFed](https://skillfed.io/packages/browser-use-core) · [View on PyPI](https://pypi.org/project/browser-use-core/)