Your localhost, on the internet.

Share your local server with one command. Sign in with Google, get a stable subdomain, and let idle tunnels shut down automatically.

Install

$curl https://makarima.xyz/install.sh | sh

Drops a single static binary in ~/.local/bin (Linux & macOS, amd64 & arm64). No runtime dependencies.

Use

$mt login# sign in with Google
$mt http 3000# expose localhost:3000
$mt http 3000 --name demo# stable subdomain
  • mt status — connection state and public URL
  • mt domain add <hostname> --name <tunnel> — route a custom domain to a tunnel
  • mt org create <name> — create and switch to a new organization
  • mt update — self-update to the latest release

Full command reference and feature guide in the docs.