# fpm mit Homebrew, MacPorts, Nix, scoop, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fpm in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:fpm
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install fpm
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fpm
```

  Evidenz: MacPorts ports tree: devel/fpm/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fpm
```

  Evidenz: nixpkgs package indexes: fpm from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- Scoop (92%):

```sh
scoop install extras/fpm
```

  Evidenz: Scoop official bucket manifest trees: bucket/fpm.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id FortranLang.fpm -e
```

  Evidenz: Windows Package Manager source index: FortranLang.fpm from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:fpm
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/fpm>
- **Version:** 0.13.0
- **Quellzusammenfassung:** Package manager and build system for Fortran
- **Homepage:** <https://fpm.fortran-lang.org>
- **Repository:** <https://github.com/fortran-lang/fpm>
- **Upstream-Dokumentation:** <https://fpm.fortran-lang.org/>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/fortran-lang/fpm/releases/download/v0.13.0/fpm-0.13.0.F90>
- **Generiert:** 2026-07-08T07:18:31+00:00

## Executables

- fpm (cli)
- fpm (Alias)

## Abhängigkeiten

- gcc

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 0.13.0
- lokale Daten: OK
- Upstream-Repository: https://github.com/fortran-lang/fpm
- Info: No package-manager update timestamp was available.
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

Fortran Package Manager, usually called fpm, is the Fortran-lang community's package manager and build system for modern Fortran projects. Its official README says the tool aims to improve Fortran programmer experience by making projects easier to build, test, run, and distribute as dependencies.

### Projektgeschichte

fpm was developed inside the Fortran-lang organization as a Cargo-inspired tool for Fortran. The official README explicitly says its user interface is modeled after Rust's Cargo and that its long-term vision is to nurture a modern Fortran applications and libraries ecosystem.

The release history shows a rapid alpha sequence in 2020 and 2021, followed by continuing feature releases through the 2020s. The documentation now includes a manifest reference, registry workflows, dependency forms, metapackages, compile_commands.json output, and API documentation.

### Adoptionsgeschichte

Official install documentation and the README describe binary downloads for Windows, macOS, and Linux, availability through conda-forge, and a Homebrew tap. The README also points users to the fpm registry for existing packages, showing the project moving beyond a build wrapper into a package ecosystem.

### Wie es verwendet wird

A new package starts with fpm new, which creates a project containing fpm.toml and source directories. Common commands include fpm build, fpm run, fpm test, and fpm install, while the manifest file declares package metadata, targets, dependencies, build options, and registry dependencies.

### Warum Paket-Nerds sich dafür interessieren

fpm matters to package nerds because it gives Fortran a first-party, language-community package and build workflow in the style of Cargo. It standardizes the fpm.toml manifest, dependency declarations, project layouts, test/example targets, registry use, and cross-platform binary distribution for a language that historically relied on ad hoc Makefiles and compiler-specific build recipes.

### Zeitleiste

- 2020: Early v0.1 alpha releases appeared on GitHub.
- 2021: v0.5.0 was published and a rolling current release tag was introduced.
- 2022: v0.6.0 and v0.7.0 continued the alpha-era package manager and build-system work.
- 2023: v0.8.x and v0.9.0 releases expanded the tool before the later 0.10 series.
- 2025: v0.12.0 was published; current docs describe registry dependencies and manifest features including shared/static library target types.
- 2026: v0.13.0 was published.

### Related projects

- The README relates fpm to Rust Cargo as a UI model, to the fpm-registry as the package source, to fortran-lang/homebrew-fortran for Homebrew installation, and explicitly distinguishes it from Jordan Sissel's unrelated fpm packaging tool.

### Quellen

- <https://api.github.com/repos/fortran-lang/fpm/releases?per_page=20>
- <https://fpm.fortran-lang.org/>
- <https://fpm.fortran-lang.org/spec/manifest.html>
- <https://raw.githubusercontent.com/fortran-lang/fpm/main/README.md>


## Sicherheitshinweise

generalized runtime or code generation signal. infrastructure mutation or orchestration signal.

- **Geiger-Risiko:** orange / mittel
- generalized runtime or code generation signal
- infrastructure mutation or orchestration signal


## 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

- Unix: fpm.toml
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fpm
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Nix - fpm: normalized package name match | nixpkgs package indexes: fpm from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- MacPorts - fpm: normalized package name match | MacPorts ports tree: devel/fpm/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/fpm: normalized package name match | Scoop official bucket manifest trees: bucket/fpm.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - FortranLang.fpm: normalized package name match | Windows Package Manager source index: FortranLang.fpm from https://cdn.winget.microsoft.com/cache/source.msix


## Verwandte Links

- [Package publisher tools](https://www.automicvault.com/de/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Secret-risk packages](https://www.automicvault.com/de/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [gcc](https://www.automicvault.com/de/pkg/brew/gcc/) - Runtime dependency declared by Homebrew.
- [bmake](https://www.automicvault.com/de/pkg/brew/bmake/) - Shares av.db curated category or tags: build-system, build-tools, cli, developer-tools.
- [cmake](https://www.automicvault.com/de/pkg/brew/cmake/) - Shares av.db curated category or tags: build-system, build-tools, cli, developer-tools.
- [dub](https://www.automicvault.com/de/pkg/brew/dub/) - Shares av.db curated category or tags: build-tools, cli, developer-tools, package-manager.
- [fobis](https://www.automicvault.com/de/pkg/brew/fobis/) - Shares av.db curated category or tags: build-tools, cli, developer-tools, fortran.
- [fypp](https://www.automicvault.com/de/pkg/brew/fypp/) - Shares av.db curated category or tags: build-tools, cli, developer-tools, fortran.
- [imake](https://www.automicvault.com/de/pkg/brew/imake/) - Shares av.db curated category or tags: build-system, build-tools, cli, developer-tools.
- [melange](https://www.automicvault.com/de/pkg/brew/melange/) - Shares av.db curated category or tags: build-system, build-tools, cli, developer-tools.
- [nx](https://www.automicvault.com/de/pkg/brew/nx/) - Shares av.db curated category or tags: build-system, build-tools, cli, developer-tools.
- [opam](https://www.automicvault.com/de/pkg/brew/opam/) - Local metadata places this package in an adjacent workflow. Shared terms: build, build-tools, cli, developer, developer-tools.
- [cabin](https://www.automicvault.com/de/pkg/brew/cabin/) - Local metadata places this package in an adjacent workflow. Shared terms: build, build-system, cli, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/fpm.yml](https://github.com/automic-vault/db/blob/main/combined/fpm.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
