# wormhole `wormhole` lets you expose your locally running web server via a public URL. Written in Rust. Built completely with async-io on top of tokio. 1. [Install Wormhole](#install) 2. [Usage Instructions](#usage) 3. [Host it yourself](#host-it-yourself) # Install ## Brew (macOS) ```bash brew install agrinman/tap/wormhole ``` ## Cargo ```bash cargo install wormhole-tunnel ``` Or **Download a release for your target OS here**: [wormhole/releases](https://github.com/agrinman/wormhole/releases) # Usage ## Quick Start ```shell script ⇢ wormhole start -p 8000 ``` The above command opens a wormhole and starts tunneling traffic to `localhost:8000`. ## More Options: ```shell script ⇢ wormhole start -h wormhole-start 0.1.4 Start the wormhole USAGE: wormhole start [OPTIONS] --port