Download

Download Browsergent for Chrome

Get the open-source AI browser agent as a prebuilt Chrome MV3 extension. v0.6.0 · MIT / Apache-2.0 · BYOK

Prebuilt .zip — recommended

Unzip, then Load unpacked the folder in chrome://extensions with Developer mode on. Easiest path; you can read every file before it runs.

Download .zip ↓

Links broken or looking for another version? See the latest release on GitHub →

Install from the .zip

  1. Download and unzip the file above.
  2. Open chrome://extensions in Chrome.
  3. Toggle Developer mode (top-right).
  4. Click Load unpacked and select the unzipped folder.
  5. Open the Browsergent side panel and add your API key in Settings.

Need model/provider details? See configuration in the docs.

Build from source

git clone https://github.com/Irvingouj/Browsergent.git
cd Browsergent
npm install
npm run build
# then Load unpacked → dist/

See the docs for configuration and the architecture guide for how the agent runtime works inside.

System requirements

  • Google Chrome with Manifest V3 extension support
  • An Anthropic Messages–compatible API key (Anthropic, DeepSeek, GLM, …)
  • Permission to load unpacked extensions (Developer mode)

Before you run it

Browsergent is experimental. It exposes everything the extension can access to the agent — page content, cookies, auth headers — so we can learn the capability boundary. Always review its actions and avoid running it on accounts where that access is unacceptable. There is no built-in spend limit; the agent will keep calling the model until the task ends or you stop it.

Questions? Read the FAQ or browse use cases.