macOS
brew install hivemindlocal Homebrew formula metadata
安装
brew install hivemindlocal Homebrew formula metadata
nix profile install nixpkgs#hivemindnixpkgs package indexes · pkgs/by-name/hi/hivemind/package.nix · 来源: api.github.com
概览
Process manager for Procfile-based applications
历史
Hivemind is a Go process manager for Procfile-based development applications. It reads a Procfile, starts multiple named processes, and uses pseudo-terminals so logs behave like terminal output rather than buffered file output.
In package-manager culture it is a small, sharp alternative to heavier Procfile managers: install the binary, run it in a project directory, and get color-preserving, low-lag process output for local development stacks.
The Hivemind repository begins on 2015-04-08 with an initial commit. Early commits added process supervision, command-line arguments, working-directory support, improved errors, and README material. The v1.0 tag appeared on 2016-06-03, followed by maintenance releases through v1.1.0 in 2021.
The README explains the motivation in relation to Procfile tools such as David Dollar's Foreman. Procfile-based tools simplify multi-process application development, but many process managers make child processes think they are writing to a file, which can cause lag, lost or broken colored output, and extra log decoration. Hivemind was created to fix those problems by using ptys to capture output.
Hivemind later became the smaller sibling in a pair with Overmind. The Hivemind README points users who need tmux integration, individual process restarts, process killing, and advanced configuration to Overmind, while keeping Hivemind focused on the simpler Procfile runner use case.
Hivemind's adoption is strongest among web application developers who use Procfile conventions for local stacks: a web server, worker, frontend builder, queue processor, or other long-running process groups. The README names Heroku and Deis as popular platforms that helped establish the Procfile format.
Homebrew and Nix packaging made Hivemind easy to install in developer environments, especially on macOS. Its official README also documents pre-built release binaries and source installation with Go.
The Evil Martians article linked from the README positioned Hivemind and Overmind as tools the team used over Foreman-style managers for Procfile-based development, giving the project an authoritative adoption story in Rails and full-stack development circles.
A Hivemind user creates a Procfile with lines such as `web: bin/rails server`, `worker: bundle exec sidekiq`, and `assets: gulp watch`, then runs `hivemind` in the same directory. A custom file such as `Procfile.dev` can be passed as an argument.
The README documents `.env` support for variable assignments and states that every Hivemind option can be set through a corresponding environment variable. It supports Linux, FreeBSD, and macOS.
Hivemind is package-nerd-significant because it is a minimal process manager with one job: run Procfile processes correctly in a terminal. It deliberately avoids Overmind's tmux-centered feature set, which makes it attractive when a package user wants Foreman-like behavior without a Ruby dependency or tmux session.
It also shows how small developer tools often enter package managers: the problem is not algorithmic novelty but operational fit. Hivemind preserves colored output, avoids log clipping and delays, reads familiar Procfiles and `.env` files, and ships as a simple Go-built binary.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
ProcfileProcfile.dev.env可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
hivemind | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/DarthSim/hivemind
安装元数据
| 软件包键 | brew:hivemind |
|---|---|
| 版本 | 1.1.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/hivemind |
| 主页 | https://github.com/DarthSim/hivemind |
| 仓库 | https://github.com/DarthSim/hivemind |
| 上游文档 | https://github.com/DarthSim/hivemind#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/DarthSim/hivemind/archive/refs/tags/v1.1.0.tar.gz |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hivemind |
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
hivemind
nix profile install nixpkgs#hivemind来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.