Show HN: Vibium – Browser automation for AI and humans, by Selenium's creator
Source: Hacker News
Background
I started the Selenium project 21 years ago. Vibium is what I’d build if I started over today with AI agents in mind.
Architecture
- A Go binary runs under the hood, handling the browser, BiDi, and MCP.
- Developers never interact with the binary directly; they simply run
npm install vibium. - Python and Java bindings are coming soon.
Usage
For Claude code integration:
claude mcp add vibium -- npx -y vibium
Roadmap
- Release of version 1 (v1) is in progress.