macOS
brew install hotbuildlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für hotbuild in AI-Agent-Workflows.
Installation
brew install hotbuildlocal Homebrew formula metadata
Überblick
Cross platform hot compilation tool for go
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
hotbuild | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/wandercn/hotbuild
Installationsmetadaten
| Paketschlüssel | brew:hotbuild |
|---|---|
| Version | 1.0.9 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/hotbuild |
| Homepage | https://hotbuild.rustpub.com/ |
| Repository | https://github.com/wandercn/hotbuild |
| Upstream-Dokumentation | https://github.com/wandercn/hotbuild#readme |
| Lizenz | MulanPSL-2.0 |
| Quellarchiv | https://github.com/wandercn/hotbuild/archive/refs/tags/v1.0.9.tar.gz |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.