# DarthSim/hivemind

Process manager for Procfile-based applications

Repository: https://github.com/DarthSim/hivemind
Canonical: https://ross.abutalabs.com/products/darthsim-hivemind
Language: Go
License: MIT
License Family: permissive
Topics: procfile
Last push: 2023-12-12T00:59:00+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4165, "days_push": 996, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1153, forks 34 (observed 2026-08-28T04:03:47.509777+00:00)

## What it is
Hivemind is a Go-based process manager for Procfile-based applications that runs multiple processes (web servers, workers, asset watchers) concurrently. It uses pty to capture process output, avoiding log clipping, delays, and broken colored output common in other Procfile tools.

## Use cases
- run multiple processes from a Procfile locally
- replace foreman with better log output
- run rails server and sidekiq together in development
- manage web, worker, and asset processes with one command
- fix colored output and lagging logs in Procfile tools

## When to avoid
- you need tmux support, per-process restart/kill, or advanced configuration — use Overmind instead
- you need Windows support
- you need a production process supervisor rather than a development tool

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cli, workflow-automation, developer-tools
- domain: developer-tools
- platform: bsd, cli, go
- tags: procfile, process-manager, foreman-alternative, pty, multi-process, command-line, devops, automation, linux, macos

## Member repositories
- DarthSim/hivemind (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:47.509777+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:33:24.816885+00:00, confidence not recorded.
  - readme: https://github.com/DarthSim/hivemind (fetched 2026-08-28T04:03:47.509777+00:00, sha 6925bc92b568)
- Data as of 2026-08-30T08:39:29.467469+00:00.
