Automic VaultAutomic Vault

brew

foreman を Homebrew, Nix でインストール

foreman のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install foreman

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#foreman

nixpkgs package indexes · pkgs/by-name/fo/foreman/package.nix · ソース: api.github.com

概要

パッケージ概要

Manage Procfile-based applications

コマンドとエイリアス

  • foreman

履歴

プロジェクトの歴史と使われ方

Foreman is a Ruby command-line process manager for Procfile-based applications. It is best known for making the Heroku-style Procfile a local-development and deployment artifact outside Heroku itself.

プロジェクトの歴史

David Dollar introduced Foreman in May 2011 as a way to start multi-process web applications from a Procfile, covering web, worker, and clock processes with shared environment handling and automatic port assignment.

The project grew beyond local development by adding export targets for process supervisors. Its manual documents running an app directly, running one-off commands, and exporting process definitions to formats such as init, upstart, systemd, runit, and supervisord.

採用の歴史

Foreman's README points users to installation as a Ruby gem and warns Ruby users not to bundle Foreman inside an application's Gemfile, reflecting its role as a developer tool around an application rather than a library dependency.

The README's ports list shows the Procfile-runner idea spreading into other languages and ecosystems, including forego, node-foreman, goreman, honcho, shoreman, and other reimplementations.

使われ方

Foreman reads a Procfile, loads environment from .env by default or from files passed with --env, starts each declared process, prefixes output, and can scale process counts with formation options.

Package users typically install the foreman executable and keep Procfile and .env files in the application root, making it a bridge between twelve-factor app conventions, local shells, and service managers.

パッケージ好きにとっての重要性

Foreman is historically important because it helped normalize Procfile as a portable, package-manager-distributed convention rather than only a Heroku deployment file.

It is also a small example of a package whose interface became a pattern: many later packages are not forks of Foreman, but compatibility ports of the same Procfile workflow.

タイムライン

  • 2011: David Dollar publishes the Introducing Foreman post and documents Procfile-based local process startup.
  • 2011: The changelog records 0.26.x and 0.27.0 releases with .env loading and Travis CI configuration.
  • 2012: Early releases add and refine concurrency, root directory handling, and one-off command execution.
  • 2016: The changelog records systemd exporter work and related service-management fixes.
  • 2024: Foreman 0.88.0 refreshes CI and updates documentation for systemd export.
  • 2025: Foreman 0.90.0 is released with Ruby dependency updates.

Related projects

  • Forego, goreman, node-foreman, honcho, shoreman, proclet, and other ports listed by the upstream README reuse Foreman's Procfile-runner model in other languages or shell environments.
  • Foreman is related to platform Procfile conventions used by Heroku-style applications and to Unix service managers such as systemd, upstart, runit, and supervisord through its export functionality.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • 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
./Procfile./.env

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
foremancliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版0.90.0
マネージャ更新日2026-06-06
ローカルデータOK
上流最新
検出された最新v0.90.0

https://github.com/ddollar/foreman

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:foreman
バージョン0.90.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/foreman
ホームページhttps://ddollar.github.io/foreman/
リポジトリhttps://github.com/ddollar/foreman
上流ドキュメントhttps://ddollar.github.io/foreman
ライセンスMIT
ソースアーカイブhttps://github.com/ddollar/foreman/archive/refs/tags/v0.90.0.tar.gz
最終更新2026-06-06T20:56:44-04:00
Pulseupdated
依存関係ruby
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

foreman

nix profile install nixpkgs#foreman
  • normalized package name match
  • 一致条件: Foreman
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fo/foreman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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