web-ui
🖥️ Run AI Agent in your browser.
A Gradio web interface that drives the browser-use AI agent, so you can pick an LLM, give it a task, and watch it click around real websites.
Browser Use Web UI is a tool that lets you run an AI agent — an AI system that can browse the web and take actions on your behalf — through a simple visual interface in your browser. Instead of writing code to control the AI, you interact with it through a user-friendly web page built with Gradio (a tool for creating quick web interfaces for AI applications).
The AI agent can navigate websites, click buttons, fill out forms, and perform other browser-based tasks automatically. You can point it at your own browser with your existing logins already active, which means you do not need to re-authenticate to sites each time you use it. The browser session can also stay open between tasks, so you can watch what the AI has been doing step by step.
The tool supports a wide range of AI language models you can connect it to, including those from Google, OpenAI, Azure OpenAI, Anthropic, DeepSeek, and locally-run models via Ollama. You bring your own API key for whichever AI service you prefer.
You can set it up locally on your own computer by running a Python script, or deploy it via Docker — a container system that packages everything needed to run the app in one bundle. It is primarily aimed at developers and technical users who want to automate browser tasks using AI without building their own interface from scratch. Built in Python.
Where it fits
- Run an AI agent that logs into a SaaS dashboard with your existing browser session and pulls a weekly report.
- Demo a browser automation agent to a non-technical teammate without writing any code.
- Compare how Claude, GPT, and a local Ollama model perform on the same browser task.
- Self-host a browser agent inside Docker so it runs on a server with a persistent profile.