macOS
brew install arelolocal Homebrew formula metadata
brew
Simple auto reload (live reload) utility. Version 1.15.4 via Homebrew; verified 2026-06-13.
install
brew install arelolocal Homebrew formula metadata
overview
Simple auto reload (live reload) utility
history
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.'
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
arelo | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/makiuchi-d/arelo
install metadata
| Package key | brew:arelo |
|---|---|
| Version | 1.15.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/arelo |
| Homepage | https://github.com/makiuchi-d/arelo |
| Repository | https://github.com/makiuchi-d/arelo |
| Upstream docs | https://github.com/makiuchi-d/arelo#readme |
| License | MIT |
| Source archive | https://github.com/makiuchi-d/arelo/archive/refs/tags/v1.15.4.tar.gz |
| Last updated | 2026-06-13T01:02:44+02:00 |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.