Toolspublished

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

Listen to this story

The audio brief

About 1:36
0:001:36
Read transcript
Watermarks Remover has passed 14,000 stars on GitHub, after its creator, Guillaume Meyer, says he built the first version in roughly five hours. The project is now a visible open-source challenge to Anthropic’s provenance system for Claude. Its strongest functions are direct and inspectable. Watermarks Remover can remove invisible Unicode characters, signed C2PA provenance metadata, and EXIF, XMP, and document metadata from a range of image, document, web, and media formats. That includes supported PNG, JPEG, and SVG files. Some C2PA metadata is hard-bound to the file and can be stripped; softer signals that reconnect a file to remote credentials are outside the tool’s reach. The more ambitious features are less certain. Optional text rewriting changes word choices to weaken a statistical watermark, while image regeneration changes pixels to target embedded image signals. The repository describes both approaches as best-effort and does not guarantee that a vendor’s detector will fail. That distinction matters because Anthropic has not published Claude’s detector or complete technical guidance for independent testing. And Anthropic says a detected mark shows that Claude may have processed content—not necessarily created it. Proofreading, translation, summarization, or conversion can mark work that began elsewhere. Meyer is considering turning the project into a business, but has announced no funding, valuation, product, or launch date. For now, the clear capability is removing visible markers; whether it can defeat Claude’s statistical detection remains unverified.

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.