Skip to content
Zed

Public Browser for Zed

io.github.silbercue/public-browser

Chrome over CDP for AI agents. Blind benchmark vs agent-browser: -33% tokens, -33% cost, -32% time

client:Zed transport:stdio runtime:npm

Install Public Browser in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "public-browser": {
      "command": "npx",
      "args": [
        "-y",
        "public-browser"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Public Browser in other clients