AI Briefing
KO

ego-lite: A browser for writing alongside AI agents, 2.5x faster automation

citrolabs/ego-lite

·2026.08.20 19:59

Existing browser automation frameworks require agents to drive a separate browser, and login states are not properly passed, causing users to compete with agents for tabs. ego lite is a dedicated browser designed for users and AI agents to share their respective spaces within the same browser. It runs on macOS, and when Chrome data is migrated, agents inherit existing logins, cookies, extensions, and bookmarks as-is.

Agents directly invoke browser functions as JavaScript functions via the ego-browser skill. Instead of exchanging commands multiple times, multi-step tasks are composed into a single code snippet for execution, completing complex workflows up to 2.5x faster. Token consumption is significantly reduced, and success rates improve. Each agent works in an isolated Space, so it does not affect the user's tabs or mouse position.

Performance comparison benchmark of ego lite vs. Vercel agent-browser
Performance comparison benchmark of ego lite vs. Vercel agent-browser

Various agent CLIs such as Claude Code, Codex, and Cursor can access the browser through ego-browser. Core tools such as page snapshots, input, clicks, waits, navigation, and capture are provided, and complex structures like deeply nested iframes are handled reliably. Data is stored locally and released under the MIT license.

It is particularly useful when multiple agents perform parallel tasks simultaneously. For example, while Claude Code processes 10 leads in parallel Spaces, Codex can crawl 5 competitor sites. They do not conflict with each other, and the user can continue their own work. It is suitable for enhancing agent productivity in development environments with repetitive browser tasks.

GitHub
GitHub repository

citrolabs/ego-lite

The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero config.

JavaScript

This introduction was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report errors, attribution issues, or removal requests via Contact.