Data as of Sep 26, 2026 · Based on 4,029,442 AI responses across 13,338 prompts · See how Parse measures this
Dolos is a fast, secure, and private plagiarism-detection tool for source code that supports many programming languages. It provides a free web application (no installation) to upload files and receive a report, and also offers a CLI and library for integration into other projects. The project is open source under the MIT license and is the result of Team Dodona's research into source code plagiarism detection.
Parse Score
No contexts measured yet.
Excerpts where Dolos appeared in the AI's answer
Dolos (Ghent University): An open-source code clone detector built heavily on abstract syntax tree analysis.
Dolos: Uses tree-sitter parsers to analyze source code files for similarities, and can be integrated as a library or via CLI.