Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts, Nix, scoop, winget 安装 fpm

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install fpm

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install fpm

MacPorts ports tree · devel/fpm/Portfile · 来源: api.github.com

Windows

Scoop已验证 · 92%
scoop install extras/fpm

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

Windows Package Manager已验证 · 92%
winget install --id FortranLang.fpm -e

Windows Package Manager source index · FortranLang.fpm · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Package manager and build system for Fortran

历史

项目历史与用法

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.

时间线

  • 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.

安全态势

风险级别:orange

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

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

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

信号

  • text:build system
  • text:package manager

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

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

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
fpm.toml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
fpmcli全局可执行文件

新鲜度

版本和新鲜度

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

页面生成时间2026-07-08
管理器版本0.13.0
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/fortran-lang/fpm

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息No cached GitHub release or tag data was available.https://github.com/fortran-lang/fpmnone 置信度

安装元数据

软件包元数据

软件包键brew:fpm
版本0.13.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/fpm
主页https://fpm.fortran-lang.org
仓库https://github.com/fortran-lang/fpm
上游文档https://fpm.fortran-lang.org/
许可证MIT
源码归档https://github.com/fortran-lang/fpm/releases/download/v0.13.0/fpm-0.13.0.F90
依赖gcc
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefpm
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

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

Nix95%

fpm

nix profile install nixpkgs#fpm
  • normalized package name match
  • 匹配方式:Fpm
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: fpm from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
MacPorts95%

fpm

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

extras/fpm

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

FortranLang.fpm

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

来源线索

由仓库数据生成

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

使用的来源

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