Skip to content

Conversation

@Alezander9
Copy link
Member

@Alezander9 Alezander9 commented Oct 27, 2025

Summary by cubic

Adds a simple browser-use install CLI command to install Chromium + system deps in one step. Updates docs to use the new command, and fixes the basic search example and an AGENTS.MD merge conflict.

  • New Features

    • Added install subcommand to browser_use CLI that runs Playwright’s Chromium install with deps and can run before other CLI dependencies load.
  • Docs

    • Replaced Playwright install instructions with uvx browser-use install in README, Quickstart, and vibetest example.
    • Added Mac/Linux and Windows tabs for virtualenv activation in AGENTS.MD.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 issues found across 6 files

Prompt for AI agents (all 2 issues)

Understand the root cause of the following 2 issues and fix them.


<file name="AGENTS.MD">

<violation number="1" location="AGENTS.MD:89">
In the pip instructions, running `uvx browser-use install` will fail because pip users typically do not have uv installed. Replace it with the package’s own `browser-use install` entrypoint so the guidance works for pip environments.</violation>
</file>

<file name="browser_use/cli.py">

<violation number="1" location="browser_use/cli.py:21">
`playwright install --with-deps` is Linux-only; invoking this click command on Windows/macOS fails instead of installing Chromium. Remove or gate the flag to keep the installer working across platforms.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

@Alezander9 Alezander9 enabled auto-merge October 27, 2025 19:30
@Alezander9 Alezander9 merged commit 9e90541 into browser-use:main Oct 27, 2025
39 checks passed
@ShawnPana
Copy link
Contributor

@Alezander9 i think this breaks the uvx functionality- it should be installing with uvx browser-use install. is there a reason why you changed it to browser-use install?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants