🍺 BREW Explorer

← all formulae

honcho

brew install honcho v2.0.0 MIT

Python clone of Foreman, for managing Procfile-based applications

38
30-day installs · #5288
91
90-day · #5800
257
365-day · #6717
1.7k
★ GitHub stars · updated 1y ago

Runtime dependencies

GitHub topics

devtools operations python

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "python@3.14"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Python clone of Foreman, for managing Procfile-based applications",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:40+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "honcho",
  "github_default_branch": "main",
  "github_last_commit_at": "2025-06-03T17:22:10Z",
  "github_readme_excerpt": "::\n\n         ___           ___           ___           ___           ___           ___\n        /\\__\\         /\\  \\         /\\__\\         /\\  \\         /\\__\\         /\\  \\\n       /:/  /        /::\\  \\       /::|  |       /::\\  \\       /:/  /        /::\\  \\\n      /:/__/        /:/\\:\\  \\     /:|:|  |      /:/\\:\\  \\     /:/__/        /:/\\:\\  \\\n     /::\\  \\ ___   /:/  \\:\\  \\   /:/|:|  |__   /:/  \\:\\  \\   /::\\  \\ ___   /:/  \\:\\  \\\n    /:/\\:\\  /\\__\\ /:/__/ \\:\\__\\ /:/ |:| /\\__\\ /:/__/ \\:\\__\\ /:/\\:\\  /\\__\\ /:/__/ \\:\\__\\\n    \\/__\\:\\/:/  / \\:\\  \\ /:/  / \\/__|:|/:/  / \\:\\  \\  \\/__/ \\/__\\:\\/:/  / \\:\\  \\ /:/  /\n         \\::/  /   \\:\\  /:/  /      |:/:/  /   \\:\\  \\            \\::/  /   \\:\\  /:/  /\n         /:/  /     \\:\\/:/  /       |::/  /     \\:\\  \\           /:/  /     \\:\\/:/  /\n        /:/  /       \\::/  /        /:/  /       \\:\\__\\         /:/  /       \\::/  /\n        \\/__/         \\/__/         \\/__/         \\/__/         \\/__/         \\/__/\n\n|PyPI| |Build Status|\n\nHoncho is a Python port of Foreman_, a tool for managing Procfile-based applications.\n\n`Why a port? \u003c//honcho.readthedocs.io/en/latest/#why-did-you-port-foreman\u003e`_\n\n.. _Foreman: https://ddollar.github.io/foreman\n\n.. |Build Status| image:: https://github.com/nickstenning/honcho/actions/workflows/main.yml/badge.svg\n   :target: https://github.com/nickstenning/honcho/actions\n   :alt: Build Status\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/honcho.svg\n   :target: https://pypi.python.org/pypi/honcho/\n   :alt: Latest Version on PyPI\n\nInstalling Honcho\n-----------------\n\n::\n\n    pip install honcho\n\nHow to use Honcho\n-----------------\n\nThe 30-second version:\n\n1. Write `a Procfile`_::\n\n    $ cat \u003eProcfile \u003c\u003cEOM\n    web: python serve.py\n    redis: redis-server\n    EOM\n\n2. *Optional:* write a .env file `to configure your app`_::\n\n    $ cat \u003e.env \u003c\u003cEOM\n    PORT=6000\n    REDIS_URI=redis://localhost:6789/0\n    EOM\n\n3. Run the app with Honcho::\n\n    $ honcho start\n\n.. _a Procfile: https://devcenter.heroku.com/articles/procfi",
  "github_repo": "nickstenning/honcho",
  "github_stars": 1707,
  "github_topics": [
    "devtools",
    "operations",
    "python"
  ],
  "homepage": "https://github.com/nickstenning/honcho",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 38,
  "installs_365d": 257,
  "installs_90d": 91,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "honcho",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 5288,
  "rank_365d": 6717,
  "rank_90d": 5800,
  "raw_hash": "2709b610cc6d822b",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/h/honcho.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "2.0.0",
  "versioned_formulae": [],
  "why_use_this": null
}