git404hub

what is master-fetch fr?

dondai1234/master-fetch — explained in plain English

Analysis updated 2026-07-20 · repo last pushed 2026-07-20

152PythonAudience · developerComplexity · 3/5ActiveSetup · moderate

tl;dr

Hound is a free, local tool that lets AI coding assistants like Cursor and Claude Code search the web, visit websites, and read PDFs without needing paid API keys.

vibe map

mindmap
  root((repo))
    What it does
      Web search for AI
      Fetch blocked websites
      Read PDFs and OCR
    Tech stack
      Python
      Local browser engine
    Use cases
      Research latest docs
      Read forum posts
      Crawl entire websites
    Audience
      Developers
      Founders
      Vibe coders

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

Let your AI assistant search the web for the latest documentation on a recently updated library.

VIBE 2

Have your AI read and extract text from scanned PDFs or long web pages to find a specific solution.

VIBE 3

Crawl an entire documentation website so your AI can understand the full context of a tool.

VIBE 4

Bypass bot-blockers to allow your AI to read relevant forum posts and articles.

what's the stack?

PythonLocal browser

how it stacks up fr

dondai1234/master-fetchfacebookresearch/iopathfacebookresearch/neuralfeels
Stars152153153
LanguagePythonPythonPython
Last pushed2026-07-202026-06-252024-11-13
MaintenanceActiveActiveStale
Setup difficultymoderatehard
Complexity3/55/5
Audiencedeveloperdeveloperresearcher

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

how do i run it?

Difficulty · moderate time til it works · 30min

Requires installing and running the tool locally on your machine to connect it to your AI coding assistant.

The license for this project is not specified in the explanation.

in plain english

Hound is a free tool that gives AI coding assistants like Claude Code or Cursor the ability to browse the web, search, and read documents. Normally, an AI assistant is stuck looking at the code on your computer and cannot see the internet. This tool connects to your AI assistant and lets it independently search the web, visit websites (even those with bot-blockers), and read PDFs, all without requiring any paid API keys or accounts. When you ask your AI assistant to research something, Hound does the heavy lifting behind the scenes. If a website blocks automated visits, it automatically switches to a special stealthy browser to get around the block. It can also extract just the text you care about from a long page, crawl entire websites to find documentation, and even read scanned PDFs using optical character recognition. It runs completely on your own machine, so no data is sent to a third-party service. This is built for developers, founders, or anyone using AI coding assistants who needs their AI to have real-time information. For example, if you are trying to fix a bug in a newly updated software library, you could ask your AI to search the web for the latest documentation, read the relevant forum posts, and figure out the solution. The AI can pull all of this context back into your project automatically. What makes this project notable is its all-in-one, zero-cost approach. Many existing tools handle only one task, like searching the web or reading PDFs, and often require paid accounts. This combines searching, fetching, crawling, and document reading into a single local tool. It is also designed to be very communicative: instead of just dumping raw webpage text back to the AI, it provides structured signals like a relevance score, a summary, and clear error messages if a page is blocked. This helps the AI understand exactly what it is looking at and decide what to do next.

prompts (copy fr)

prompt 1
I need to fix a bug with a recently updated Python library. Use the Hound tool to search the web for the latest documentation and recent forum posts about this error, then summarize the fix for me.
prompt 2
Use the Hound tool to crawl the official documentation site for this framework and extract the text from the getting started guide so we can update our project setup.
prompt 3
I have a scanned PDF of an API reference. Use the Hound tool to read it using OCR and extract the specific parameters needed for the authentication endpoint.
prompt 4
Use the Hound tool to fetch the content from this website, even if it blocks automated bots, and give me a relevance score and summary of the page.

Frequently asked questions

what is master-fetch fr?

Hound is a free, local tool that lets AI coding assistants like Cursor and Claude Code search the web, visit websites, and read PDFs without needing paid API keys.

What language is master-fetch written in?

Mainly Python. The stack also includes Python, Local browser.

Is master-fetch actively maintained?

Active — commit in last 30 days (last push 2026-07-20).

What license does master-fetch use?

The license for this project is not specified in the explanation.

How hard is master-fetch to set up?

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

Who is master-fetch for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.