Skip to content
Agent Search Engine

System class · No. 05

Browser & Computer Use

Agents that operate web browsers and computers to automate real-world tasks.

20 records · independent index · how we rank

Browser and computer-use agents operate a real browser or desktop the way a person would — clicking, typing, scrolling, and navigating — to automate tasks that have no API. That makes them powerful for scraping, testing, form-filling, and cross-app workflows, and also the hardest kind of agent to make reliable, because real websites change, fight bots, and break automation in subtle ways. Choose based on success rate on your actual target sites, speed, and how it handles the messy parts: logins, multi-factor prompts, CAPTCHAs, pop-ups, and shifting layouts. A key split is where it runs — a local automation you fully control versus a managed cloud environment that handles browser fleets, proxies, and session persistence for you, usually more robustly but as metered usage.

Look at how it grounds actions — raw pixels, the accessibility tree, or the DOM — since that drives both accuracy and cost, and whether you can record, replay, and debug a run when it fails. Pricing is commonly per-action or per-hour of compute, which adds up quickly at scale. Treat reliability claims skeptically and pilot on your real workflows before depending on one: the difference between eighty and ninety-nine percent success is the difference between a demo and something you can schedule unattended overnight.

Building one yourself? How to build a browser-automation agent

Commercial products

Alphabetical — stars don't measure commercial adoption

Open-source index

→ See the best open-source browser & computer use, ranked

By language: Python browser & computer use · TypeScript browser & computer use

Rank by
UI-TARS-desktopAgentThe Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent InfraTypeScript · 39k stars · Apache-2.0 · Aug 2026page-agentAgentJavaScript in-page GUI agent. Control web interfaces with natural language.TypeScript · 29k stars · MIT · Aug 2026skyvernAgentAutomate browser based workflows with AIPython · 23k stars · AGPL-3.0 · Aug 2026midsceneAgentAI-powered, vision-driven UI automation for every platform.TypeScript · 15k stars · MIT · Aug 2026nanobrowserAgentOpen-Source Chrome extension for AI-powered web automation. Run multi-agent workflows using your own LLM API key. Alternative to OpenAI Operator.TypeScript · 14k stars · Apache-2.0 · Nov 2025Agent-SFrameworkAgent S: an open agentic framework that uses computers like a humanPython · 12k stars · Apache-2.0 · Aug 2026robotgoSDK / libraryRobotGo, Go Native cross-platform RPA, GUI automation, Auto test and Computer use @vcaesarGo · 11k stars · Apache-2.0 · Jul 2026llm-scraperSDK / libraryTurn any webpage into structured data using LLMsTypeScript · 6.9k stars · MIT · Aug 2026faraAgentFara-7B: An Efficient Agentic Model for Computer UsePython · 6.1k stars · MIT · Jul 2026TuriX-CUAAgentThis is the official website for TuriX Computer-use-AgentPython · 3.2k stars · MIT · Jul 2026open-computer-useAgentAI computer use powered by open source LLMs and E2B Desktop SandboxPython · 2.2k stars · Apache-2.0 · Jul 2026RPAAgentUi.Vision Open-Source RPA Software with Computer Vision, OCR, Anthropic Computer Use/LLM. Selenium IDE import/export.JavaScript · 2.0k stars · Aug 2026
Signal inventory open — put your agent in front of people choosing oneReserve a signal slot →

Frequently asked

What is a browser agent?
A browser agent is an AI that controls a web browser (and sometimes a full computer) to complete tasks visually — useful when a site has no API.
How do I choose a computer-use agent?
Test it on your actual target sites: success rate, speed, session/login handling, and whether you can run it in a controlled cloud environment for reliability and safety.
Are browser agents reliable?
They've improved a lot but still struggle with anti-bot measures and frequently-changing UIs. Managed cloud offerings tend to be more robust than raw local automation.