# Releashed Releashed is a free, open-source CLI and MCP server for coding agents (Claude Code, Cursor, Codex) working in the repo of a deployed web product. Ask it "show me the onboarding flow" and get back real, dated screenshots of the signed-in product — no browser needed if the answer is already known. ## What it does A vision model drives a real browser through the deployed app like a first-time visitor: no source code, no test IDs, no list of journeys handed to it. Every screen it reaches is kept with its date, its URL, and the action taken there to reach the next one. That record is called a walk. A walk keeps the screenshot, the date, the URL and the action taken, with every screen. The map a walk builds is what the tool remembers between questions. Ask again later and, if the map already answers it, you get the screens back with no browser started at all. If it doesn't, Releashed aims a fresh walk at the flow you named. ## Two modes - **Discovery**: source-blind. No journeys, no database, no goal reach the walk — it explores the product the way a first-time visitor would. - **Capture**: for the owner of a product that already has a map. Takes a goal and a short behaviour policy in plain English. Its output is labelled as directed — never evidence that anything is discoverable, never a diff baseline against a free walk. ## The action boundary Every request the browser makes passes a boundary before it leaves. It will not pay, post, send or delete on a stranger's product. It will not climb a login wall or evade a bot check — a wall is a finding, reported and stopped at, never worked around. ## What's deterministic and what's judged The walk itself is model-judged: deciding what to click next takes judgment. Everything it produces is a record, not a verdict — the screenshot, the date, the URL and the refusal list are exactly what the browser saw and did, unedited. ## Get it The CLI and MCP server are free and open source. The public release's installation and browser setup are documented at https://github.com/pooyahrtn/releashed-cli#install. Its MCP example connects Claude to an existing captured map; check the current release's documentation for client support and prerequisites. Live walks require model API keys. ## Contact Made by Pooya Haratian. pooya@releashed.io