Skip to content

Instantly share code, notes, and snippets.

@milocosmopolitan
Last active June 21, 2023 16:31
Show Gist options
  • Select an option

  • Save milocosmopolitan/74f870e6f2ead8493d6b5bbba8cfb010 to your computer and use it in GitHub Desktop.

Select an option

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
@Tharuntan

Copy link
Copy Markdown

@acro5piano Thank's

@spankie

spankie commented Dec 9, 2020

Copy link
Copy Markdown

But when i run the command ngrok http 80 it throws the error.
“ngrok” cannot be opened because the developer cannot be verified.

If you are using MacOS then open "System Preferences > Security & Privacy > General" and allow ngrok

Thanks.

@SadikurSadik

Copy link
Copy Markdown

But when i run the command ngrok http 80 it throws the error.
“ngrok” cannot be opened because the developer cannot be verified.

If you are using MacOS then open "System Preferences > Security & Privacy > General" and allow ngrok

Thank you

@helloromero

Copy link
Copy Markdown

Anyone else not seeing the option under "System Preferences > Security & Privacy > General" ?

On MacOS Catalina ?

@jacek213

Copy link
Copy Markdown

But when i run the command ngrok http 80 it throws the error.
“ngrok” cannot be opened because the developer cannot be verified.

If you are using MacOS then open "System Preferences > Security & Privacy > General" and allow ngrok

thanks!

@arikanev

Copy link
Copy Markdown

Anyone else not seeing the option under "System Preferences > Security & Privacy > General" ?

On MacOS Catalina ?

Hi - Im also not seeing it - I'm on Big Sur

@acro5piano

Copy link
Copy Markdown

If you are using MacOS then open "System Preferences > Security & Privacy > General" and allow ngrok

I was using Catalina when I posted it.

@awebi

awebi commented Jan 24, 2021

Copy link
Copy Markdown

Anyone else not seeing the option under "System Preferences > Security & Privacy > General" ?
On MacOS Catalina ?

Hi - Im also not seeing it - I'm on Big Sur

I'm on Big Sur and I saw it. it's pretty easy to miss, but after you run the command and get the message, look down in the "Allow apps downloaded from" section in the "General" tab (System Preferences > Security & Privacy > General), you should see a button asking you to allow "ngrok" permission.

@valachi

valachi commented Feb 10, 2021

Copy link
Copy Markdown

Anyone else not seeing the option under "System Preferences > Security & Privacy > General" ?
On MacOS Catalina ?

Hi - Im also not seeing it - I'm on Big Sur

I'm on Big Sur and I saw it. it's pretty easy to miss, but after you run the command and get the message, look down in the "Allow apps downloaded from" section in the "General" tab (System Preferences > Security & Privacy > General), you should see a button asking you to allow "ngrok" permission.

Thanks it works like a charm!

@frankraza

Copy link
Copy Markdown

But when i run the command ngrok http 80 it throws the error.
“ngrok” cannot be opened because the developer cannot be verified.

If you are using MacOS then open "System Preferences > Security & Privacy > General" and allow ngrok

Thank you @acro5piano

@aghwotu

aghwotu commented Mar 5, 2021

Copy link
Copy Markdown

Anyone else not seeing the option under "System Preferences > Security & Privacy > General" ?
On MacOS Catalina ?

Hi - Im also not seeing it - I'm on Big Sur

I'm on Big Sur and I saw it. it's pretty easy to miss, but after you run the command and get the message, look down in the "Allow apps downloaded from" section in the "General" tab (System Preferences > Security & Privacy > General), you should see a button asking you to allow "ngrok" permission.

Thank you @awebi

@arikanev

arikanev commented Mar 5, 2021

Copy link
Copy Markdown

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

majedbojan commented Mar 9, 2021

Copy link
Copy Markdown

For Homebrew v2.6.x and below:

brew cask install ngrok

For Homebrew v2.7.x and above:

brew install --cask ngrok

@wi-ski

wi-ski commented Mar 9, 2021

Copy link
Copy Markdown

brew install --cask ngrok is what youre here for

@paulmelero

Copy link
Copy Markdown

@acro5piano THANKS!

@CRJones7

Copy link
Copy Markdown

Thank youu!

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