Agent
macOS
Installation
Download a standalone executable with zero run time dependencies. Don’t know your architecture?
In a terminal, extract ngrok:
sudo unzip ~/Downloads/ngrok-v3-stable-darwin-arm64.zip -d /usr/local/bin
Configure and run
Add your authtoken:
Don’t have an authtoken? Sign up for a free account.
ngrok config add-authtoken <token>
Start an endpoint:
ngrok http 80
Congratulations, you have an endpoint online!
You can run ngrok as a background service on macOS.