Icon

nfpm

nfpm is a GoReleaser tool that provides ways to package programs into Linux package formats such as .deb, .rpm, .apk, .ipk, and Archlinux packages. It is designed to be simple and fully automated for building and publishing packages.
Latest: 2.46.3
Last checked: Jun 9, 2026 12:10am
Rank: 391/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: MITInstaller: Linux package formats (.deb, .rpm, .apk, .ipk, Archlinux)Winget: Available

Version & Lifecycle

0
Current: 2.46.3 N-2: 2.46.0 Avg cadence: Every 34 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • May 28, 2026
0

Deployment tip

When deploying nfpm at scale, centralize your packaging configuration in a version-controlled nfpm.yaml and invoke nfpm package with explicit flags such as nfpm package --config C:pathtonfpm.yaml --packager deb --target C:out from your automation tooling to ensure deterministic, repeatable builds across build agents.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

nfpmgoreleaser nfpm

Packaging Notes

0

nfpm is a Go-based tool integrated with GoReleaser to generate and publish Linux packages in multiple formats; it replaces the older Ruby-based fpm tool to simplify CI/CD pipelines

Notes

0

nfpm is actively maintained and recommended over the deprecated fpm tool; it supports customizable package metadata and templating.