Vibium
ActiveDescription
Browser automation tool for AI agents and humans, providing high-performance web interaction capabilities built in Go
Key Features
- CLI-first browser automation with semantic element finding (text, label, role)
- WebDriver BiDi based — open standard, no proprietary protocol lock-in
- Single ~10MB binary, zero runtime dependencies, auto-downloads Chrome
- Client libraries for JS/TS, Python, and Java with sync and async APIs
- Session recording, screenshot annotation, and PDF export capabilities
Use Cases
Categories
Quick Start
Install globally: `npm install -g vibium`. Add the agent skill: `npx skills add https://github.com/VibiumDev/vibium --skill vibe-check`. Then navigate with `vibium go https://example.com` and interact via `vibium map`, `vibium click @e1`.