Open-source reverseloom hands the whole browser to an LLM to reverse-engineer sites
KuiChi-x/reverseloomJul 16, 2026 · 22h ago
reverseloom is a local, and web tool. It uses an 'observer' that exposes only the browser's latest state to the model. This lets the model do ordinary like clicking and scraping, but also set CDP () breakpoints to reverse-engineer login signatures, tokens, and logic.
From that analysis it can generate standalone crawler code that runs without needing a browser at all. It ships with a desktop UI.
Key points
Local, plus web tool
'observer' exposes only the browser's current state to the model
Can set CDP breakpoints to reverse-engineer login signatures, tokens, and
Generates standalone crawler code from the analysis, no browser needed afterward