Discover and explore top open-source AI tools and projects—updated daily.
browser-useTerminal-based browser automation with LLM agents
New!
Top 65.7% on SourcePulse
A Rust-based TUI for automating browser tasks via LLMs, Browser Use Terminal targets users needing to automate repetitive web actions. It offers direct control over real Chrome sessions or headless instances, with enhanced observability and claimed cost-efficiency compared to existing harnesses.
How It Works
The project employs a "browser-first LLM harness" architecture. Rust manages the agent loop and durable state, while the browser runtime grants the LLM direct Chrome DevTools Protocol (CDP) control. This approach is claimed to be 2x cheaper and faster than Browser Harness. A custom Ratatui UI facilitates live task monitoring, steering, and management, backed by a SQLite log for history, screenshots, and artifacts.
Quick Start & Requirements
curl -fsSL https://browser-use.com/terminal/install.sh | shHighlighted Details
Maintenance & Community
Development activity is indicated by included testing scripts (cargo, pytest). No specific community channels (Discord/Slack) or contributor details are listed in the README.
Licensing & Compatibility
MIT License. Permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
No explicit limitations are detailed. The project relies on browser automation capabilities and may inherit complexities associated with managing real browser sessions or headless environments.
13 hours ago
Inactive