pkg.soopen package index

brew / rank 7818

Install recur with Homebrew

Retry a command with exponential backoff and jitter. Version 3.3.0 via Homebrew; verified 2026-09-13.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install recur

local Homebrew formula metadata

overview

Package summary

Retry a command with exponential backoff and jitter

Commands and aliases

  • recur

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • Early project: recur established a command retry wrapper with exponential backoff and jitter.
  • Version 3 generation: Installation uses the Go module path dbohdan.com/recur/v3.
  • Current release line: Supports Starlark condition files, JSON or text reports, stream replay and buffering, and prebuilt binaries for Unix-like systems and Windows.

Related projects

  • The README presents retry, backoff, and shell-loop utilities as the broader tool family to which recur belongs.
  • Starlark supplies the expression language used for custom success conditions.

Sources

  • Official repository and README: https://github.com/dbohdan/recur
  • Package availability: source_facts.package-manager

security posture

Risk level: yellow

generalized runtime or code generation signal.

Risk classifier

yellow risk · medium confidence · runtime

Why

  • generalized runtime or code generation signal

Signals

  • text:jit

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
recurcliglobal 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-09-19
manager version3.3.0
manager updated2026-09-13
local dataok
upstreamcurrent
latest detectedv3.3.0

https://github.com/dbohdan/recur

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:recur
Version3.3.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/recur
Homepagehttps://github.com/dbohdan/recur
Repositoryhttps://github.com/dbohdan/recur
LicenseMIT
Source archivehttps://github.com/dbohdan/recur/archive/refs/tags/v3.3.0.tar.gz
Last updated2026-09-13T05:23:20Z
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 Namerecur
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • 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
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation