Skip to content

fix(#248): ARM64 Linux auto-fallback to Firefox + --browser CLI flag#467

Open
giulio-leone wants to merge 2 commits intovercel-labs:mainfrom
giulio-leone:fix/248-arm64-firefox
Open

fix(#248): ARM64 Linux auto-fallback to Firefox + --browser CLI flag#467
giulio-leone wants to merge 2 commits intovercel-labs:mainfrom
giulio-leone:fix/248-arm64-firefox

Conversation

@giulio-leone
Copy link
Contributor

Closes #248

Problem

Chromium is not available for ARM64 Linux (aarch64). Playwright fails with 'Chromium distribution not found'.

Solution

  1. Auto-fallback: When chromium is requested on ARM64 Linux, automatically use Firefox instead (with a warning)
  2. --browser flag: New CLI flag to explicitly choose browser engine (chromium, firefox, webkit)
  3. Env var: AGENT_BROWSER_BROWSER for configuration

Usage

# Explicit Firefox
agent-browser --browser firefox open https://example.com

# Auto-fallback on ARM64 Linux (no flag needed)
agent-browser open https://example.com  # Uses Firefox automatically

@vercel
Copy link
Contributor

vercel bot commented Feb 13, 2026

@g97iulio1609 is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

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.

ARM64 Architecture Support: Chromium Not Available on aarch64

1 participant