AI product Open source
Browser Use Pi is a TypeScript web agent built on Pi Mono. It combines a persistent V8 REPL with raw Chrome DevTools Protocol control: the agent writes JavaScript, uses accessibility-tree data and screenshots, and builds browser helpers as needed. It supports persistent sessions, saved logins, workspaces, streaming, hooks, typed results, follow-up tasks, and cloud browsers or a user's own Chrome; runs can be limited by steps, time, or cost, with partial work retained. Interaction highlights, recordings, and GIF exports can show the agent's work. It is distributed as the @browser_use/pi package for Node 22.19+ or Bun 1.3.14+, and its quickstart uses Browser Use Cloud without requiring a local Chrome installation.
1 use taken from transcripts — each links to the moment in the video.
Lets an AI agent write JavaScript into a persistent V8 runtime that controls Chrome through the DevTools protocol. Sessions retain logins, runs can be limited by cost, time, or steps, and recordings and GIFs show what the agent did.
1 in the library.