艾洛 1.0
Iroh 1.0

原始链接: https://www.iroh.computer/blog/v1

Iroh 已正式发布 1.0 版本,这标志着其在彻底改变互联网连接方式的使命中迈出了重要的一步。通过将关注点从脆弱的、依赖位置的 IP 地址转移到**加密密钥**,Iroh 使设备无论处于何种网络环境下,都能实现安全寻址。 此次 1.0 稳定版引入了成熟的网络堆栈,能够实现安全、直接且高效的点对点通信。Iroh 基于 QUIC 等开放标准构建,处理了 NAT 穿越、多路径路由和本地优先发现等复杂任务,同时为全球互联网提供了“安全本地主机”般的体验。 该项目已历经实战考验,为超过 2 亿个端点提供支持,应用范围涵盖人工智能模型训练到安全文件传输等多种场景。随着 1.0 版本的发布,Iroh 在原生 Rust 实现的基础上,正式增加了对 Python、Node.js、Swift 和 Kotlin 的支持,进一步扩大了其覆盖范围。 Iroh 1.0 致力于稳定性,确保了线协议的一致性与强大的技术支持,旨在成为开发者手中的基础开源技术。无论您是在构建移动应用还是分布式系统,Iroh 都为未来的互联应用提供了可靠且高性能的基础。

点对点(P2P)路由协议 **Iroh 1.0** 的发布在 Hacker News 上引发了热烈讨论。社区反馈的主要亮点包括: * **生态集成**:用户正在探讨 Iroh 的基于密钥(key-based)的路由如何与侧重于消息语义的现有协议(如 Zenoh)互补。此外,社区对 Iroh 不断扩展的语言支持兴趣浓厚,尤其是 Kotlin 绑定如何简化 Android 及跨平台移动应用的 P2P 开发。 * **可访问性**:项目发布了 C-FFI(外部函数接口)库,使 Iroh 更易于集成到各种编程环境中。 * **关于定价的澄清**:一些用户对基础协议的“定价”表示困惑。开发人员对此澄清,相关费用并非针对协议本身,而是针对托管、可观测性和专属技术支持等增值服务。 项目开发人员目前正与社区积极互动,以解答技术问题并收集反馈,从而在迈过 1.0 版本里程碑后持续改进。
相关文章

原文

It's a simple idea really, and it's the right abstraction for the future of the internet. IP addresses can break, without warning, and it's outside of your device's control. Keys, however, are created & controlled by you. They stay the same as your device moves, and are yours to throw away, or not. IP addresses can be private and inaccessible behind firewalls, but with iroh your device can be securely addressable no matter where it is.

We think this is how the internet should work, which is why iroh exists, and today we're delighted to announce iroh version 1.0.

This is our first stable release, but the project has grown significantly over the 65 versions that led to 1.0. iroh is already used all over the place. The public relays we run have seen more than 200 million endpoints created, in the last 30 days alone. Developers are using iroh to stream video, train large language models, talk to agents, secure chats, play games, send files, and many more things than we could jam into this list. Iroh is a fundamental technology aimed at a fundamental shift in the internet, and it's running on millions of devices today.

After more than 4 years of building in the open, we have a foundation we're both proud of.

  • We shifted onto open standards, preferring IETF drafts whenever possible
  • We built our own implementation of QUIC multipath, so iroh can build & manage multiple routes within the same connection, and hot swap paths as conditions change
  • We implemented QUIC NAT traversal, so we can establish direct connections while keeping connection details encrypted
  • We added full local-first configurations so iroh can find & connect to local devices, without internet access
  • We built & continually check that iroh can compile to WASM & run in the browser
  • We worked with power users to add hooks, so you can inject logic to control how connections should work
  • We've even added support for custom transports, so you can plug in technologies like Bluetooth Low-Energy (BLE), LoRa (under construction), WiFi Aware, or even Tor to build connections, and all of this fits under the same dial-by-key abstraction

The power of that key can't be overstated. We use it to secure the connection. And because all data that comes from the connection is secured by that key, we can build up from that same key into identity, permissions, and attribution. We can also use that same key as an address we can dial, no matter where it is in the world. It turns the internet into a secure localhost.

Iroh connections are also far more efficient. It's normal to see 95% of data transferred in a connection pass directly between devices. Going direct means fewer hops through the cloud, which lowers your egress bill. It's also fewer hops through routers, which means the internet is more efficient overall.

We previously paused FFI support because of maintenance overhead with API churn and promised to bring it back with a stable 1.0 API. Now we're follwing through on this promise: In addition to the Rust crate, we now officially support Python, Node.js, Swift, and Kotlin. This makes your application use case even easier, making it possible to embed iroh into your swift iOS application or your Kotlin Android app. Check out the documentation and generated API docs.

Iroh version 1.0 asserts stability for both the wire protocol and language APIs: an iroh v1 endpoint will be able to communicate with another iroh v1 endpoint, regardless of minor version or language.

In the future we may version these two aspects independently, for example: we may release version 2 of a given language API, but keep compatibility over the wire. Any change that affects the wire stability of iroh will always coincide with a major release.

Version 1.0 is the first major release of iroh, which we're announcing in conjunction with our support schedule for customers: Read our support schedule

In short:

  • Major and minor versions after 1.0 are supported on a schedule.
  • The 0.35 minor version won't receive further releases. Public relay support for 0.35x continues through Dec 31, 2026, more on that in the section below.
  • We do not plan to support canary (0.9x) and release candidates (1.0.0-rcX) after today.

It's important to note there are a significant number of bug fixes and improvements in 1.0, so if you encounter an issue on an earlier release we want you to try updating to the 1.0 to ensure it is still an issue there before opening a bug report.

We maintain a set of public relays, most commonly accessed via the "n0" preset for building an endpoint.

ReleaseFinal day of public relay operation
v1.0until End of Life
v0.35xDec 31, 2026
v0.9x & v1.0.0-rcXSept 30, 2026

We will bump public relays to their latest version shortly after each release, usually within 24 hours. Wire-breaking relay changes will get new URLs so older clients keep working.

As always, relay binaries themselves are open source, and we offer hosted relays through iroh services. Public relays are rate-limited for relayed traffic, which can change at any time.

The internet should be built on dialing keys. On connections that just work. On connections that are secure, and default to being direct. With 1.0 you now have a mature networking stack that you can put into your app with confidence. Now is the time to come build on iroh, and we can't wait to see what you come up with.

Check out the iroh quickstart guide for application developers.

Iroh is a dial-any-device networking library that just works. Compose from an ecosystem of ready-made protocols to get the features you need, or go fully custom on a clean abstraction over dumb pipes. Iroh is open source, and already running in production on hundreds of thousands of devices.
To get started, take a look at our docs, dive directly into the code, or chat with us in our discord channel.
联系我们 contact @ memedata.com