runlocal icon
runlocal icon

runlocal

Expose localhost to the internet Get a public HTTPS URL for your local dev server. No signup, no config, no tracking. Just one command.

runlocal screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Self-Hosted
  • Docker
0likes
0comments
0articles

Features

Properties

  1.  Privacy focused

Features

  1.  Ad-free
  2.  End-to-End Encryption
  3.  No registration required
  4.  Reverse Proxy

 Tags

runlocal News & Activities

Highlights All activities

Recent activities

runlocal information

  • Developed by

    NO flagrunlater-eu
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    16 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Security & PrivacyDevelopmentNetwork & Admin

GitHub repository

  •  0 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
runlocal was added to AlternativeTo by gautema on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is runlocal?

Runlocal is an open-source tunneling service that exposes localhost to the internet with one command. The hosted version runs at runlocal.eu and is free, no signup, no config. It can also be self-hosted.

What it does

npx runlocal 3000

This gives you a public HTTPS URL like https://fuzzy-tiger.runlocal.eu that proxies all requests to localhost:3000. Every tunnel includes a built-in request inspector — a real-time LiveView UI showing every request/response with headers, bodies, timing, and status codes.

How it works

Internet (HTTPS) ? runlocal.eu (subdomain routing) ? Registry lookup (ETS) ? WebSocket to CLI ? CLI proxies to localhost:port ? response back up

The server is an Elixir/Phoenix app. The CLI connects via Phoenix Channels (WebSocket), joins tunnel:connect, and gets a subdomain assigned. When HTTP requests hit that subdomain, the server forwards them through the WebSocket to the CLI, which proxies to 127.0.0.1:port and sends the response back.

Official Links