macOS
brew install recurlocal Homebrew formula metadata
brew / 順位 7818
recur のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install recurlocal Homebrew formula metadata
概要
Retry a command with exponential backoff and jitter
履歴
recur is a cross-platform command-line retry wrapper with configurable attempt limits, delay, exponential or Fibonacci backoff, jitter, timeouts, programmable Starlark success conditions, and optional reports.
recur was developed as a portable command runner that repeats one command until a success condition is met or its attempt budget is exhausted. The implementation is written in Go and extends conventional retry wrappers with exponential and Fibonacci backoff, jitter, per-attempt timeouts, stream buffering, and Starlark expressions.
The project has evolved to support condition files, regular-expression checks against buffered input or output, retry statistics in text or JSON, and binaries across Unix-like systems and Windows.
The project publishes binaries for major BSD systems, Linux, macOS, and Windows. It is also installable through Homebrew on macOS and Linux and through the Go toolchain.
A typical invocation places recur options before the target command. By default, recur treats exit status zero as success and tries at most ten times; users can add constant delay, exponential or Fibonacci backoff, jitter, a delay ceiling, timeouts, or unlimited attempts.
For more specialized workflows, Starlark expressions or files can inspect exit status, timing, and buffered streams. The report option emits attempt counts, exit codes, wait times, and success statistics as text or JSON.
recur packages retry policy as a composable command-line primitive rather than requiring shell-loop boilerplate. Its portable binaries, structured reports, configurable backoff, and programmable success conditions make it useful in scripts, CI jobs, network automation, and operational tooling.
セキュリティ状態
generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
recur | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/dbohdan/recur
インストールメタデータ
| パッケージキー | brew:recur |
|---|---|
| バージョン | 3.3.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/recur |
| ホームページ | https://github.com/dbohdan/recur |
| リポジトリ | https://github.com/dbohdan/recur |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/dbohdan/recur/archive/refs/tags/v3.3.0.tar.gz |
| 最終更新 | 2026-09-13T05:23:20Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | recur |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.