Automic VaultAutomic Vault

brew

Install arelo with Homebrew

Simple auto reload (live reload) utility. Version 1.15.4 via Homebrew; verified 2026-06-13.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install arelo

local Homebrew formula metadata

overview

Package summary

Simple auto reload (live reload) utility

Commands and aliases

  • arelo

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.'

Timeline

  • 2020: GitHub repository created.
  • 2020: v1.0 published as the first GitHub release.
  • 2025: v1.15.x releases continue the small single-binary watcher line.

Related projects

  • The README lists realize, fresh, gin, and go-task as similar projects, positioning arelo among Go-era file watchers and task runners while keeping the implementation generic enough to run any command-line tool.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
arelocliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version1.15.4
manager updated2026-06-13
local dataok
upstreamcurrent
latest detectedv1.15.4

https://github.com/makiuchi-d/arelo

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:arelo
Version1.15.4
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/arelo
Homepagehttps://github.com/makiuchi-d/arelo
Repositoryhttps://github.com/makiuchi-d/arelo
Upstream docshttps://github.com/makiuchi-d/arelo#readme
LicenseMIT
Source archivehttps://github.com/makiuchi-d/arelo/archive/refs/tags/v1.15.4.tar.gz
Last updated2026-06-13T01:02:44+02:00
Pulseupdated
Build dependenciesgo
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namearelo
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment