https://github.com/keploy/homebrew-tap
https://github.com/keploy/homebrew-tap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/keploy/homebrew-tap
- Owner: keploy
- License: mit
- Created: 2026-05-29T06:45:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-07-02T03:11:24.000Z (about 1 month ago)
- Last Synced: 2026-07-02T05:10:24.415Z (about 1 month ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-tap
Homebrew tap for [Keploy Enterprise](https://keploy.io) on macOS.
## Install
```sh
brew install keploy/tap/keploy
```
That 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:
```sh
brew install keploy # short name (after tapping once)
brew upgrade keploy # move to the latest release
```
## What gets installed
A universal macOS binary (Apple Silicon + Intel) pulled from `https://keploy.io/ent/dl//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.
## Linux
Not supported via Homebrew. Use the install script:
```sh
curl --silent -O -L https://keploy.io/install.sh && source install.sh
```
Brew 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.
## License
The formula itself (the `.rb` file) is MIT-licensed; see [LICENSE](LICENSE). The Keploy Enterprise binary that the formula downloads is governed by its own commercial terms.