Gsd Browser banner
gsd-build gsd-build

Gsd Browser

AI community

Description

A fast, native browser automation CLI built from the ground up for AI agents, powered by Chrome DevTools Protocol. 63 commands covering navigation, interaction, screenshots, accessibility, network mocking, visual diffing, test generation, and more — all from a single binary.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

gsd-browser

Native Rust browser automation CLI for Chrome/Chromium via CDP. `gsd-browser` keeps a persistent background daemon, auto-starts on first use, and exposes 92 top-level commands for navigation, interaction, authenticated live viewing, annotations, recording bundles, snapshots with versioned refs, assertions, structured extraction, network control, visual diffing, tracing, and stateful auth flows.

Built for AI agents, CI pipelines, and developers who want deterministic browser control without adopting a full browser test framework.

Install

Recommended: installer (macOS / Linux)

curl -fsSL https://install.gsd.build/browser | bash

The installer downloads the correct `gsd-browser` binary for your platform. If Chrome or Chromium is already installed, it uses that. Otherwise it downloads Chromium automatically when Chrome for Testing is available for your platform. Run `gsd-browser update` to install the current release.

Pre-built binaries

Download from [GitHub Releases](https://github.com/gsd-build/gsd-browser/releases):

Platform Asset
macOS (Apple Silicon) gsd-browser-darwin-arm64
macOS (Intel) gsd-browser-darwin-x64
Linux (ARM64) gsd-browser-linux-arm64
Linux (x64) gsd-browser-linux-x64

Build from source

git clone https://github.com/gsd-build/gsd-browser.git
cd gsd-browser
cargo install --path cli

Package registries

The public npm package (`@gsd-build/gsd-browser`) and crates.io package (`gsd-browser`) are not published yet. Use the installer, GitHub release assets, or a source build.

Quick Start

The daemon starts automatically on first use.

# Navigate to a page
gsd-browser navigate https://example.com

# Snapshot interactive elements and assign refs like @v1:e1
gsd-browser snapshot

# On example.com the only interactive element is the "More information..." link
gsd-browser click-ref @v1:e1

# Wait for navigation and assert the re