Local-first
Run against a loopback API by default, with profile data on the workstation you control.
Private developer preview
Create persistent profiles, launch patched Chromium sessions, test proxies, and control everything through a local REST API and browser-based control panel.
POST /profiles
POST /profiles/{id}/launch
GET /sessions?active=true
Run against a loopback API by default, with profile data on the workstation you control.
Keep cookies, local storage, extension state, fingerprint configuration, and profile metadata together.
Protect each profile with one active launch session at a time, including multi-host coordination through Postgres.
Automate through REST and CDP, or operate from a browser-based control panel.
Control plane
Build
Create profiles, assign proxies, launch Chromium, collect a CDP endpoint, and stop sessions from the same predictable REST surface.
Operate
List, edit, clone, import, export, launch, compare, and review profiles without leaving the local browser UI.
Scale carefully
Start with SQLite on one machine, then move coordination to Postgres when multiple hosts need shared profile locks.
Private developer preview
Tell us what you are building, which operating systems you use, and how many concurrent browser sessions you expect.