macOS
brew install fcloneslocal Homebrew formula metadata
sudo port install fclonesMacPorts ports tree · sysutils/fclones/Portfile · 来源: api.github.com
安装
brew install fcloneslocal Homebrew formula metadata
sudo port install fclonesMacPorts ports tree · sysutils/fclones/Portfile · 来源: api.github.com
sudo apk add fclonesAlpine Linux edge package indexes · fclones · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#fclonesnixpkgs package indexes · pkgs/by-name/fc/fclones/package.nix · 来源: api.github.com
sudo pacman -S fclonesArch Linux sync databases · fclones · 来源: geo.mirror.pkgbuild.com
sudo zypper install fclonesopenSUSE Tumbleweed package metadata · fclones · 来源: download.opensuse.org
scoop install extras/fclonesScoop official bucket manifest trees · bucket/fclones.json · 来源: api.github.com
概览
Efficient Duplicate File Finder
历史
fclones is a Rust command-line duplicate-file finder and remover aimed at large local filesystems, where speed, safe review before deletion, and scriptable output matter.
The public GitHub repository was created in June 2020, and its README describes the project as the command-line fclones tool plus core libraries, with a separate desktop frontend in fclones-gui. The early public tags start at 0.1.0 in June 2020, and later releases kept the same package identity while expanding the duplicate-finding and deduplication workflow.
The project was written in Rust with explicit attention to modern storage behavior: parallel directory scanning, device-aware access strategy, path-prefix compression for very large file sets, page-cache-friendly scanning on Linux, multiple hash choices, and optional persistent hash caching.
The upstream README documents official installation through the Snap Store, Homebrew on macOS and Linux, release artifacts attached to GitHub releases, and cargo install. It also points to third-party Arch Linux, Alpine Linux, and NixOS packages, which fits fclones into the package-manager ecosystem around Rust CLI replacements for older Unix utilities.
The supplied package metadata shows fclones present across Homebrew, MacPorts, Nix, Arch, Alpine, Scoop, and openSUSE-style packaging, reflecting adoption beyond a single operating system even though the README says it works best on Linux.
The normal workflow is deliberately two-stage: run `fclones group` to produce a report, inspect or edit that report, then pipe it into `fclones remove`, `fclones move`, `fclones link`, or `fclones dedupe`. The README emphasizes `--dry-run`, JSON/CSV output, fdupes-compatible output, and integration with Unix tools such as `find`.
Package users tend to care about fclones when scanning very large photo, media, backup, or build trees where naive duplicate finders are too slow or too memory-hungry. Its ability to replace duplicates with hard links, symbolic links, or filesystem reflinks makes it useful both for cleanup and for storage deduplication experiments.
fclones represents the Rust-era file-management CLI pattern: a familiar Unix problem, packaged widely, with machine-readable output and careful performance notes instead of a small single-purpose C utility.
For package maintainers, it is notable because performance depends on platform behavior. Linux gets the fullest optimization set, while Windows lacks reflink support and non-Linux systems miss some low-level storage-ordering and page-cache optimizations.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
fclones | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/pkolaczk/fclones
安装元数据
| 软件包键 | brew:fclones |
|---|---|
| 版本 | 0.35.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/fclones |
| 主页 | https://github.com/pkolaczk/fclones |
| 仓库 | https://github.com/pkolaczk/fclones |
| 上游文档 | https://github.com/pkolaczk/fclones#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/pkolaczk/fclones/archive/refs/tags/v0.35.0.tar.gz |
| 构建依赖 | rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fclones |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
fclones
nix profile install nixpkgs#fclonesfclones 0.35.0-r0
Efficient duplicate file finder
https://github.com/pkolaczk/fclones
sudo apk add fclonesfclones-bash-completion 0.35.0-r0
Bash completions for fclones
https://github.com/pkolaczk/fclones
sudo apk add fclones-bash-completionfclones-fish-completion 0.35.0-r0
Fish completions for fclones
https://github.com/pkolaczk/fclones
sudo apk add fclones-fish-completionfclones-zsh-completion 0.35.0-r0
Zsh completions for fclones
https://github.com/pkolaczk/fclones
sudo apk add fclones-zsh-completionfclones 0.35.0-2
Efficient Duplicate File Finder
https://github.com/pkolaczk/fclones
sudo pacman -S fclonesfclones 0.35.0-2.2
Finds duplicate, unique, under- or over-replicated files
https://github.com/pkolaczk/fclones
sudo zypper install fclonesfclones-bash-completion 0.35.0-2.2
Bash Completion for fclones
https://github.com/pkolaczk/fclones
sudo zypper install fclones-bash-completionfclones-fish-completion 0.35.0-2.2
Fish Completion for fclones
https://github.com/pkolaczk/fclones
sudo zypper install fclones-fish-completionfclones-zsh-completion 0.35.0-2.2
ZSH Completion for fclones
https://github.com/pkolaczk/fclones
sudo zypper install fclones-zsh-completionfclones
sudo port install fclonesextras/fclones
scoop install extras/fclones来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.