Install Envoy on macOS
Requirements
To install Envoy, you need to have installed Homebrew. The package is only tested in macOS 10.14.
Installation
Add the Tetrate Homebrew GetEnvoy tap.
$ brew tap tetratelabs/getenvoy
==> Tapping tetratelabs/getenvoy Cloning into '/usr/local/Homebrew/Library/Taps/tetratelabs/homebrew-getenvoy'... Tapped 1 formula.
Install Envoy binary. To install the
nightly
version instead, add--HEAD
flag to the install command.$ brew install envoy
==> Installing envoy from tetratelabs/getenvoy ==> Downloading ... ######################################################################## 100.0% 🍺 /usr/local/Cellar/envoy/1.10.0: 3 files, 27.9MB, built in 13 seconds
Verify Envoy is installed.
$ envoy --version