Automic VaultAutomic Vault

brew

Install foreman with Homebrew, Nix

Manage Procfile-based applications. Version 0.90.0 via Homebrew; verified 2026-06-06.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install foreman

local Homebrew formula metadata

Linux

Nixverified · 92%
nix profile install nixpkgs#foreman

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

overview

Package summary

Manage Procfile-based applications

Commands and aliases

  • foreman

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

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

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

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

executables

Installed executables

CommandKindExposureNote
foremancliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version0.90.0
manager updated2026-06-06
local dataok
upstreamcurrent
latest detectedv0.90.0

https://github.com/ddollar/foreman

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:foreman
Version0.90.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/foreman
Homepagehttps://ddollar.github.io/foreman/
Repositoryhttps://github.com/ddollar/foreman
Upstream docshttps://ddollar.github.io/foreman
LicenseMIT
Source archivehttps://github.com/ddollar/foreman/archive/refs/tags/v0.90.0.tar.gz
Last updated2026-06-06T20:56:44-04:00
Pulseupdated
Dependenciesruby
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

foreman

nix profile install nixpkgs#foreman
  • normalized package name match
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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