Start your proxy in seconds. No boilerplate, no hassle—just one simple command.
Easily switch between staging, QA, and production backends without touching app code.
Logs every request and response with headers and payloads. Perfect for tracking down tricky issues in development and QA.
Note: easy-proxy is currently available only for Linux systems (x86_64 architecture).
curl -sL "https://github.com/renanwillian/easy-proxy/releases/latest/download/easy-proxy-linux-x86_64.tar.gz" | tar -xz && sudo install -D easy-proxy -t /usr/local/bin/
This command downloads the latest version and sets up easy-proxy on your system.
easy-proxy --version
Confirm that easy-proxy was installed correctly by checking the version.
For additional commands and configuration options, use the built-in help:
easy-proxy --help