Start it
1
Install the web extra
2
Open the workbench
3
No data yet? Try the demo
What you can do in the browser
No code required for any of this:- See your duplicates. Browse clusters of records GoldenMatch thinks are the same entity, with a field-by-field diff and a plain-English reason for each pair.
- Tune without YAML. Edit match rules and thresholds with live validation and preview the effect against a sampled slice before committing to a full run.
- Label pairs. Mark borderline pairs as match / not-a-match. Your decisions are saved to Learning Memory automatically and re-applied on the next run, so the system stops asking you the same question twice.
- Compare two runs. See what merged, split, or stayed the same between runs (the CCMS view), so you can tell whether a change helped.
- Sweep a setting. Move the threshold and watch the cluster count update live.
- Browse corrections. Review and manage every label you have stored.
When you outgrow it
The workbench writes the same config and corrections the code paths use, so nothing is locked in. When you are ready for automation or scale:Command line
Run the same matching from a script or a scheduled job.
Quickstart (developers)
The Python / TypeScript / CLI path, install to deduped file in minutes.
The workbench is a single-process localhost app — your data never leaves your
machine. More screenshots and a full tour are on the
Web UI wiki page.