mirror of
https://github.com/runablehq/mini-browser.git
synced 2026-09-20 13:45:46 +08:00
68e8a005fb7cd33e499c3d0c89cd65a7ffb93049
mini-browser
A browser CLI for agents, built with Bun and Puppeteer.
Install
bun install
Build
Compile into a single binary:
bun run build
This produces dist/mb.
Usage
./dist/mb --help
Or link it globally:
bun link
mb --help
Description
Browser automation skill for AI agents using the mb CLI. Use when the agent needs to browse the web, take screenshots, scrape text, fill forms, click elements,…
Languages
TypeScript
91.2%
Shell
4.6%
JavaScript
4.2%