Homebrew tap for Keploy Enterprise on macOS.
brew install keploy/tap/keployThat single command taps this repo and installs the latest Keploy Enterprise build. The binary runs in the free Community Edition tier by default — keploy login unlocks the rest.
After the first install, use the short name:
brew install keploy # short name (after tapping once)
brew upgrade keploy # move to the latest releaseA universal macOS binary (Apple Silicon + Intel) pulled from https://keploy.io/ent/dl/<version>/enterprise_darwin_all and placed at $(brew --prefix)/bin/keploy.
Releases here are bumped automatically by the Keploy Enterprise release pipeline on every tagged version — the formula's version and sha256 track each vX.Y.Z tag.
Not supported via Homebrew. Use the install script:
curl --silent -O -L https://keploy.io/install.sh && source install.shBrew formulae can't sudo, mount debugfs, or set up the Keploy Docker network — all required by the Linux install — so the curl installer stays the supported path there.
The formula itself (the .rb file) is MIT-licensed; see LICENSE. The Keploy Enterprise binary that the formula downloads is governed by its own commercial terms.