01
Iroh 1.0
Iroh is a peer-to-peer networking library — Rust at the core, with Python, Node, Swift, and Kotlin bindings — that swaps dialing IP addresses for dialing public keys. You connect to a device's identity, and Iroh handles QUIC, multipath, and encrypted NAT traversal to find the shortest path between two machines as they move networks. The 1.0 is a stability promise: any v1 endpoint talks to any other v1 endpoint across minor versions and languages, and the wire protocol is frozen for the 1.x line.
The relays are the tell. n0's public relays help two machines punch through firewalls, then step out once a direct path exists — and they're open-source if you'd rather run your own. More than 200 million endpoints hit them in the last 30 days, so this is past lab-toy stage. Delete the rendezvous server, TURN box, and reconnection glue you wrote to keep two clients talking. Tradeoff: you trade an IP problem for a key-distribution one, and the very first handshake still leans on a relay.