# goreman を Homebrew, apk, Nix, scoop でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

```sh
brew install goreman
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add goreman
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:goreman
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/goreman>
- **バージョン:** 0.3.19
- **ソース概要:** Foreman clone written in Go
- **ホームページ:** <https://github.com/mattn/goreman>
- **リポジトリ:** <https://github.com/mattn/goreman>
- **上流ドキュメント:** <https://github.com/mattn/goreman#readme>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/mattn/goreman/archive/refs/tags/v0.3.19.tar.gz>
- **最終更新:** 2026-07-08T03:27:51Z
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- goreman (cli)
- goreman (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 0.3.19
- マネージャ更新日: 2026-07-08
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/mattn/goreman
- 検出された最新: v0.3.19 (最新)
## プロジェクトの歴史と使われ方

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

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- 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
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** goreman
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- 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-r0: 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


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://www.automicvault.com/ja/pkg/brew/go/) - Build dependency declared by Homebrew.
- [overmind](https://www.automicvault.com/ja/pkg/brew/overmind/) - Shares av.db curated category or tags: cli, developer-tools, development-workflow, go, process-manager.
- [forego](https://www.automicvault.com/ja/pkg/brew/forego/) - Shares av.db curated category or tags: cli, developer-tools, go, process-manager, procfile.
- [hivemind](https://www.automicvault.com/ja/pkg/brew/hivemind/) - Shares av.db curated category or tags: cli, developer-tools, development-workflow, process-manager, procfile.
- [honcho](https://www.automicvault.com/ja/pkg/brew/honcho/) - Shares av.db curated category or tags: cli, developer-tools, foreman, process-manager, procfile.
- [foreman](https://www.automicvault.com/ja/pkg/brew/foreman/) - Shares av.db curated category or tags: cli, developer-tools, process-manager, procfile.
- [addlicense](https://www.automicvault.com/ja/pkg/brew/addlicense/) - Shares av.db curated category or tags: cli, developer-tools, go.
- [ali](https://www.automicvault.com/ja/pkg/brew/ali/) - Shares av.db curated category or tags: cli, developer-tools, go.
- [anycable-go](https://www.automicvault.com/ja/pkg/brew/anycable-go/) - Shares av.db curated category or tags: cli, developer-tools, go.

## Combined YAML source

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


## ソース

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