Automic VaultAutomic Vault

brew

arelo を Homebrew でインストール

arelo のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install arelo

local Homebrew formula metadata

概要

パッケージ概要

Simple auto reload (live reload) utility

コマンドとエイリアス

  • arelo

履歴

プロジェクトの歴史と使われ方

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.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
arelocliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版1.15.4
マネージャ更新日2026-06-13
ローカルデータOK
上流最新
検出された最新v1.15.4

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

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:arelo
バージョン1.15.4
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/arelo
ホームページhttps://github.com/makiuchi-d/arelo
リポジトリhttps://github.com/makiuchi-d/arelo
上流ドキュメントhttps://github.com/makiuchi-d/arelo#readme
ライセンスMIT
ソースアーカイブhttps://github.com/makiuchi-d/arelo/archive/refs/tags/v1.15.4.tar.gz
最終更新2026-06-13T01:02:44+02:00
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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