Homebrew tap for Pepper — MCP server for iOS Simulator apps.
brew tap skwallace36/pepper
brew install pepperUntil a stable release is tagged, install from HEAD:
brew install --HEAD skwallace36/pepper/pepperAdd to your MCP client (Claude Code, Cursor, etc.):
claude mcp add pepper -- pepper-mcpThe dylib is not built by Homebrew — build it yourself:
make build # from the cloned Pepper repoXcode must be installed.
To build and upload bottles after tagging a release:
- Push a
vX.Y.Ztag to this repo — thebottle.ymlworkflow runs automatically. - Download the bottled artifacts from the release and add their SHA256s to
Formula/pepper.rb.
To update Python resource SHA256s: the update-resources.yml workflow runs weekly and opens a PR when changes are found. Or run manually:
brew update-python-resources Formula/pepper.rb