macOS
brew install nfpmlocal Homebrew formula metadata
sudo port install nfpmMacPorts ports tree · sysutils/nfpm/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nfpm pour les workflows d'agents IA.
installation
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
aperçu
Simple deb and rpm packager
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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.yamlexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
nfpm | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/goreleaser/nfpm
métadonnées d'installation
| Clé du paquet | brew:nfpm |
|---|---|
| Version | 2.47.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/nfpm |
| Page d'accueil | https://nfpm.goreleaser.com/ |
| Dépôt | https://github.com/goreleaser/nfpm |
| Docs amont | https://nfpm.goreleaser.com/ |
| Licence | MIT |
| Archive source | https://github.com/goreleaser/nfpm/archive/refs/tags/v2.47.0.tar.gz |
| Dernière mise à jour | 2026-06-21T00:20:41Z |
| Pulse | updated |
| Dépendances de compilation | go |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 -episte source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.