Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 753 Bytes

File metadata and controls

31 lines (21 loc) · 753 Bytes

Homebrew Tap for Everruns

Homebrew formulae for Everruns — a headless durable agentic harness engine.

Installation

brew tap everruns/tap
brew install everruns

Upgrade

brew upgrade everruns

Available Formulae

Formula Description
everruns CLI for Everruns — run durable AI agents reliably and scalably

Updating Formulae

When a new Everruns release is published:

  1. Update url and sha256 in Formula/everruns.rb for each platform
  2. Run brew audit --strict --new Formula/everruns.rb locally
  3. Run brew install --build-from-source Formula/everruns.rb to verify
  4. Open a PR — CI will lint and audit automatically