AI browser assistant for natural language web control
Top 44.4% on sourcepulse
BrowserBee is an open-source Chrome extension that acts as a privacy-first AI-powered browser assistant, enabling users to control web browsing with natural language commands. It targets users who want a personal AI assistant for tasks like social media management, news curation, research, and knowledge summarization, offering convenience and security by running primarily within the browser.
How It Works
BrowserBee leverages a combination of a Large Language Model (LLM) for understanding and planning user instructions and Playwright for robust browser automation. This approach allows it to interact with web pages, execute complex sequences of actions, and maintain privacy by processing data locally. The integration of Playwright within a browser extension is highlighted as a novel way to simplify browser automation for end-users compared to traditional backend service-browser architectures.
Quick Start & Requirements
chrome://extensions/
-> Developer mode -> Load unpacked). Alternatively, build from source (npm install
or pnpm install
, then npm run build
or pnpm build
) and load the dist
directory, or install from the Chrome Web Store.Alt+Shift+B
), enter a natural language command, and press Enter.chrome://
or chrome-extension://
URLs.Highlighted Details
Maintenance & Community
CONTRIBUTING.md
.Licensing & Compatibility
Limitations & Caveats
Interacting with web pages remains a challenging task for LLM agents due to the low information density of DOMs and screenshots, requiring simplified representations and efficient models for optimal performance.
2 months ago
Inactive