macOS
brew install nfpmlocal Homebrew formula metadata
sudo port install nfpmMacPorts ports tree · sysutils/nfpm/Portfile · source: api.github.com
brew
Simple deb and rpm packager. Version 2.47.0 via Homebrew; verified 2026-06-21.
install
brew install nfpmlocal Homebrew formula metadata
sudo port install nfpmMacPorts ports tree · sysutils/nfpm/Portfile · source: api.github.com
sudo apk add nfpmAlpine Linux edge package indexes · nfpm · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#nfpmnixpkgs package indexes · pkgs/by-name/nf/nfpm/package.nix · source: api.github.com
sudo zypper install nfpmopenSUSE Tumbleweed package metadata · nfpm · source: download.opensuse.org
scoop install main/nfpmScoop official bucket manifest trees · bucket/nfpm.json · source: api.github.com
winget install --id goreleaser.nfpm -eWindows Package Manager source index · goreleaser.nfpm · source: cdn.winget.microsoft.com
overview
Simple deb and rpm packager
history
nFPM is a Go-based packaging tool from the GoReleaser ecosystem for producing native Linux packages such as deb, rpm, apk, ipk, Arch Linux packages, Termux debs, and MSIX packages. Its practical niche is release automation: take files and metadata from a build and emit distro-package artifacts without forcing every project to maintain native packaging trees.
Carlos Becker introduced nFPM in a February 23, 2018 post after working on GoReleaser and finding fpm awkward for that workflow because it depended on Ruby, tar behavior, and external packaging software. The name means "Not FPM"; the project was meant to be simpler, predictable, usable both as a library and as a binary, and implemented with minimal external dependencies.
The GitHub README repeats that origin story in package-nerd terms: fpm was useful, but its Ruby and system-tool dependencies were a pain, so nFPM became a simpler, zero-dependency, low-assumption alternative. The repository also credits fpm as the inspiration rather than pretending to be a wholly new packaging idea.
nFPM's adoption is tied to GoReleaser rather than to a distro committee. Becker's original post said GoReleaser was about to remove fpm and default to nFPM, and GoReleaser's packaging documentation now exposes nFPM directly under its package/archive pipeline.
The project has grown beyond the original deb/rpm goal. GoReleaser's nFPM documentation lists apk, deb, rpm, Termux deb, Arch Linux, ipk, and MSIX as package formats, which shows how it became a general release-artifact generator for projects that ship binaries across Linux distributions and, later, Windows MSIX.
Package nerds use nFPM either through GoReleaser's `nfpms` section or as the standalone `nfpm` CLI/Go library. The common flow is to describe package name, files, config files, scripts, dependencies, maintainer metadata, and target formats in YAML, then have CI produce distro-shaped packages next to checksums, archives, Homebrew taps, and container images.
Its value is highest for upstream application projects that want acceptable native packages without becoming Debian, RPM, Alpine, Arch, and OpenWrt packaging specialists. It does not replace distribution-maintained packaging policy; it makes upstream release artifacts boring enough for users to install with familiar package tools.
nFPM matters because it sits in the gray zone between tarballs and real distro packages. It gives upstream projects a small, reproducible way to generate packages with maintainer scripts and dependency metadata, while avoiding the heavier machinery of distro-specific packaging repositories.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./nfpm.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
nfpm | 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/goreleaser/nfpm
install metadata
| Package key | brew:nfpm |
|---|---|
| Version | 2.47.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/nfpm |
| Homepage | https://nfpm.goreleaser.com/ |
| Repository | https://github.com/goreleaser/nfpm |
| Upstream docs | https://nfpm.goreleaser.com/ |
| License | MIT |
| Source archive | https://github.com/goreleaser/nfpm/archive/refs/tags/v2.47.0.tar.gz |
| Last updated | 2026-06-21T00:20:41Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nfpm |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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.
nfpm
nix profile install nixpkgs#nfpmnfpm 2.46.3-r0
a simple apk, Deb and RPM packager without external dependencies
sudo apk add nfpmnfpm-doc 2.46.3-r0
a simple apk, Deb and RPM packager without external dependencies (documentation)
sudo apk add nfpm-docnfpm 2.46.3-1.1
Simple deb, rpm, apk and arch linux packager written in Go
https://github.com/goreleaser/nfpm
sudo zypper install nfpmnfpm-bash-completion 2.46.3-1.1
Bash Completion for nfpm
https://github.com/goreleaser/nfpm
sudo zypper install nfpm-bash-completionnfpm-fish-completion 2.46.3-1.1
Fish Completion for nfpm
https://github.com/goreleaser/nfpm
sudo zypper install nfpm-fish-completionnfpm-zsh-completion 2.46.3-1.1
Zsh Completion for nfpm
https://github.com/goreleaser/nfpm
sudo zypper install nfpm-zsh-completionnfpm
sudo port install nfpmmain/nfpm
scoop install main/nfpmgoreleaser.nfpm
winget install --id goreleaser.nfpm -esource 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.