# goreman mit Homebrew, apk, Nix, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für goreman in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install goreman
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add goreman
```

  Evidenz: Alpine Linux edge package indexes: goreman from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#goreman
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/go/goreman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/goreman
```

  Evidenz: Scoop official bucket manifest trees: bucket/goreman.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:goreman
- **Paketmanager:** Homebrew
- **Version:** 0.3.19
- **Quellzusammenfassung:** Foreman clone written in Go
- **Homepage:** <https://github.com/mattn/goreman>
- **Repository:** <https://github.com/mattn/goreman>
- **Zuletzt aktualisiert:** 2026-07-25T20:55:26-04:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- goreman (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.3.19
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- 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
## Andere Paketmanager-Einträge

- Nix - goreman: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/goreman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - goreman - 0.3.17-r1: normalized package name match | Alpine Linux edge package indexes: goreman from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Tool to manage Procfile-based applications | https://github.com/mattn/goreman
- Scoop - main/goreman: normalized package name match | Scoop official bucket manifest trees: bucket/goreman.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/goreman.yml](https://github.com/mxcl/pkgdb/blob/main/combined/goreman.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
