fclones
brew install fclones
v0.35.0
MIT
Efficient Duplicate File Finder
71
30-day installs · #3989
210
90-day · #4102
839
365-day · #4119
2.8k
★ GitHub stars · updated 1y ago
Build dependencies
Links
- https://github.com/pkolaczk/fclones
- GitHub: pkolaczk/fclones
- Brew formula source: Formula/f/fclones.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Efficient Duplicate File Finder",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:33+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "fclones",
"github_default_branch": "main",
"github_last_commit_at": "2025-03-03T09:50:02Z",
"github_readme_excerpt": "fclones\n===============================================\n**Efficient duplicate file finder and remover**\n\n[](https://circleci.com/gh/pkolaczk/fclones)\n[](https://crates.io/crates/fclones)\n[](https://docs.rs/fclones)\n[](https://opensource.org/licenses/MIT)\n\nThis is the repo for command line fclones and its core libraries.\nFor the desktop frontend, see [fclones-gui](https://github.com/pkolaczk/fclones-gui).\n\n---\n\n`fclones` is a command line utility that identifies groups of identical files and gets rid \nof the file copies you no longer need. It comes with plenty of configuration options for controlling\nthe search scope and offers many ways of removing duplicates. For maximum flexibility,\nit integrates well with other Unix utilities like `find` and it speaks JSON, so you have a lot\nof control over the search and cleanup process.\n\n`fclones` treats your data seriously. You can inspect and modify the list of duplicate files before removing them.\nThere is also a `--dry-run` option that can tell you exactly what changes on the file system would be made.\n\n`fclones` has been implemented in Rust with a strong focus on high performance on modern hardware. \nIt employs several optimization techniques not present in many other programs. \nIt adapts to the type of the hard drive, orders file operations by physical data placement on HDDs, \nscans directory tree in parallel and uses prefix compression of paths to reduce memory consumption when working \nwith millions of files. It is also friendly to page-cache and does not push out your data out of cache.\nAs a result, `fclones` easily outperforms many other popular duplicate finders by a wide margin \non either SSD or HDD storage.\n\n`fclones` is available on a wide variety of operating systems, but",
"github_repo": "pkolaczk/fclones",
"github_stars": 2784,
"github_topics": [],
"homepage": "https://github.com/pkolaczk/fclones",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 71,
"installs_365d": 839,
"installs_90d": 210,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "fclones",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 3989,
"rank_365d": 4119,
"rank_90d": 4102,
"raw_hash": "a72945c892a7d3bd",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/fclones.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "0.35.0",
"versioned_formulae": [],
"why_use_this": null
}