Quick Install (Recommended)
The fastest way to get started is to install Agent Browser globally:Installation Methods
Try Without Installing
Run directly withnpx if you want to try it without installing globally:
npx routes through Node.js before reaching the Rust CLI, so it is noticeably slower than a global install. For regular use, install globally.Project Installation
For projects that want to pin the version inpackage.json:
npx or package.json scripts:
package.json
Homebrew (macOS)
Install via Homebrew for easy updates:From Source
Build from source if you want to contribute or use the latest development version:Building from source requires Rust to be installed for the native CLI component.
Platform-Specific Setup
Linux Dependencies
On Linux, you may need to install system dependencies for Chromium:Windows
Agent Browser works on Windows x64. Install using npm:Supported Platforms
Agent Browser provides native Rust binaries for:| Platform | Binary | Fallback |
|---|---|---|
| macOS ARM64 | Native Rust | Node.js |
| macOS x64 | Native Rust | Node.js |
| Linux ARM64 | Native Rust | Node.js |
| Linux x64 | Native Rust | Node.js |
| Windows x64 | Native Rust | Node.js |
Verify Installation
Verify that Agent Browser is installed correctly:Updating
Update to the latest version:Next Steps
Quickstart
Get to a working example in under 2 minutes.
Core Concepts
Learn the snapshot-ref workflow.