macOS
brew install fpmlocal Homebrew formula metadata
sudo port install fpmMacPorts ports tree · devel/fpm/Portfile · source: api.github.com
brew
Package manager and build system for Fortran. Version 0.13.0 via Homebrew; verified from local package data.
install
brew install fpmlocal Homebrew formula metadata
sudo port install fpmMacPorts ports tree · devel/fpm/Portfile · source: api.github.com
nix profile install nixpkgs#fpmnixpkgs package indexes · fpm · source: raw.githubusercontent.com
scoop install extras/fpmScoop official bucket manifest trees · bucket/fpm.json · source: api.github.com
winget install --id FortranLang.fpm -eWindows Package Manager source index · FortranLang.fpm · source: cdn.winget.microsoft.com
overview
Package manager and build system for Fortran
history
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.
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.
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.
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.
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.
security posture
generalized runtime or code generation signal. infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
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.
fpm.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fpm | 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/fortran-lang/fpm
install metadata
| Package key | brew:fpm |
|---|---|
| Version | 0.13.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fpm |
| Homepage | https://fpm.fortran-lang.org |
| Repository | https://github.com/fortran-lang/fpm |
| Upstream docs | https://fpm.fortran-lang.org/ |
| License | MIT |
| Source archive | https://github.com/fortran-lang/fpm/releases/download/v0.13.0/fpm-0.13.0.F90 |
| Dependencies | gcc |
| 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 | 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
fpm
nix profile install nixpkgs#fpmfpm
sudo port install fpmextras/fpm
scoop install extras/fpmFortranLang.fpm
winget install --id FortranLang.fpm -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.