# gt.run > gt.run makes localhost public: one command gives any local port a public HTTPS URL. Nothing to deploy, nothing to configure. ## Quick start - Install the CLI: `curl -fsSL gt.run/install.sh | sh` - Share a local port: `gt share 3000` — prints a public URL (like https://gyrwh.gt.run) that forwards to localhost:3000 - No account needed: anonymous endpoints are free and last 30 minutes - `gt login` to keep endpoints, reuse subdomain names, and see traffic - Press ctrl-c to stop; a persistent endpoint keeps its name — run the same command to bring it back online - Traffic is encrypted: visitors connect over HTTPS, requests are forwarded securely to your machine, nothing is stored ## Plans - Free: $0 — 1 endpoint, 1 GB traffic / month, random subdomain - Hobby: $24 /year — 2 endpoints, 5 GB traffic / month, custom subdomains - Pro: $6 /mo or $60 /yr — 10 endpoints, 30 GB traffic / month, custom subdomains ## Links - Homepage: https://gt.run/ - Sign in: https://gt.run/sign-in