Install openvpn on MacOS Mojave from Terminal

To install openvpn in your MacOS Mojave or other version from Terminal, you can use brew, follow these steps:

brew install openvpn

After you success install it, add it’s path to your environment to make your work easier. You can export it directly to your $PATH environment variable, edit your .bash_profile file or insert into /etc/paths file, etc.

Continue reading