# 使用 Homebrew 安装 arelo

查看 arelo 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:arelo
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install arelo
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:arelo
- **软件包管理器:** Homebrew
- **版本:** 1.15.4
- **来源摘要:** Simple auto reload (live reload) utility
- **主页:** <https://github.com/makiuchi-d/arelo>
- **仓库:** <https://github.com/makiuchi-d/arelo>
- **最后更新:** 2026-07-26T13:19:52+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- arelo (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.15.4
## 项目历史与用法

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

### 时间线

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

### 来源

- <https://api.github.com/repos/makiuchi-d/arelo>
- <https://api.github.com/repos/makiuchi-d/arelo/releases>
- <https://github.com/makiuchi-d/arelo#readme>
- <https://raw.githubusercontent.com/Homebrew/homebrew-core/HEAD/Formula/a/arelo.rb>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/arelo.yml](https://github.com/mxcl/pkgdb/blob/main/combined/arelo.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
