# raviqqe/muffet

Fast website link checker in Go

Repository: https://github.com/raviqqe/muffet
Canonical: https://ross.abutalabs.com/products/muffet
Homepage: https://raviqqe.com/muffet
Language: Go
License: MIT
License Family: permissive
Topics: linter, website, golang
Last push: 2026-08-25T15:26:15+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 75, longevity 100
- inputs: {"age_days": 3058, "days_push": 8, "days_rel": 85, "gap_med": 52.0, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2609, forks 110 (observed 2026-08-28T04:07:04.235140+00:00)

## What it is
Muffet is a fast website link checker written in Go that recursively scrapes and inspects all pages of a website for broken links. It supports multiple HTML tags and outputs results in text, JSON, or JUnit XML formats.

## Use cases
- find broken links on my website
- check a static site for dead links before deploy
- crawl a site and report 404s
- validate links in CI with GitHub Actions
- scan all pages of a blog for invalid URLs
- generate JUnit XML reports of link checks

## When to choose
- you need a fast, recursive link checker for a whole website
- you want CI-friendly output formats like JSON or JUnit XML
- you prefer a simple single-binary CLI or Docker image

## When to avoid
- you need JavaScript-rendered single-page app crawling with a real browser
- you need full site auditing beyond link checking like SEO or performance metrics

## Facets
- artifact type: cli-tool
- maturity: active
- function: web-scraping, testing, cli
- domain: web-development, developer-tools
- platform: windows, cli
- tags: link-checker, broken-links, website-crawler, go, command-line, linux, macos, docker

## Member repositories
- raviqqe/muffet (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.235140+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:20:54.676831+00:00, confidence not recorded.
  - readme: https://github.com/raviqqe/muffet (fetched 2026-08-28T04:07:04.235140+00:00, sha 2dca2623bbba)
  - homepage: https://raviqqe.com/muffet (fetched 2026-08-29T10:03:40.329592+00:00, sha efe774baf849)
  - site_page: https://raviqqe.com/muffet/install (fetched 2026-08-29T10:03:40.338509+00:00, sha 6f0409b6f1d7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
