Skip to main content
Gologin Local Agent Browser CLI is an agent-friendly CLI for running local Gologin Orbita profiles through a persistent daemon and a compact shell interface. It keeps the same interaction model as the cloud Agent Browser CLI — open a session, read snapshots, act on refs — but runs locally on your machine using Gologin Orbita instead of Cloud Browser.

When to use local vs cloud


Install

Requires Node.js >= 20.

Credentials

Config file: ~/.gologin-local-agent-browser/config.json

Architecture

Two parts:
  1. gologin-local-agent-browser CLI — parses commands, auto-starts daemon
  2. Persistent local daemon — launches local Orbita through the official Gologin SDK, connects to the returned websocket endpoint with Playwright connectOverCDP, keeps the active page in memory

Quick start


Profile management

Manage Gologin profiles directly from the CLI. Filters for profiles: --local, --remote, --all, --platform <os>, --status <status>, --tag <tag>, --search <query>, --json

Use-case templates

Create profiles pre-configured for specific workflows:

Doctor diagnostics

Check profile health, proxy connectivity, and use-case readiness:

Runbooks and batch execution

Single runbook

Runbook format:

Batch execution

Run a runbook against multiple profiles in parallel:

Jobs and history

Track runbook and batch execution:

Visibility controls

Aliases: open-visible = open --visible, open-background = open --background

Use cases and examples

Warm up new accounts

New browser profiles look “cold” — no cookies, no browsing history, no stored sessions. Sites like Facebook, Google, and LinkedIn flag cold profiles. Warm them up by browsing naturally before doing anything important.
Run across 20 profiles in parallel:

LinkedIn outreach with persistent profiles

Each LinkedIn account lives in its own profile with its own cookies, proxy, and fingerprint. Log in once, the session persists across days.

Manage multiple ad accounts

Run Facebook/Google ad accounts with isolated profiles — each account gets its own fingerprint, proxy, and cookie jar.

Social media management

Multiple Instagram, TikTok, or Reddit accounts — each in its own profile. Post content, engage, monitor — all through the CLI.

E-commerce and marketplace operations

Manage multiple seller accounts on Amazon, eBay, Etsy — each isolated with its own profile.

Geo-testing your own product

See how your website looks from different countries — does pricing show correctly? Do geo-redirects work?

Browser interaction commands

All browser commands match the cloud Agent Browser CLI: snapshot, click, type, fill, find, tabs, cookies, storage-export, storage-import, eval, screenshot, pdf, back, forward, reload, wait, press, scroll, upload, and more. See the Agent Browser CLI command reference for the full list.

Aliases


npm package

gologin-local-agent-browser-cli

Source code

GologinLabs/gologin-local-agent-browser