# Install hivemind with Homebrew, Nix

Process manager for Procfile-based applications. Version 1.1.0 via Homebrew; verified 2026-07-25. Also installable with nix: nix profile install nixpkgs#hivemind.

## Install

```sh
sudo av install brew:hivemind
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install hivemind
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#hivemind
```

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

## Package facts

- **Package key:** brew:hivemind
- **Package manager:** Homebrew
- **Version:** 1.1.0
- **Source summary:** Process manager for Procfile-based applications
- **Homepage:** <https://github.com/DarthSim/hivemind>
- **Repository:** <https://github.com/DarthSim/hivemind>
- **Last updated:** 2026-07-25T20:56:30-04:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- hivemind (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.1.0
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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, Procfile.dev, .env
## Other Package-Manager Records

- Nix - hivemind: normalized package name match | nixpkgs package indexes: pkgs/by-name/hi/hivemind/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
