macOS
brew install foregolocal Homebrew formula metadata
brew
Foreman in Go for Procfile-based application management. Version 20180216151118 via Homebrew; verified from local package data.
install
brew install foregolocal Homebrew formula metadata
overview
Foreman in Go for Procfile-based application management
history
forego is a small Go implementation of Foreman-style Procfile process management. Its README describes it simply as 'Foreman in Go' and demonstrates starting multiple named processes from a Procfile.
The official README is deliberately sparse: it identifies David Dollar's Foreman as the model, points to downloadable builds, and shows source installation with Go. The repository tag list contains a 0.x release series ending at v0.16.1.
forego fits the Heroku/Procfile development pattern: packages install one executable, projects carry a Procfile, and developers use a local supervisor to run web and worker processes with prefixed output.
A project writes process entries such as 'web: bin/web start -p $PORT' and 'worker: bin/worker queue=FOO' in Procfile, then runs forego start. The README directs users to forego help and per-command help for details.
forego is significant as a tiny, compiled alternative to Ruby Foreman for Procfile-based app development. For package managers it is a low-dependency Go binary that preserves a well-known developer workflow.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
./Procfileexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
forego | cli | global executable |
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.
https://github.com/ddollar/forego
install metadata
| Package key | brew:forego |
|---|---|
| Version | 20180216151118 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/forego |
| Homepage | https://github.com/ddollar/forego |
| Repository | https://github.com/ddollar/forego |
| Upstream docs | https://github.com/ddollar/forego |
| License | Apache-2.0 |
| Source archive | https://github.com/ddollar/forego/archive/refs/tags/20180216151118.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | forego |
| 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 |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.