## platform
Windows support is on the way.
Architecture

Download & install

The fastest way to put anything on the internet. Install the devgate agent for macOS and get a public URL in under a minute.

1

Install the devgate agent

Install via Homebrew. This keeps the agent up to date — brew upgrade devgate pulls new releases.
$ brew install dmitryhawk/devgate/devgate
2

Connect your account

Run this once. It stores your authtoken in the default config file so every tunnel is tied to your account.
$ devgate config add-authtoken <YOUR_AUTHTOKEN>
Your authtoken is on your dashboard.
3

Put your app online

Start a tunnel to any local port. devgate prints a public HTTPS URL you can share instantly.
$ devgate http 80
## you're all set

What's next?

Protect your app with Google OAuth
Require a Google login before any request reaches your service — no code changes, enforced at the edge.
$ devgate http 80 --oauth=google
Bring your own domain
Point a custom domain at your tunnel with a single CNAME. TLS certs are issued and renewed automatically.
Set up a domain