citrolabs/ego-lite
ego lite lets Codex, Claude Code, and other agents automate logged-in web sessions in isolated browser spaces without taking over your active tabs. It is macOS-only today.
ego lite is a macOS browser that gives each agent an isolated **Space** while retaining access to migrated Chrome logins, cookies, extensions, and bookmarks. Its skill exposes page actions as JavaScript functions.
For authenticated browser work, consider whether shared local state and parallel spaces can replace separate automation browsers. The project reports workflows finishing **up to 2.5× faster** than Vercel’s agent-browser on four complex tasks.
ego lite is a macOS browser that gives each agent an isolated **Space** while retaining access to migrated Chrome logins, cookies, extensions, and bookmarks. Its skill exposes page actions as JavaScript functions. For authenticated browser work, consider whether shared local state and parallel spaces can replace separate automation browsers. The project reports workflows finishing **up to 2.5× faster** than Vercel’s agent-browser on four complex tasks. The comparison is project-reported and covers only **four tasks**. Windows and Linux remain on the roadmap, and the browser itself is a separate free download rather than part of the MIT-licensed repository.
This makes authenticated parallel browser work more concrete by combining isolated agent spaces with migrated local Chrome state and a callable skill. It supports browser-specific harnesses over generic page control, but sharpens the trust boundary: isolation coexists with access to valuable sessions and extensions. The speed claim is only project-reported across four tasks, and current use is limited to macOS plus a separate browser install.