# Install goreman with Homebrew

Foreman clone written in Go. Version 0.3.19 via Homebrew; verified 2026-07-25.

## Install

```sh
sudo av install brew:goreman
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install goreman
```

  Evidence: provider-native install command

## Package facts

- **Package key:** brew:goreman
- **Package manager:** Homebrew
- **Version:** 0.3.19
- **Source summary:** Foreman clone written in Go
- **Homepage:** <https://github.com/mattn/goreman>
- **Repository:** <https://github.com/mattn/goreman>
- **Last updated:** 2026-07-25T20:55:26-04:00
- **Generated:** 2026-08-03T00:40:33+00:00

## Executables

- goreman (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 0.3.19
## Project history and usage

goreman is Yasuhiro Matsumoto's Go clone of Foreman, using the Procfile convention to run multiple development processes from one command.

### Project history

The GitHub repository was created on September 13, 2012. Its README explicitly identifies the project as a Foreman clone written in Go and links to the original ddollar/foreman project as the model.

### Adoption history

goreman found a niche among Go and Heroku-style development workflows that wanted Procfile process orchestration without installing the Ruby Foreman toolchain. Package-manager metadata in the input records availability through apk, Homebrew, Nix, and Scoop.

### How it is used

Users define commands in a Procfile and run goreman start. The README says goreman starts each Procfile command, displays output, forwards signals to each process, and exposes an RPC-driven goreman run path for commands against managed processes.

### Why package nerds care

The package is small but useful as a cross-platform, single-binary implementation of a convention that appears in web-app and service-development repositories. It is often chosen when the package story matters more than a feature-rich supervisor.

### Timeline

- 2012-09-13: GitHub repository created
- 2012 onward: Project documents itself as a Go clone of Foreman
- Packaging era: Distributed through Homebrew, apk, Nix, and Scoop according to input package-manager facts

### Related projects

- ddollar/foreman is the original Foreman project referenced by goreman's README.
- Procfile-based platforms and tools are the workflow convention goreman implements.

### Sources

- <https://github.com/mattn/goreman>
- <https://raw.githubusercontent.com/mattn/goreman/master/README.md>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


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

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
