Pup - Puppeteer Bridge
Public Made by Adomby adom
pup is the AI's own browser: a real, full Chrome on the user's desktop that the AI fully controls (a sandbox, not the user's signed-in browser). Rides Bridge; pup_* verbs open windows and tabs, navigate, screenshot, and eval JS.
Releases 578
Standalone per-platform binaries to download and run, no tools needed. The newest is pinned on top.
pup now recognizes password fields that are not type=password. Gusto and many SSO/Keycloak login themes render the password as type=text with autocomplete=current-password (masking it themselves), which pups capture rail and fillLoginForm both missed because they keyed only on input[type=password] - so pup could neither capture nor fill those logins. Both now match a field that is type=password OR autocomplete current-password/new-password OR whose name/id is password, and the username heuristic explicitly excludes the password field so it never mistakes a type=text password box for the username. This makes pup drive real-world SSO logins like Gusto
All releases showing 421-440 of 578
Fix white taskbar icon: write IconResource into HKCU ourselves because AD register_app_identity ignores iconPath when shortcut is false, leaving every AUMID unbranded; prune orphaned Adom.Pup AUMID keys on startup
Skip placeholder favicons, retry the overlay instead of failing silently, and strip every old session suffix while disconnecting the previous title observer
Skip the check when nothing is multi-tab and throttle it to once per 1.5s so a noisy desktop cannot turn it into a poll
Any adom.cloud slug host counts as an Adom app, and brandSweep re-evaluates categories for long-lived and recovered windows
Adopted dragged-out tabs now get their own session title suffix before branding
Grow the dark teal window 30 percent and keep a real margin between it and the glyph, plus corrected stroke weight
Remove the browser toolbar line, enlarge the category glyph to fill the window body, and embed the authentic Adom mark for app windows
Scale the inner content glyph 1.3x for legibility at taskbar size while keeping the frame and margins
Refresh identity icon, favicon overlay and jump list together with retries on both sides of a drag-out
Parse AD command responses defensively for both the relay wrapped shape and the bare loopback payload
Reuse an existing global window-opened watch instead of leaking one per restart, and ship the drag-out detection diagnostics
Log every step of the drag-out detection so a silent failure cannot hide
Stop filtering window-opened events by window name since a new window has none at creation time
Subscribe to the AD window-opened UIA event and adopt a dragged-out tab as its own session with its own identity and category icon
Match the proven raise path so a detached browser window is shown via CDP instead of PowerShell targeting the wrong window
pup skill gains the window-type icon section: five taskbar icons and their meanings, the wiki view toggle jump list, and the favicon-overlay rule
Log identity stamp failures and retry the category change re-stamp with backoff
Per-session appIds carry the category so a flip creates a fresh taskbar button, per AD's Win11 measurement
Seed the authed flag at session creation so the first taskbar icon is already the signed-in book plus person
Signed-in wiki icon becomes book plus solid person bust so login state reads at taskbar size