Edit

Share via


Set up Dev Proxy beta

Dev Proxy beta gives you early access to the latest preview features before they're released in the stable version. If you want to try new capabilities and provide feedback, install the beta version.

Note

Beta versions might contain bugs or incomplete features. For production testing scenarios, we recommend using the stable version.

Install Dev Proxy beta

To install Dev Proxy beta using winget, run the following command:

winget install DevProxy.DevProxy.Beta --silent

Important

Dev Proxy installer adds a new entry to PATH. To use Dev Proxy after installation, you must restart the command prompt to refresh the PATH environment variable.

To install Dev Proxy beta using Homebrew, run the following commands:

brew tap dotnet/dev-proxy
brew install dev-proxy-beta

To install Dev Proxy beta using the setup script, run the following commands:

bash -c "$(curl -sL https://aka.ms/devproxy/setup-beta.sh)"

If you use PowerShell, run the following command:

(Invoke-WebRequest https://aka.ms/devproxy/setup-beta.ps1).Content | Invoke-Expression

Run Dev Proxy beta

To run the beta version of Dev Proxy, use the devproxy-beta command:

devproxy-beta

The first time you run Dev Proxy beta, follow the same certificate trust and firewall steps as described in the stable version setup.

Next step