A shared browser for AI agents: parallel automation, shared logins
ego lite is a macOS browser purpose-built for AI agents such as Claude Code and Codex. It lets agents run browser automation in parallel inside isolated Spaces while you continue browsing in the same browser — no tab wars, no interrupted flow. Unlike frameworks like Browser-use that drive a separate browser, ego lite is a full browser that can inherit your existing Chrome logins, cookies, extensions, and bookmarks in one click. It exposes browser capabilities as in-page JavaScript tools via the `ego-browser` skill, so agents can compose multi-step actions as single code executions instead of round-trip CLI calls. The README reports up to 2.5× faster task completion and fewer tokens than a CLI-based approach on complex tasks, with data kept locally by default. For engineers using agent CLIs today, ego lite offers a straightforward way to give agents safe, stateful access to the web while keeping your own session separate.
ego (lite) is a browser built from the ground up for AI agents to run browser automation. It lets you and your agents work in the same browser simultaneously: your tabs stay yours, while each agent gets an isolated Space for its own tasks. It is free, requires zero configuration, and exposes your real logged-in Chrome state to agents through a skill called ego-browser. Today it runs on macOS.
ego (lite) 是一开始就为 AI 代理(agent)做浏览器自动化而设计的浏览器。你可以和自己的代理在同一款浏览器里并行工作:你的标签页只属于你,每个代理则在自己的独立 Space 里跑任务。它免费、零配置,并通过 ego-browser 技能把真实登录的 Chrome 状态开放给代理。目前支持 macOS。
Browser automation frameworks like Browser-Use or Vercel's agent-browser are libraries: they drive a separate browser, logins rarely carry over cleanly, and you end up fighting with the agent over the same tabs. AI browsers like ChatGPT Atlas or Perplexity Comet ship a built-in agent, so only that agent can use the browser. ego lite is one browser designed for sharing: your real profile, your real logins, and any agent you bring (Claude Code, Codex, Cursor, etc.).
Browser-Use、Vercel 的 agent-browser 这类框架本质是库:它们需要驱动一个独立浏览器,登录态很难干净地迁移,而且你会和代理抢同一个标签页。ChatGPT Atlas、Perplexity Comet 这类 AI 浏览器则内置了代理,只有那个内置代理能用。ego lite 则是为共享而生的一个浏览器:你的真实配置、真实登录态,以及你带来的任意代理(Claude Code、Codex、Cursor 等)都能用。
Rather than exposing a CLI where the agent alternates between issuing commands and reading output, ego lite wraps browser capabilities as JavaScript functions the agent calls directly. The agent composes a multi-step task into a single script, which keeps tool calls down and lets complex workflows finish faster. The README reports up to 2.5× faster runs and higher task success rates compared with the conventional CLI approach on complex tasks.
ego lite 没有走“命令 - 看结果 - 再命令”的 CLI 循环,而是把浏览器能力封装成 JavaScript 函数,让代理直接调用。代理可以把多步任务编排成一段脚本一次跑完,工具调用次数大幅减少,复杂流程因此更快。README 给出的对比是:相比传统 CLI 方式,复杂任务最快可快 2.5 倍,任务成功率也更高。
Each agent gets its own fully isolated Space inside the same browser. Multiple agents can run at once — for example, Claude Code enriching 10 leads while Codex scrapes 5 competitor sites — without colliding or stealing your tabs. You can see which Space is active, take it over, or stop it. The browser's kernel-level customization also produces high-quality page snapshots, including for deeply nested iframes where other tools typically fail.
每个代理在同一个浏览器里拥有完全隔离的 Space。多个代理可以同时运行——比如 Claude Code 在 10 个 Space 里补充线索,Codex 在另外 5 个里抓取竞品站点——互不冲突,也不会抢走你的标签页。你可以随时看到哪个 Space 有代理在跑,接管或终止它。得益于内核级定制,ego lite 还能产出高质量的页面快照(Snapshot),包括其他工具经常搞不定的深层嵌套 iframe。
ego-browser is the glue between any agent CLI and the ego lite browser. It exposes the page as a set of in-page JavaScript tools — snapshot, fill, click, wait, navigate, capture — and the agent writes a JavaScript snippet that calls these tools. ego-browser then runs the snippet on the page in one pass. The repository ships plugins for Claude and Codex (.claude / .codex skill directories), plus an agent-skills spec under spec/.
ego-browser 是任意 agent CLI 与 ego lite 浏览器之间的连接层。它把页面暴露为一组页内 JavaScript 工具——snapshot、fill、click、wait、navigate、capture——代理只需写一段调用这些工具的 JS 片段,ego-browser 就在页面上一次性执行完。仓库里带有 Claude 和 Codex 的插件目录(.claude / .codex skills),以及 spec/ 下的 agent skills 规范。
Install the macOS app (Apple Silicon or Intel), or add just the skill with npx skills add citrolabs/ego-lite. You can also paste a setup prompt into your agent and let it install for you. On first launch, ego lite asks whether to migrate your Chrome data; say yes and the agent inherits your existing logins, cookies, extensions, and bookmarks. A typical task in your agent CLI looks like:
ego-browser follow @ego_agent on x.com for me
The agent picks up the skill, opens the page in its own Space, reads a Snapshot, acts on the page, and reports back — while your own tabs stay untouched.
在 macOS 上安装有两种方式:下载 Apple Silicon 或 Intel 的 .dmg 安装包,或者只用 npx skills add citrolabs/ego-lite 安装技能。你也可以把一条安装提示直接粘贴给代理,让它自己完成安装。首次启动时,ego lite 会问是否迁移 Chrome 数据;选“是”之后,代理就继承你现有的登录态、cookie、扩展和书签。在 agent CLI 里跑任务的典型形式是:
ego-browser follow @ego_agent on x.com for me
代理会拾取技能、在自己的 Space 里打开页面、读取 Snapshot、操作页面并汇报结果——你自己的标签页完全不受影响。
The README's comparison table positions ego lite against Browser-Use, Vercel agent-browser, ChatGPT Atlas, and Perplexity Comet. The differentiators are parallel multitasking, reusable skills, inheriting Chrome data, separate workspace in the same browser, compressed semantic input, external-agent control, local data, no login friction, daily-use browser, and free. Against Vercel's agent-browser on four complex tasks, ego lite finished each up to 2.5× faster with substantially fewer tokens. The comparison chart lives in docs/assets/ego-vs-agent-benchmark.png.
README 的对比表把 ego lite 与 Browser-Use、Vercel agent-browser、ChatGPT Atlas、Perplexity Comet 放在一起。差异点包括:并行多任务、可复用技能、继承 Chrome 数据、同一浏览器内独立工作区、压缩语义输入、可被外部代理控制、数据存本地、无登录摩擦、可作为日常浏览器、免费。在与 Vercel agent-browser 的四个复杂任务对比中,ego lite 每个任务最多快 2.5 倍,token 消耗也大幅更少。对比图在 docs/assets/ego-vs-agent-benchmark.png。
ego lite currently runs only on macOS; Windows and Linux are on the roadmap. Your browsing data stays on your device — ego lite only records whether you opted into Chrome migration during setup. The 'experience accumulation' feature, which distills successful actions into reusable tools to make later tasks up to 5× faster, is marked as coming soon. The browser app itself is a separate free download; the repository code is MIT-licensed.
ego lite 目前只支持 macOS,Windows 和 Linux 在路线图上。你的浏览数据都留在本机——ego lite 只记录你在安装时是否选择迁移 Chrome 数据。能把成功操作沉淀为可复用工具、让后续相似任务最多快 5 倍的“经验积累”功能,README 标注为 coming soon。浏览器应用本体是独立免费下载;仓库代码采用 MIT 许可证。