Back to browse
Runlocal – Open-source localhost tunnel, no signup, no tracking

Runlocal – Open-source localhost tunnel, no signup, no tracking

by gautema·Mar 4, 2026·1 point·0 comments

AI Analysis

●●●BangerSolve My ProblemSlickDark Horse

ngrok alternative that's free, open-source, EU-hosted, zero tracking.

Strengths
  • No signup, no config, works instantly with single CLI command.
  • WebSocket relay with zero dependencies (no database, Redis, or workers).
  • Transparent European ownership, GDPR-compliant by design, auditable MIT-licensed code.
Weaknesses
  • Stable subdomains require paid plan, creating minor friction for webhook dev.
  • Competes directly with established players (ngrok, Cloudflare Tunnel, Expose).
Target Audience

Backend developers, DevOps engineers, anyone testing webhooks locally

Similar To

ngrok · Cloudflare Tunnel · Expose

Post Description

I wanted to do something fun in Elixir and ended up building a localhost tunnel. I've used ngrok for showing my local dev to others and testing webhooks, but figured I'd see what I could make myself.

npx runlocal 3000 - Gives you a public HTTPS URL forwarding to localhost. No account, no config.

It's a single Phoenix app using WebSocket to relay HTTP in real time. No database, no Redis. Fully open source, EU owned and hosted, MIT licensed. Please give feedback

Code is hosted at github: https://github.com/runlater-eu/runlocal-server

Similar Projects