Skip to content(if available)orjump to list(if available)

Dumb Pipe

Dumb Pipe

4 comments

·July 27, 2025

qudat

At pico.sh we built something similar but using SSH: https://pipe.pico.sh

Liftyee

I wonder how much reimplementation there is between this and Tailscale, as it seems like there are many needs in common. One would think that there are already low level libraries out there to handle going through NATs, etc. (but maybe this is just the first of said libraries!)

max-privatevoid

iroh is meant to be this library, but there is also libp2p, which existed before iroh.

mpalmer

This is made using iroh, which aims to be a low level framework for distributed software. Involves networking but also various data structures that enable replication and consistency between networked nodes.