macOS
brew install arelolocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für arelo in AI-Agent-Workflows.
Installation
brew install arelolocal Homebrew formula metadata
Überblick
Simple auto reload (live reload) utility
Verlauf
arelo is a small Go command-line utility for restarting a command when watched files change. Its official README frames it as a simple live-reload tool with glob-based matching, safe child-process termination, no config file, and no local server requirement.
The GitHub repository was created in April 2020, and the first GitHub release, v1.0, was published later that month. The project has stayed intentionally narrow: it watches target paths, filters filesystem events, and re-runs an arbitrary command rather than becoming a language-specific development server.
Homebrew packages arelo as a formula built from the upstream GitHub tags, and the upstream README documents installation through Go, Homebrew, or release binaries. The adoption story is therefore mostly package-manager convenience for developers who want one binary in PATH rather than a framework-specific watcher.
Typical usage is to run arelo with one or more glob patterns and a command after `--`, for example watching Go source and HTML files and restarting `go run .`. The README also documents polling mode for environments where filesystem notifications are unreliable, such as WSL2.
arelo matters as a deliberately boring watcher: it is cross-project, does not own a TCP port, and avoids project config. For package-manager users, that makes it a compact alternative to heavier live-reload stacks when the desired behavior is just 'restart this command when these files change.'
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 |
|---|---|---|---|
arelo | 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/makiuchi-d/arelo
Installationsmetadaten
| Paketschlüssel | brew:arelo |
|---|---|
| Version | 1.15.4 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/arelo |
| Homepage | https://github.com/makiuchi-d/arelo |
| Repository | https://github.com/makiuchi-d/arelo |
| Upstream-Dokumentation | https://github.com/makiuchi-d/arelo#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/makiuchi-d/arelo/archive/refs/tags/v1.15.4.tar.gz |
| Zuletzt aktualisiert | 2026-06-13T01:02:44+02:00 |
| Pulse | updated |
| 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 | arelo |
| 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.