AI News HubLIVE
In-site rewrite4 min read

Show HN: Ego lite – A Chromium browser where you and AI agents work in parallel

ego (lite) is a free Chromium browser designed for both humans and AI agents to work in parallel. It allows agents to perform browser tasks up to 3.45x faster by executing multiple actions in a single JavaScript pass. It inherits Chrome login sessions, cookies, and extensions, and provides isolated workspaces (Spaces) for agents. Unlike other automation frameworks, ego (lite) runs as a standalone browser with built-in agent connectivity.

SourceHacker News AIAuthor: howardlun7

ego (lite) is just a browser, ego is your personal agent across devices.

Join waitlist

Download for Mac(yes, free)

What you can do with ego (lite)

As an agent browser, it lets your agent do anything you can already do in a browser you're logged into — across one or more Spaces, logins, tabs, and all.

and more...Explore Use Cases

Any agent, connect via ego-browser

ego-browser is the skill that turns ego (lite) into an agent browser. Install it once, and every agent on your Mac can drive it directly: Claude Code, Codex, Cursor, Kiro, Hermes Agent, OpenClaw, and any other agent that writes code.

Once you’ve finished onboarding, type /ego-browser in your agent and just tell it what you want. Send it, and your agents will run tasks in their own Space.

Parallel multitasking, execute faster.

ego (lite) runs multiple in-page actions in a few lines of JavaScript, instead of one tool call at a time. Complex browser tasks finish up to 3.45x faster than agent-browser, on fewer tokens.

AI agents can also smoothly multitask many browser automation tasks at once, each in its own Space, without colliding.

Same automation, fewer tokens

ego (lite)'s semantic snapshot is built inside our custom Chromium engine, not a JS shim on stock Chrome. Snapshots come back faster, ref actions run more reliably, and reach into cross-origin iframes, shadow DOM, and third-party SDK widgets like Stripe, Salesforce, Intercom, and React portals.

Web fetch and JS shims usually give up on those. Your AI agent ends up retrying against content that was never really there, burning tokens for nothing.

Space for agents, Space for you

Spaces are workspaces both you and your agent can use. Group your tabs by project in yours; Your agent runs tasks on its own. Giving you and your agent separate workspaces in the same browser.

Same Chrome, agent-native

Built on Chromium, ego (lite) is the agent browser that imports your entire Chrome setup in one click. It works just like Chrome, so your browsing habits don't need to change at all. Use it as your default browser, and your AI agents will never get stuck on captchas, 2FA, and SSO redirects.

Finishing more browser automation tasks, faster, and at lower tokens cost than any blank-Chromium agent.

Terminal — 100×30

Reply to tweets, quote-tweet with citations from your own notes, draft and queue posts, pull engagement data, monitor mentions, scrape account activity. X, LinkedIn, Threads, Reddit, Instagram, Facebook all work.

Anything that needs to be logged in to read or act, and that the public API doesn't give you, ego (lite) fills in.

Pick the right one

Feature comparison across ego (lite), Browser Use, agent-browser, ChatGPT Atlas, and Perplexity Comet. Checkmarks mean the feature is supported; dashes mean it is not.

Featureego (lite)Browser Useagent-browserChatGPT AtlasPerplexity Comet

Multitask✓————

Reusable skills (coming soon)✓————

Inherits Chrome's data✓——✓✓

Same browser, separate workspace✓————

Compressed semantic input✓—✓——

Controllable by external agents✓✓✓——

Data stored locally✓✓✓——

No login friction✓——✓✓

Daily-use browser✓——✓✓

Free, no subscription required✓✓✓——

FAQ

ego (lite) is the agent browser built to share with your AI agents, like Codex or Claude Code. Zero cost, zero config. Let them handle any web automation effortlessly.

Existing tools like Browser Use and agent-browser are browser automation frameworks. They need a separate browser to drive, logins never carry cleanly, and you and the agent end up fighting for the same tabs.

ego (lite) is one browser designed from the start for the two of you to share — no extra setup, and the agent can always reach your real logins and tabs through ego-browser.

An agent browser is a browser built to be driven by an AI agent instead of only a human. The agent gets a real window, tabs, and (ideally) your logins, rather than a headless instance it has to configure from scratch.

ego (lite) is that agent browser: the same Chromium you use every day, with a Space where Claude Code, Codex, or Cursor can click, fill, and read pages on their own. Compare that to a browser automation framework like Browser Use or Puppeteer, which drives a separate, blank browser instead of the one you're already logged into.

Playwright and Puppeteer are browser automation libraries you embed in code. They drive pages through CSS selectors, which break whenever a site reshuffles its DOM.

ego (lite) is a real browser plus ego-browser. ego-browser is the connection layer between any agent product (Claude Code, Codex, Cursor, or your own) and ego (lite) — it exposes the browser as a set of in-page JavaScript tools: snapshot, fill, click, wait, navigate, capture. The agent writes a JavaScript snippet that composes several steps using those tools, and ego-browser runs it on the page in one pass, instead of the one-tool-at-a-time round trips Playwright and Puppeteer require. The snapshots cost fewer tokens than HTML, and the @N refs stay stable when class names rotate. There's no SDK to integrate, and nothing to install from the Playwright or Puppeteer ecosystem.

ego (lite) is a real browser plus ego-browser. Whichever agent you use, whether that's ego, Claude Code, Codex, Cursor, or something else, drives the same browser you use daily. Space keeps the agent's work isolated from yours.

Browser Use is an autonomous agent framework. It bundles its own LLM loop and drives a separate browser instance. You can point it at a real Chrome, but only after you fully close it. Extensions don't load by default. And it has its own pricing tier on top of whatever you already pay for.

Vercel's agent-browser is a CLI that lets your agent control a browser through shell commands, but it ships no browser of its own. The agent doesn't share your daily browser session, so your real logins aren't available to the running task.

Yes. Any agent that can run a shell command can drive ego (lite) through ego-browser:

ego, Claude Code, Codex, Cursor, Continue, Gemini CLI

Hermes Agent, OpenClaw, OpenCode

Any custom in-house agent you've built

ego-browser installs as a skill into your agent's skill directory during onboarding. The agent then calls browser automation commands the same way it runs any other shell tool. There's no SDK to integrate, and you're not locked into a specific model.

Yes. ego (lite) is built on Chromium, so the address bar, tab groups, bookmarks, profiles, extensions, downloads, and incognito mode behave the way they do in Chrome. The difference is Space: an isolated workspace where your AI agent runs web automation alongside you, and doesn't touch your tabs unless you let it.

Yes. ego (lite)'s onboarding migrates the following from Chrome in one click:

Tabs and tab groups you're using

Bookmarks and saved passwords

Browser extensions

Cookies and login sessions

Browser profiles

Every site you've already signed into stays signed in, and the agent inherits the same logged-in state. It doesn't need to re-authenticate to Gmail, Notion, LinkedIn, or your internal tools every time it runs a task.

Yes. The agent runs inside Space, an isolated workspace in ego (lite). It works in its own area, so your tabs stay untouched unless you explicitly hand one over. It doesn't take over your mouse or steal focus from whatever you're doing. Switch into Space anytime to watch the agent work, or ignore it and keep working in your own window.

What gets cheaper is the whole task, not any single step. The savings come from several features stacking together.

The agent can run several actions in the page with a few lines of JavaScript, instead of calling one tool at a time and waiting for each result before deciding the next, the way Playwright, Puppeteer, and most browser automation frameworks work.

Combined, complex browser automation tasks complete faster and on fewer tokens overall.

Yes. ego (lite) doesn't upload your browsing data. Your history, cookies, login sessions, and anything the agent reads stay on your own computer. The one thing ego (lite) records during setup is whether you opted into Chrome data migration.

ego (lite) doesn't collect any data

Bookmarks, browsing history, cookies, passwords, every page you load — all stored on your computer, we can't access them.

Stop paying so many tokens for simple browser automation tasks

Download ego (lite) for Mac