Automic VaultAutomic Vault

brew

Install fcp with Homebrew, Nix

Significantly faster alternative to the classic Unix cp(1) command. Version 0.2.1 via Homebrew; verified 2026-06-19.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install fcp

local Homebrew formula metadata

Linux

Nixverified · 92%
nix profile install nixpkgs#fcp

nixpkgs package indexes · pkgs/by-name/fc/fcp/package.nix · source: api.github.com

overview

Package summary

Significantly faster alternative to the classic Unix cp(1) command

Commands and aliases

  • fcp

history

Project history and usage

fcp is a Rust command-line file-copy tool that targets the common Unix `cp` workflow but optimizes for parallel directory traversal and SSD-backed copies.

Project history

The public repository was created in January 2021, and its early v0.1.0 tag appeared in June 2021. The README frames the project narrowly: it is not a complete `cp` replacement, but a faster implementation for the most common copy cases.

Adoption history

The upstream README documents installation by cargo, prebuilt GitHub release binaries, Homebrew on macOS, Arch Linux through an AUR package, and NixOS stable beginning with NixOS 21.11. That adoption is modest but enough to make it visible to Unix package users looking for faster bulk copies.

How it is used

The supported command shape mirrors common `cp`: copy one source to a destination file, or copy multiple sources into a destination directory. The README notes Unix-like operating-system support and warns that the tool is optimized for SSDs, with poor performance possible on hard drives.

Its performance story is based on parallelizing directory walking and copying across CPU cores, plus platform copy-on-write support on macOS through underlying system calls.

Why package nerds care

fcp is a small example of the modern package-manager niche around faster Rust rewrites of core Unix-adjacent commands. Its significance is practical rather than historical: install it when its benchmarked copy pattern matches your storage, keep `cp` for full POSIX option compatibility.

Timeline

  • 2021: Public repository created.
  • 2021: v0.1.0 tag published and README benchmark material documented.
  • 2026: v0.2.2 tag published.

Related projects

  • fcp positions itself directly against classic Unix `cp(1)` for common copy use cases.
  • Its README links the macOS large-file speedup to copy-on-write behavior exposed by the operating system.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 10 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
fcpcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version0.2.1
manager updated2026-06-19
local dataok
upstreamcurrent
latest detectedv0.2.1

https://github.com/Svetlitski/fcp

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:fcp
Version0.2.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/fcp
Homepagehttps://github.com/Svetlitski/fcp/
Repositoryhttps://github.com/Svetlitski/fcp
Upstream docshttps://github.com/Svetlitski/fcp#readme
LicenseBSD-3-Clause
Source archivehttps://github.com/Svetlitski/fcp/archive/refs/tags/v0.2.1.tar.gz
Last updated2026-06-19T12:30:06-07:00
Pulseupdated
Build dependenciesrust
Bottleavailable (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefcp
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedyes
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

fcp

nix profile install nixpkgs#fcp
  • normalized package name match
  • Matched by: Fcp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fc/fcp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment