pkg.soopen package index

brew / 排名 2410

使用 Homebrew, apk, MacPorts, Nix, zypper, scoop, winget 安装 nfpm

查看 nfpm 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install nfpm

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install nfpm

MacPorts ports tree · sysutils/nfpm/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add nfpm

Alpine Linux edge package indexes · nfpm · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#nfpm

nixpkgs package indexes · pkgs/by-name/nf/nfpm/package.nix · 来源: api.github.com

openSUSE zypper已验证 · 92%
sudo zypper install nfpm

openSUSE Tumbleweed package metadata · nfpm · 来源: download.opensuse.org

Windows

Scoop已验证 · 92%
scoop install main/nfpm

Scoop official bucket manifest trees · bucket/nfpm.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id goreleaser.nfpm -e

Windows Package Manager source index · goreleaser.nfpm · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Simple deb and rpm packager

命令和别名

  • nfpm

历史

项目历史与用法

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.

时间线

  • 2018-02-23: Carlos Becker published "Creating debs and rpms with Go" and described why nFPM was created.
  • 2018: GoReleaser was moving away from fpm toward nFPM for its Linux package pipeline.
  • 2026-06-23: GoReleaser's nFPM documentation listed Linux formats plus MSIX and Termux-specific packaging behavior.

Related projects

  • GoReleaser
  • fpm
  • Debian dpkg
  • RPM
  • Alpine apk
  • Arch Linux pacman

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
./nfpm.yaml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
nfpm可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本2.47.0
管理器更新时间2026-07-26
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:nfpm
版本2.47.0
软件包管理器Homebrew
主页https://nfpm.goreleaser.com/
仓库https://github.com/goreleaser/nfpm
最后更新2026-07-26T19:43:15+02:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

nfpm

nix profile install nixpkgs#nfpm
  • normalized package name match
  • 匹配方式:Nfpm
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/nf/nfpm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

nfpm 2.47.0-r1

a simple apk, Deb and RPM packager without external dependencies

https://nfpm.goreleaser.com/

sudo apk add nfpm
  • License: MIT
  • Architecture: x86_64
  • Source Package: nfpm
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Nfpm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nfpm from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

nfpm-doc 2.47.0-r1

a simple apk, Deb and RPM packager without external dependencies (documentation)

https://nfpm.goreleaser.com/

sudo apk add nfpm-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: nfpm
  • normalized package name match
  • 匹配方式:Nfpm
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nfpm-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
zypper95%

nfpm 2.47.0-1.3

Simple deb, rpm, apk and arch linux packager written in Go

https://github.com/goreleaser/nfpm

sudo zypper install nfpm
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nfpm
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Nfpm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nfpm from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

nfpm-bash-completion 2.47.0-1.3

Bash Completion for nfpm

https://github.com/goreleaser/nfpm

sudo zypper install nfpm-bash-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: nfpm
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Nfpm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nfpm-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

nfpm-fish-completion 2.47.0-1.3

Fish Completion for nfpm

https://github.com/goreleaser/nfpm

sudo zypper install nfpm-fish-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: nfpm
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Nfpm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nfpm-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

nfpm-zsh-completion 2.47.0-1.3

Zsh Completion for nfpm

https://github.com/goreleaser/nfpm

sudo zypper install nfpm-zsh-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: nfpm
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Nfpm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: nfpm-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

nfpm

sudo port install nfpm
  • normalized package name match
  • 匹配方式:Nfpm
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/nfpm/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/nfpm

scoop install main/nfpm
  • normalized package name match
  • 匹配方式:Nfpm
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/nfpm.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

goreleaser.nfpm

winget install --id goreleaser.nfpm -e
  • normalized package name match
  • 匹配方式:Nfpm
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: goreleaser.nfpm from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation