Download
Get Browsergent.
Latest release: v0.4.0 · Chrome MV3 · MIT / Apache-2.0
Prebuilt .zip — recommended
Unzip, then Load unpacked the folder in
chrome://extensions with Developer mode on. Easiest
path; you can read every file.
Links broken or looking for another version? See the latest release on GitHub →
Install from the .zip
- Download and unzip the file above.
- Open
chrome://extensionsin Chrome. - Toggle Developer mode (top-right).
- Click Load unpacked and select the unzipped folder.
- Open the Browsergent side panel and add your API key in Settings.
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 it works inside.
Before you run it
Browsergent is experimental (v0.1). 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.