pkg.soopen package index

brew / 順位 8969

hof を Homebrew, MacPorts, Nix でインストール

hof のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install hof

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install hof

MacPorts ports tree · devel/hof/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#hof

nixpkgs package indexes · pkgs/by-name/ho/hof/package.nix · ソース: api.github.com

概要

パッケージ概要

Flexible data modeling & code generation system

コマンドとエイリアス

  • hof

履歴

プロジェクトの歴史と使われ方

hof, the higher order framework, is a developer CLI centered on CUE. Its official README describes it as unifying data models, schemas, code generation, and a task engine, with later surfaces for TUI, agents, and editor tooling.

プロジェクトの歴史

The hof repository history begins in 2020, and the tag stream moved quickly through early 0.x releases. The project emerged around CUE-powered code generation: describing application data and generator configuration declaratively, then producing code and other files from templates while preserving custom edits.

By the 0.6 series, the official documentation presented hof as more than a generator. The README and documentation list data modeling, code generation, task workflows, CUE command helpers, creators, modules, a terminal interface, and LLM-assisted chat as parts of the same CUE-centered developer experience.

採用の歴史

hof's adoption appears to be niche and developer-workflow oriented rather than broad platform infrastructure. The official README points users to GitHub releases as the preferred binary source and includes Homebrew installation through the hofstadter-io tap, while the supplied package facts show distribution through Homebrew, MacPorts, and Nix.

The project is most likely to be adopted by teams already interested in CUE, schema-first application generation, declarative data models, and regenerable code. Its package-manager presence matters because a code generator has to be easy to pin in CI, local developer environments, and project bootstrap scripts.

使われ方

Common hof usage centers on the hof CLI: hof gen for code generation, hof datamodel for model checkpoints and diffs, hof flow for CUE-powered workflows, hof mod for CUE module dependency management, and hof create for starter kits or blueprints. Documentation emphasizes committing generated code and using CUE as a source of truth.

The data-modeling docs are especially package-relevant because they describe commands that track history and include that history during code generation so migrations and conversion functions can be produced. That makes hof less like a one-shot scaffolder and more like a development-time tool that stays in the project loop.

パッケージ好きにとっての重要性

hof is package-nerd significant as a Go-distributed CLI in the CUE ecosystem. It packages a broad workflow into one executable, which is attractive for reproducible dev shells and CI but also means version pinning matters when generator output, templates, or model-history behavior changes.

For people who track language tooling, hof is also a marker of CUE's spread beyond validation into code generation, task orchestration, module workflows, and AI-assisted developer loops.

タイムライン

  • 2020: Repository history begins and v0.1.0 tag appears.
  • 2021: v0.6.0 tag appears after the early generator-focused 0.x series.
  • 2022: v0.6.1 release notes introduced data-modeling commands in the 0.6 line.
  • 2023: v0.6.8 tag appears after a long beta and release-candidate cycle.
  • 2024: v0.6.9 tag appears.
  • 2026: v0.7.0 alpha tags appear with stabilizing work on newer features.

Related projects

  • CUE is the central related project because hof uses it as the declarative substrate. The hofmod-cli generator is related as an official Hofstadter generator for Go CLI projects. Dagger, VS Code extension work, and CUE module workflows are adjacent surfaces named by the official README.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
hof実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.6.10
マネージャ更新日2026-07-27
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:hof
バージョン0.6.10
パッケージマネージャHomebrew
ホームページhttps://hofstadter.io/
リポジトリhttps://github.com/hofstadter-io/hof
最終更新2026-07-27T14:32:25+02:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

hof

nix profile install nixpkgs#hof
  • normalized package name match
  • 一致条件: Hof
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ho/hof/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

hof

sudo port install hof
  • normalized package name match
  • 一致条件: Hof
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/hof/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation