git404hub

what is preprint fr?

supermemoryai/preprint — explained in plain English

Analysis updated 2026-05-18

17RustAudience · developerComplexity · 3/5Setup · moderate

tl;dr

A Rust CLI tool that lets AI agents control a real Chrome browser through plain text files, a background daemon keeps each tab's state in a markdown file, and the agent triggers actions by appending commands to that file.

vibe map

mindmap
  root((preprint))
    What It Does
      Tab state as markdown
      Action command files
      Browser control
    Tech Stack
      Rust
      Chrome
      npm
    Actions
      Click and type
      Navigate and scroll
      Screenshot and video
    Use Cases
      AI web agents
      Task automation
      Multi-session browsing

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Build an AI agent that browses the web by reading tab state from markdown files and writing click or type commands, without any browser SDK

VIBE 2

Automate multi-step web tasks like logging in, filling forms, and clicking buttons using a plain text loop any LLM can drive

VIBE 3

Record browser sessions as video clips while an AI agent performs tasks, for debugging or auditing the agent's decisions

what's the stack?

RustNode.jsChrome

how it stacks up fr

supermemoryai/preprintatelico/gdstyleathxrvx/spear
Stars171717
LanguageRustRustRust
Setup difficultymoderateeasymoderate
Complexity3/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Node.js and npm to install, plus a Chrome browser, no graphical interface, everything runs via CLI commands and plain text files.

No license information is stated in the repository.

in plain english

This project, called preprint, is a tool that lets AI agents control a web browser by reading and writing plain text files instead of learning complex browser automation protocols. The core idea is that a background program (a daemon) runs a real Chrome browser instance and continuously writes the current state of each open tab into a markdown file. The agent reads that file to see what is on screen, then appends a single action command at the bottom of the file. The daemon carries out that action in the live browser and rewrites the file with the new state, all within about a second. Setting it up involves installing the package through npm and running a command that opens a web page inside a managed Chrome window. A folder called "preprint" appears in your working directory with one file per tab. Each tab file shows the page content as a simplified tree of clickable elements, along with the last action taken and any console output from the page. A second file tracks what changed since the previous snapshot. The actions an agent can trigger include clicking a button (referenced by a short code from the page file), typing text into a field, pressing a key, scrolling the page, navigating to a different URL, taking a screenshot, or recording a video clip. After each action the agent re-reads the updated tab file before deciding the next step. Screenshots and recordings are saved to a separate artifacts folder and persist even after the tab is closed. The tool supports multiple browser sessions with different identities. You can use your own Chrome profile, a named separate profile, or a completely clean browser with no stored login data. Sessions stay open until you explicitly close them or run a stop command that shuts everything down. This is a command-line developer tool, written in Rust, aimed at programmers building AI agents that need to interact with live web pages. It is not a hosted service and has no graphical interface. With 17 stars on GitHub, it appears to be a new or early-stage experiment.

prompts (copy fr)

prompt 1
Using preprint's file-based protocol, write a Python agent that opens a browser tab, reads the tab markdown to find a search input's element code, types a query, and reads the updated page state
prompt 2
Show me the exact format of a preprint tab file: what does the simplified element tree look like, and how do I write a valid click action for a button with element code B3?
prompt 3
Build a preprint loop where an AI agent checks a job board every 10 minutes, extracts new listings from the tab file, and appends them to a CSV with no manual steps
prompt 4
Explain how to launch preprint with a named Chrome profile that has my existing logins so my AI agent can interact with sites I'm already authenticated on

Frequently asked questions

what is preprint fr?

A Rust CLI tool that lets AI agents control a real Chrome browser through plain text files, a background daemon keeps each tab's state in a markdown file, and the agent triggers actions by appending commands to that file.

What language is preprint written in?

Mainly Rust. The stack also includes Rust, Node.js, Chrome.

What license does preprint use?

No license information is stated in the repository.

How hard is preprint to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is preprint for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.