macOS
brew install fpartlocal Homebrew formula metadata
brew
Sorts file trees and packs them into bags. Version 1.7.0 via Homebrew; verified 2026-06-15.
install
brew install fpartlocal Homebrew formula metadata
sudo apt install fpartDebian stable package indexes · fpart · source: deb.debian.org
sudo dnf install fpartFedora Rawhide package metadata · fpart · source: dl.fedoraproject.org
nix profile install nixpkgs#fpartnixpkgs package indexes · pkgs/by-name/fp/fpart/package.nix · source: api.github.com
overview
Sorts file trees and packs them into bags
history
fpart is a filesystem partitioner: it crawls file trees, sorts files, and packs them into partitions. Its companion tool fpsync uses those partitions to parallelize file-migration work.
The official documentation says fpart was written by Ganael Laplanche, with Jean-Baptiste Denis credited for the original idea. The changelog records an initial 0.1 release on 2011-11-18, a 1.0.0 release on 2017-11-10, and a 1.7.0 release on 2025-01-25.
fpart is primarily developed on FreeBSD, carries embedded fts(3) code derived from FreeBSD for portability, and is tested across FreeBSD, GNU/Linux, Solaris, OpenIndiana, NetBSD, and macOS.
The official site lists packages for FreeBSD, Debian, Ubuntu, CentOS/Fedora, NixOS, Homebrew, and Spack. That package availability matches fpart's niche: administrators want it ready from the system package manager when handling large file trees or migration jobs.
The project is hosted through Martymac.org, GitHub, and SourceForge, reflecting the long-running open-source utility pattern of keeping multiple source distribution surfaces alive.
fpart generates partitions by file count, size, or number of partitions, can operate in live mode with hooks, and can consume arbitrary input such as du output.
fpsync builds on fpart to parallelize rsync, cpio, pax, or tar jobs, use SSH clusters for distributed migrations, start transfers while crawling continues, and resume or replay transfer runs.
fpart is package-nerd significant because it fills a pragmatic gap between find, du, rsync, tar, and shell scripting. It packages a specific sysadmin pattern: divide a huge tree into stable bags, then process those bags in parallel.
Its appeal is also dependency-minimal: the official docs describe fpsync as mostly shell plus common tools, making it a natural fit for ports trees and conservative system package collections.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fpart | cli | global executable | |
fpsync | cli | global executable |
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.
https://github.com/martymac/fpart
install metadata
| Package key | brew:fpart |
|---|---|
| Version | 1.7.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fpart |
| Homepage | https://www.fpart.org/ |
| Repository | https://github.com/martymac/fpart |
| Upstream docs | https://github.com/martymac/fpart#readme |
| License | BSD-2-Clause |
| Source archive | https://github.com/martymac/fpart/archive/refs/tags/fpart-1.7.0.tar.gz |
| Last updated | 2026-06-15T10:20:16-04:00 |
| Pulse | updated |
| Build dependencies | autoconf, automake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fpart |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fpart 1.7.0-1
sort file trees and pack them into bags
https://sourceforge.net/projects/fpart/
sudo apt install fpartfpart
nix profile install nixpkgs#fpartfpart 1.6.0-1
sort file trees and pack them into bags
http://sourceforge.net/projects/fpart/
sudo apt install fpartfpart 1.7.0-3.fc44
Helps you sort file trees and pack them into bags
sudo dnf install fpartsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.