Show HN: BitBang – Reach machines behind NAT from a browser, no account

This no-signup remote access tool has commenters yelling “Open Source Tailscale!”

TLDR: BitBang is a new tool that lets people reach computers hidden behind home or locked-down networks using just a browser and no account. Commenters were excited by the simplicity, with some dubbing it “Open Source Tailscale,” while others immediately started comparing it to rival tools and debating what makes it different.

A new Hacker News project called BitBang is pitching a fantasy many frustrated tinkerers clearly have: reach your home computer, server, or little DIY box from a browser without opening scary router settings, making an account, or installing a pile of extra junk. You run one command on the machine you want to reach, it spits out a link, and suddenly you’ve got a terminal, file browser, and access to apps on that machine’s network. In plain English: it’s trying to make remote access feel less like assembling IKEA furniture in the dark.

But the real fireworks were in the comments, where people instantly started translating the product into internet shorthand. One reader had the big epiphany moment: “It’s Open Source Tailscale!” That was basically the thread’s record scratch moment, because suddenly the whole thing clicked for a lot of confused readers. Others were openly hyped, saying this could be a huge deal for the booming self-hosting crowd who love running things at home but hate the painful “how do I let people in?” part. One commenter practically begged to add it to an awesome tunneling list once it gets enough stars — the ultimate nerd knighthood.

There was also the classic tech-thread tension: admiration mixed with “wait, isn’t this kind of like Iroh?” In other words, excitement, comparisons, and a little turf-checking. The vibe was less flame war, more crowd-sourced identity crisis: revolutionary new tool, or just the easiest explanation for an old headache? Either way, commenters seemed delighted that someone is finally trying to make remote access feel normal for regular humans.

Key Points

  • BitBang CLI is described as a single static binary that provides remote shell access, file browsing and transfer, and proxy access to web apps on a remote machine’s network.
  • The tool works by running `bitbang serve` on the target machine, which prints a URL that can be opened in a browser or used with `bitbang connect <url>` from another terminal.
  • The article says BitBang uses end-to-end encrypted peer-to-peer connections over WebRTC/DTLS, with the server only introducing endpoints and TURN used as a ciphertext-only fallback relay.
  • BitBang includes a 6-digit pairing-code workflow for securely connecting devices when a URL or QR code cannot be easily shared, and it can save credentials for future connections.
  • The article positions BitBang against SSH by emphasizing operation behind NAT or CGNAT, lack of account and telemetry requirements, no port forwarding, no daemon or root requirement, and browser-based access on the connecting side.

Hottest takes

“It’s Open Source Tailscale!” — peter_d_sherman
“I hope something like this getting baked into self-hosting flows is killer” — Sean-Der
“Would love to have this on ... awesome-tunneling as soon as it hits 100 stars” — apitman
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.