Skip to content

v1.0.0 — AI-Native Browser Automation

Choose a tag to compare

@4DvAnCeBoY 4DvAnCeBoY released this 01 Apr 14:20

testmu-browser-agent v1.0.0

AI-native browser automation CLI and MCP server for Chrome, built in Go.

Highlights

  • 90+ CLI commands — navigate, click, fill, screenshot, network interception, auth vault, device emulation, video recording, HAR capture
  • 10 MCP tools — plug into Claude Code, Cursor, GitHub Copilot, Windsurf, Gemini CLI, Codex, Goose, OpenCode, or Cline
  • Accessibility snapshots with @ref IDs — token-efficient, stable element references
  • LambdaTest cloud integration — run on real cloud browsers with a single flag
  • AES-256-GCM encrypted sessions — save and restore authenticated browser state
  • Daemon mode with REST API + SSE — long-lived browser process with HTTP endpoints

Install

curl -sSL https://raw.githubusercontent.com/4DvAnCeBoY/testmu-browser-agent-public/main/scripts/install.sh | sh

Quick Start

testmu-browser-agent open https://example.com
testmu-browser-agent snapshot
testmu-browser-agent click @e1
testmu-browser-agent screenshot --output page.png
testmu-browser-agent close

Claude Code Setup

{
  "mcpServers": {
    "testmu-browser-agent": {
      "command": "testmu-browser-agent",
      "args": ["mcp"]
    }
  }
}

Downloads

Platform Binary
macOS (Apple Silicon) testmu-browser-agent-darwin-arm64
macOS (Intel) testmu-browser-agent-darwin-amd64
Linux (x86-64) testmu-browser-agent-linux-amd64
Windows (x86-64) testmu-browser-agent-windows-amd64.exe

Verify downloads with checksums.txt (SHA-256).