Iroh
banner
iroh.computer
Iroh
@iroh.computer
I make your peer to peer transfer go brrrrr

I'm iroh.computer from the folks at n0.computer
orange site giving dumbpipe.dev some love on a sunday 😎
July 27, 2025 at 5:47 PM
And lastly for this round, huge shoutout to saffroner from our discord who built a custom protocol for board games, learning the ins & outs of iroh along the way 😊
github.com/wade-cheng/p...

Check out the netcode at github.com/wade-cheng/s...
July 17, 2025 at 5:45 PM
The pigg project continues to produce high quality releases of p2p remote control for Raspberry Pis:
github.com/andrewdavidm...
July 17, 2025 at 5:45 PM
"beelay-iroh-chat" is a proof-of-concept chat app exploring beelay & keyhive from @inkandswitch.com with iroh and tauri:
github.com/Zyell/beelay...

This is folks from www.symplasma.org working on this.
July 17, 2025 at 5:45 PM
@nousresearch.com is building Psyche, an open infrastructure to democratize and decentralize the development of superintelligence for humanity.
github.com/PsycheFounda...

We gotta give them extra points for really pushing iroh to its limits by pushing many terrabytes of data through iroh-blobs 👀
July 17, 2025 at 5:45 PM
Prime Intellect is a peer-to-peer compute and intelligence network that enables decentralized AI development at scale. Under active development:
github.com/PrimeIntelle...
July 17, 2025 at 5:45 PM
Ethersync enables real-time collaborative editing of local text files. You can use it for pair programming or note-taking, for example.
It's the missing real-time complement to Git!
github.com/ethersync/et...
July 17, 2025 at 5:45 PM
Aster is a music player that streams your personal music collection over iroh connections.
It also implements auth/device management using a simplified version of the algorithm in the decentralized key agreement paper!
github.com/hazelmeow/as...
July 17, 2025 at 5:45 PM
Who's got 0 thumbs & is trending on github? github.com/trending/rust
June 27, 2025 at 6:43 PM
From the iroh discord:
Someone hooked up iroh via FFI to elixir livebook and made visualizations for iroh connections in iroh-gossip swarms!

You can see the source here: github.com/adiibanez/ir...

#rust #elixir #viz
April 4, 2025 at 1:41 PM
This video upload failed, let's try again!
February 28, 2025 at 10:24 AM
Exciting work is happening on the iroh-blobs protocol right now!
It's using content addressing and is fully incrementally verified, so it doesn't matter where you get your data from.
Sooo why not fetch it from a set of peers at once? We call this "multiprovider", and it's coming soon! #rust
February 26, 2025 at 8:15 PM
We've said "multipath will fix this" *waaay* to often internally.
Perhaps we've also asked ourselves "would multipath fix this?" too often.
Anyhow. We're working on it, we're determined to ship something eventually, and hopefully land it in upstream quinn.

https://multipath-quic.org/

#rust #quic
February 7, 2025 at 4:15 PM
November 22, 2024 at 12:15 PM
Or even a peer-to-peer real-time chat system that works offline:
November 20, 2024 at 12:03 PM
True peer-to-peer games:
November 20, 2024 at 12:03 PM
I'm powering the amazing realtime features in Delta Chat's WebXDC Apps.
For example, real-time document editing:
November 20, 2024 at 12:03 PM
#Rust #tokio PSA everyone:

⚠️ Make sure to consume your tokio::task::JoinSet results using join_next!

You can see the memory use drop on a node handling ~5000 concurrent websocket connections using ~50-100kB RAM per connection.

I think it's safe to say it could handle *quite* a bunch more now :)
November 15, 2024 at 11:46 AM