Watermarks Remover Tops 14,000 Stars; Claude’s Detector Isn’t Public

The project’s direct file-cleaning functions differ sharply from its experimental attempts to weaken embedded text and image marks.

By 2 min read
Watermarks Remover Tops 14,000 Stars; Claude’s Detector Isn’t Public
Watermarks Remover Tops 14,000 Stars; Claude’s Detector Isn’t Public

Listen to this story

The audio brief

About 1:40
0:001:40
Read transcript
Watermarks Remover has passed fourteen thousand GitHub stars, after Guillaume Meyer says he built its first version in roughly five hours. The open-source project is aimed at Anthropic’s provenance controls for Claude, but its capabilities split into two very different categories. The direct file-cleaning functions remove inspectable markers: invisible Unicode characters, plus C2PA, EXIF, XMP, and ordinary document metadata. That covers supported image, document, web, and media formats. For PNG, JPEG, and SVG files, Anthropic’s system adds signed provenance metadata based on the C2PA standard. Its text system is different: an imperceptible statistical signal is embedded through model output. Watermarks Remover also offers rewriting for text and image regeneration for pictures. Those methods try to weaken signals hidden in word choices or pixel patterns, but the repository describes them as best-effort. They change the content; they do not guarantee that a vendor’s detector will fail. The project can remove some hard-bound C2PA data, but not soft-bound signals that reconnect a file to remote credentials. The biggest limit is that Anthropic has not published Claude’s detector or complete testing guidance. So outsiders can verify metadata removal, but cannot yet establish whether altered content would evade Claude’s own system. Anthropic also says a detected mark shows Claude may have processed content, not that it created the original. Meyer is considering a business, with no disclosed funding, product, or launch timetable. For now, the central question is whether the experimental rewriting and regeneration methods work against a detector the public still cannot test.

Story brief

3 key points

Watermarks Remover has surpassed 14,000 GitHub stars after Guillaume Meyer built its first version in about five hours, making it a visible open-source response to Anthropic’s provenance controls. The tool reliably removes inspectable Unicode and file metadata, including some C2PA markers, but its rewriting and image-regeneration features only attempt to weaken statistical signals. Because Anthropic has not...

  1. 01

    Meyer says the first version took roughly five hours and the repository passed 14,000 GitHub stars.

  2. 02

    The tool removes Unicode, C2PA, EXIF, XMP and document metadata across several file and media formats.

  3. 03

    Rewriting and image regeneration are optional, best-effort methods; the repository does not guarantee detector evasion.

Guillaume Meyer’s Watermarks Remover has become a fast-growing open-source challenge to AI provenance controls. It can strip several inspectable file and text markers, while optional rewriting and image regeneration target harder-to-measure embedded signals.

The build begins

Meyer said he built the first version in roughly five hours after researching Anthropic’s marking system. The project followed Anthropic’s policy for machine-readable marking on Claude models launched in the European Union on or after August 2, 2026. The policy extends coverage worldwide across Claude, Claude Code, Claude Cowork, Claude Tag, Anthropic’s API and supported cloud platforms.

Anthropic uses different mechanisms for text and files. Its text watermark is imperceptibly embedded through model output. Supported PNG, JPEG and SVG files receive signed provenance metadata based on the C2PA standard. Meyer’s early approach sought meaning-preserving text variations that would weaken a statistical signal; the image approach similarly changes pixels.

Different kinds of removal

The project can remove invisible Unicode characters and C2PA, EXIF, XMP and document metadata across image, document, web and media formats. It can strip some hard-bound C2PA metadata, but does not address soft-bound signals that reconnect a file to remote credentials. Those file and character operations can be inspected directly.

Where the evidence differs

  • Unicode and metadata removal are described in the repository as deterministic.
  • Rewriting and image regeneration are optional components intended to weaken statistical text marks or pixel-level image marks.
  • The repository calls statistical rewriting best-effort and says it cannot certify that a vendor detector will fail.

That last category cannot yet be independently settled against Claude. Statistical text marks reside in word choices, and Anthropic has not released the public detector or full technical guidance needed for outside testing. The tool can alter output, but cannot demonstrate whether Claude’s own detection system would still identify it.

Limits of an attribution signal

Anthropic says a detected mark means Claude may have processed content, not that it wrote the original work. Proofreading, translation, summarization and file conversion can mark work that originated elsewhere. Heavy editing, paraphrasing or translation may also make a mark undetectable, while an absent mark does not establish that AI processing never occurred.

The next iteration

Meyer is considering turning Watermarks Remover into a business, though no funding round, valuation or named investors have been disclosed. He has not settled on a product or timetable. For now, the project’s clearest capability is removing inspectable markers; its more ambitious removal methods remain a best-effort experiment.

Loading discussion...