Skip to content

PaulMcInnis/ngrok-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngrok Desktop

A SwiftBar plugin to control ngrok from your macOS menu bar.

Features

  • Start/stop ngrok tunnels from the menu bar
  • View tunnel status (running/stopped)
  • Copy public URL to clipboard

Requirements

Install

  1. Install SwiftBar:

    brew install --cask swiftbar
  2. Copy the plugin to your SwiftBar plugins folder:

    P="$(defaults read com.ameba.SwiftBar PluginDirectory)/ngrok.3s.sh" && curl -o "$P" https://raw.githubusercontent.com/PaulMcInnis/ngrok-desktop/main/ngrok.3s.sh && chmod +x "$P"

Usage

Click the ngrok icon in your menu bar:

  • 🟢 = ngrok running
  • 🔴 = ngrok stopped

Menu options:

  • View current public URL
  • Copy URL to clipboard
  • Start ngrok on localhost:3000
  • Stop ngrok

License

MIT

About

This runs ngrok as a menu bar app in OS X, you can copy the URI in one click and start/stop easily.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages