Skip to main content

Installation

proxymock does some pretty heavy duty work all from the command line. Using the cli, you can automate the creation of simulation environments, record new traffic, modify transactions and replay.

Install proxymock via Command Line

Install with Homebrew:

brew install speedscale/tap/proxymock

You can also manually run the install script (don't do this if your ran brew install):

sh -c "$(curl -Lfs https://downloads.speedscale.com/proxymock/install-proxymock)"

Optionally, install a specific version by passing it to the install script:

sh -c "$(curl -Lfs https://downloads.speedscale.com/proxymock/install-proxymock)" -s v2.3.456
Coding with AI Tools?

Install the proxymock MCP by running proxymock mcp install.

After installing

proxymock requires an API key. If you don't have one, get one here. Then save it in one step:

  • New users: Run proxymock init and follow the prompts (you can sign up when prompted).
  • Existing key: Run proxymock init --api-key <your key>.

For more options (enterprise profile, CI, troubleshooting), see Initialize API Key. Then continue with the Quickstart to run your first recording.