macOS
brew install honcholocal Homebrew formula metadata
安装
brew install honcholocal Homebrew formula metadata
nix profile install nixpkgs#honchonixpkgs package indexes · pkgs/by-name/ho/honcho/package.nix · 来源: api.github.com
概览
Python clone of Foreman, for managing Procfile-based applications
历史
Honcho is a Python port of David Dollar's Foreman, built to run and manage applications described by a `Procfile`. It belongs to the Heroku/12-factor family of development tools: a small CLI reads process declarations, loads optional environment variables, and starts a local process group with prefixed logs.
The upstream README and Read the Docs site describe Honcho as a Python port of Foreman. That origin matters because Foreman popularized the `Procfile` workflow outside Heroku: put `web`, `worker`, and other process roles in one file, then run a single command during development.
Honcho's changelog shows a conventional Python CLI maturation path. By 2015 it had an explicit changelog and version command, then accumulated Windows fixes, process-output fixes, custom Procfile handling, and service export support.
Honcho spread through Python packaging first and then into system package managers such as Homebrew and Nix. Its adoption is tied less to a large ecosystem of plugins and more to a durable need: Python developers wanted Foreman-style Procfile orchestration without depending on the Ruby implementation.
A typical workflow is to write a `Procfile`, optionally write a `.env` file, and run `honcho start`. The docs also cover using Procfiles to coordinate related services during development and exporting process definitions to init systems.
Changelog milestones show the tool broadening from basic local process management into operational handoff features, including Upstart, supervisord, runit, and systemd export support.
Honcho is a classic package-manager bridge package: small, stable CLI; language-specific origin; useful across many app stacks. It also illustrates how a simple file convention, `Procfile`, became portable infrastructure vocabulary across Ruby, Python, shell, and other implementations.
安全态势
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.
Procfile.env可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
honcho | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/nickstenning/honcho
安装元数据
| 软件包键 | brew:honcho |
|---|---|
| 版本 | 2.0.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/honcho |
| 主页 | https://github.com/nickstenning/honcho |
| 仓库 | https://github.com/nickstenning/honcho |
| 上游文档 | https://honcho.readthedocs.io/en/stable |
| 许可证 | MIT |
| 源码归档 | https://files.pythonhosted.org/packages/65/c8/d860888358bf5c8a6e7d78d1b508b59b0e255afd5655f243b8f65166dafd/honcho-2.0.0.tar.gz |
| 依赖 | python@3.14 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | honcho |
| 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 软件包链接分开显示。
honcho
nix profile install nixpkgs#honcho来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.