Skip to content

Instantly share code, notes, and snippets.

@milocosmopolitan
Last active June 21, 2023 16:31
Show Gist options
  • Save milocosmopolitan/74f870e6f2ead8493d6b5bbba8cfb010 to your computer and use it in GitHub Desktop.
Save milocosmopolitan/74f870e6f2ead8493d6b5bbba8cfb010 to your computer and use it in GitHub Desktop.
Install ngrok on Mac OS X El Captin(10.11)

#Installing ngrok on OSX

When you try to install with downloaded zip file from ngrok website, alert message will pop up and tell you "ngrok" can't be opened because it is from an unidentified developer.

You can simply use homebrew to install this without any issue.

  1. Open your terminal
  2. $ brew cask install ngrok
@arikanev
Copy link

arikanev commented Mar 5, 2021

Yes, thanks. Don't remember exactly how but I was able to get it to work, maybe I found the preferences pane. Not sure. Thx

@majedbojan
Copy link

majedbojan commented Mar 9, 2021

For Homebrew v2.6.x and below:

brew cask install ngrok

For Homebrew v2.7.x and above:

brew install --cask ngrok

@wi-ski
Copy link

wi-ski commented Mar 9, 2021

brew install --cask ngrok is what youre here for

@gangsthub
Copy link

@acro5piano THANKS!

@CRJones7
Copy link

Thank youu!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment