macOS
brew install hotbuildlocal Homebrew formula metadata
brew
hotbuild のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install hotbuildlocal Homebrew formula metadata
概要
Cross platform hot compilation tool for go
履歴
hotbuild is a small Go development utility for automatically rebuilding and rerunning a project when files change. Its upstream site and README present it as a cross-platform hot compilation tool for Go projects.
The project is published by Wander/rustpub under the wandercn GitHub account, with the documentation site carrying rustpub branding and a 2021 copyright. The README examples show the tool creating a project-local `.hotbuild.toml` file and running a Go build command into a temporary binary before launching it.
hotbuild has a narrow package footprint compared with larger Go live-reload tools, but Homebrew packages it as `hotbuild` and builds from the upstream GitHub release archive. That makes it discoverable to macOS and Linux developers who install small Go CLIs through Homebrew.
The documented workflow is to run `hotbuild initconf` inside a Go project, edit the generated build and run commands, then use `hotbuild run` while developing. The tool watches recursive subdirectories under the configured project path and can separate the watched directory from the command working directory.
For package-manager people, hotbuild is an example of the file-watcher hot-reload pattern packaged as a tiny standalone Go command. It is less important as an ecosystem standard than as a representative of many small development-loop accelerators that package managers preserve.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
hotbuild | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/wandercn/hotbuild
インストールメタデータ
| パッケージキー | brew:hotbuild |
|---|---|
| バージョン | 1.0.9 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/hotbuild |
| ホームページ | https://hotbuild.rustpub.com/ |
| リポジトリ | https://github.com/wandercn/hotbuild |
| 上流ドキュメント | https://github.com/wandercn/hotbuild#readme |
| ライセンス | MulanPSL-2.0 |
| ソースアーカイブ | https://github.com/wandercn/hotbuild/archive/refs/tags/v1.0.9.tar.gz |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hotbuild |
| 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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.