Stay logged into the same website as many different users at once. Every tab runs a real Chromium engine — but its cookies, storage, and login live in their own isolated bucket.
Not incognito windows. Not separate profiles you juggle. Real, persistent, side-by-side sessions.
Every tab gets its own cookie jar, localStorage, and IndexedDB via Chromium partitions. Two logins to the same site never see each other.
Organize tabs under colour-coded identities in a clean tree. Drag a tab onto another identity to instantly rebind its session.
Fire the same task across many identities at once, or schedule per-tab runs with a live countdown and full run history.
Bookmarks, history, find-in-page, Ctrl+Tab switching, keyboard shortcuts, export/import identities — the essentials, done right.
No account, no cloud, no telemetry. Every partition lives on your own disk. Open source — read exactly what it does.
Native builds for macOS (Intel & Apple Silicon), Windows, and Linux. Built on Electron, so it's the same Chromium you already trust.
<!-- Two logins to the same site, side by side --> <webview src="https://claude.ai" partition="persist:user1"></webview> <webview src="https://claude.ai" partition="persist:user2"></webview> // Both render claude.ai in parallel. // Two independent Chromium sessions. // Neither knows the other exists.
Anywhere you'd otherwise juggle incognito windows, separate browsers, or a second laptop.
Download, open, click + New Identity, and log into the same site twice. That's the whole demo.