Automic VaultAutomic Vault

brew

使用 Homebrew, Nix 安装 hivemind

查看 hivemind 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install hivemind

local Homebrew formula metadata

Linux

Nix已验证 · 92%
nix profile install nixpkgs#hivemind

nixpkgs package indexes · pkgs/by-name/hi/hivemind/package.nix · 来源: api.github.com

概览

软件包摘要

Process manager for Procfile-based applications

命令和别名

  • hivemind

历史

项目历史与用法

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.

时间线

  • 2015-04-08: Repository history begins with the initial commit.
  • 2015-04: Early commits add process management, CLI flags, working-directory support, and README material.
  • 2016-06-03: v1.0 is tagged.
  • 2017-08-07: Evil Martians publishes an article introducing Overmind and Hivemind.
  • 2017-2021: Maintenance releases continue through v1.1.0.

Related projects

  • Foreman is the Procfile manager named by the Hivemind README as the tool that started the pattern.
  • Overmind is Hivemind's larger sibling, adding tmux support and more advanced process control.
  • Heroku and Deis are named by the README as platforms that popularized Procfile conventions.

来源

  • Evil Martians article linked by the README for author/team context and Hivemind/Overmind introduction.
  • Official Git repository tags and commits for timeline dates.
  • Official Hivemind README for motivation, supported platforms, install, Procfile usage, `.env`, and relation to Foreman and Overmind.
  • Official Overmind README for the sibling-project relationship and overlapping Procfile context.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 13 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
ProcfileProcfile.dev.env

可执行文件

已安装的可执行文件

命令类型暴露范围备注
hivemindcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本1.1.0
管理器更新时间
本地数据OK
上游当前
检测到的最新版本v1.1.0

https://github.com/DarthSim/hivemind

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namehivemind
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

hivemind

nix profile install nixpkgs#hivemind
  • normalized package name match
  • 匹配方式:Hivemind
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/hi/hivemind/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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