Open Source · Apache-2.0Linux / macOS / Windows No telemetry · No paid tier
← All comparisons

fast-copy vs FastCopy

First, the disambiguation: FastCopy is a well-established Windows copy tool by Shirouzu Hiroaki, around since 2004 — fast-copy (this project) is an unrelated, Apache-2.0 licensed CLI for Linux, macOS and Windows. The similar names are an accident of both tools wanting the same thing: copies that are faster than what the OS ships with. They get there very differently.

The measured difference

Same workload, same machine: 9,578 files / 890.8 MB, USB 2.0 external HDD to internal SSD (NTFS), Windows 11, full reboot before each run, Windows Defender active for both tools:

ToolTimeVerification
fast-copy2 m 28 sON — every file hash-checked
FastCopy 5.113 m 38 soff

fast-copy did the verification pass and still finished more than a minute ahead. Full methodology here.

Feature differences that matter

 fast-copyFastCopy
PlatformsLinux, macOS, WindowsWindows (macOS port exists)
LicenseApache-2.0, fully freeGPL-ish source, donation-ware
Read strategyphysical-offset sorted + small-file bundlinglarge parallel buffers
Post-copy verificationon by defaultoptional
Content dedup → hard linksyes, cached across runsno
SSH / S3 / Azure / GCS targetsbuilt inno (local & SMB paths)
Sparse files / VM imagesSEEK_DATA-aware, holes preservedno special handling
Shell integrationnoyes

When FastCopy is still the better tool

Honest answer: it's a 20-year-old, battle-hardened Windows native with Explorer integration and fine-grained include/exclude filters that many admins know by heart. If your world is Windows-to-Windows local and SMB copies and you rely on its filter syntax, it remains a fine tool. fast-copy earns its place when you want the same job to also run on Linux servers and NAS boxes, push over SSH or to object storage, deduplicate, and hand you a hash-verified result by default.

Download fast-copy  ·  Windows install & SmartScreen notes: /install/windows/

Also compared: fast-copy vs rsync · fast-copy vs cp · fast-copy vs scp / SFTP · fast-copy vs Robocopy · fast-copy vs TeraCopy · full benchmark methodology