# helia

Published articles for helia.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Shipyard 2025: IPFS Year in Review

DevFeed: [Shipyard 2025: IPFS Year in Review](<https://devfeed.tech/articles/shipyard-2025-ipfs-year-in-review-35645.md>)

Original publisher: [Read original article](<https://ipshipyard.com/blog/2025-shipyard-ipfs-year-in-review/>)

Author: lidel; Shipyard

Published: 2025-12-19T00:00:00Z

Content type: article

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [releases](<https://devfeed.tech/topics/releases.md>), [browser](<https://devfeed.tech/topics/browser.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [boxo](<https://devfeed.tech/tags/boxo.md>), [browser](<https://devfeed.tech/tags/browser.md>), [decentralized](<https://devfeed.tech/tags/decentralized.md>), [dht](<https://devfeed.tech/tags/dht.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [dweb](<https://devfeed.tech/tags/dweb.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [helia](<https://devfeed.tech/tags/helia.md>), [http](<https://devfeed.tech/tags/http.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [kubo](<https://devfeed.tech/tags/kubo.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [p2p](<https://devfeed.tech/tags/p2p.md>), [peer-to-peer](<https://devfeed.tech/tags/peer-to-peer.md>), [rainbow](<https://devfeed.tech/tags/rainbow.md>), [releases](<https://devfeed.tech/tags/releases.md>), [review](<https://devfeed.tech/tags/review.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [storage](<https://devfeed.tech/tags/storage.md>), [web](<https://devfeed.tech/tags/web.md>), [web3](<https://devfeed.tech/tags/web3.md>), [year-in-review](<https://devfeed.tech/tags/year-in-review.md>)

### AI overview

A review of IPFS developments in 2025, highlighting seven Kubo releases and related ecosystem updates. It focuses on DHT Provide Sweep, AutoTLS, HTTP retrieval, and Helia-based browser retrieval as improvements for self-hosted nodes and trustless access.

### Source excerpt

Seven Kubo releases made self-hosted IPFS practical. Highlights: DHT Provide Sweep, AutoTLS, HTTP retrieval, and Helia for trustless browser retrieval.

## Provide Sweep: Solving the DHT Bottleneck for Self-Hosting IPFS at Scale

DevFeed: [Provide Sweep: Solving the DHT Bottleneck for Self-Hosting IPFS at Scale](<https://devfeed.tech/articles/provide-sweep-solving-the-dht-bottleneck-for-self-hosting-ipfs-at-scale-35644.md>)

Original publisher: [Read original article](<https://ipshipyard.com/blog/2025-dht-provide-sweep/>)

Author: guillaumemichel; Shipyard

Published: 2025-11-26T00:00:00Z

Content type: article

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Raspberry Pi](<https://devfeed.tech/topics/raspberry-pi.md>)

Tags: [boxo](<https://devfeed.tech/tags/boxo.md>), [decentralized](<https://devfeed.tech/tags/decentralized.md>), [dht](<https://devfeed.tech/tags/dht.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [dweb](<https://devfeed.tech/tags/dweb.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [helia](<https://devfeed.tech/tags/helia.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [kubo](<https://devfeed.tech/tags/kubo.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [p2p](<https://devfeed.tech/tags/p2p.md>), [peer-to-peer](<https://devfeed.tech/tags/peer-to-peer.md>), [performance](<https://devfeed.tech/tags/performance.md>), [rainbow](<https://devfeed.tech/tags/rainbow.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [routing](<https://devfeed.tech/tags/routing.md>), [scale](<https://devfeed.tech/tags/scale.md>), [self-hosting](<https://devfeed.tech/tags/self-hosting.md>), [storage](<https://devfeed.tech/tags/storage.md>), [web](<https://devfeed.tech/tags/web.md>), [web3](<https://devfeed.tech/tags/web3.md>)

### AI overview

This article explains how Kubo v0.39's Provide Sweep becomes the default provider system for IPFS. By batching CIDs associated with the same DHT servers and systematically sweeping keyspace regions, it reports a 97% reduction in DHT lookups for a node providing 100,000 CIDs, alongside smart resume capabilities and memory optimizations.

### Source excerpt

Provide Sweep: Solving the DHT Bottleneck for Self-Hosting IPFS at Scale

## Faster Peer-to-Peer Retrieval in Browsers With Caching in the Delegated Routing HTTP Server

DevFeed: [Faster Peer-to-Peer Retrieval in Browsers With Caching in the Delegated Routing HTTP Server](<https://devfeed.tech/articles/faster-peer-to-peer-retrieval-in-browsers-with-caching-in-the-delegated-routing-http-server-35625.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2025-delegated-routing-caching/>)

Author: Daniel Norman

Published: 2025-09-05T00:00:00Z

Content type: article

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [networking](<https://devfeed.tech/topics/networking.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [helia](<https://devfeed.tech/tags/helia.md>), [http](<https://devfeed.tech/tags/http.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [peer-to-peer](<https://devfeed.tech/tags/peer-to-peer.md>)

### AI overview

The article explains how Someguy, IPFS's Delegated Routing HTTP API, uses cached provider addresses and active DHT peer probing to improve provider discovery. The changes increase the share of providers returned with addresses and support faster IPFS content retrieval in browsers and mobile applications.

### Source excerpt

How caching and active peer probing in the Someguy, the Delegated Routing server accelerates peer-to-peer content retrieval in browsers and mobile applications.

## New js-libp2p Developer Tools Enable Real-Time Debugging for js-libp2p and Helia Nodes

DevFeed: [New js-libp2p Developer Tools Enable Real-Time Debugging for js-libp2p and Helia Nodes](<https://devfeed.tech/articles/debugging-superpowers-with-the-new-js-libp2p-developer-tools-35626.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2025-js-libp2p-helia-devtools/>)

Author: Daniel Norman

Published: 2025-07-25T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [debug](<https://devfeed.tech/topics/debug.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [tracing](<https://devfeed.tech/topics/tracing.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [github](<https://devfeed.tech/tags/github.md>), [helia](<https://devfeed.tech/tags/helia.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [node](<https://devfeed.tech/tags/node.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Shipyard introduces js-libp2p inspector, a set of developer tools for inspecting and debugging js-libp2p and Helia nodes in browsers and Node.js. The tools include a browser extension, an Electron app, and a metrics package, with setup guidance and source code available on GitHub.

### Source excerpt

Discover the new js-libp2p developer tools from Shipyard that provide real-time debugging capabilities for js-libp2p and Helia nodes in both browsers and Node.js.

## IPFS News Issue 204

DevFeed: [IPFS News Issue 204](<https://devfeed.tech/articles/ipfs-news-issue-204-35635.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/newsletter-204/>)

Published: 2024-04-30T00:00:00Z

Content type: news

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [fetch](<https://devfeed.tech/topics/fetch.md>), [Networks](<https://devfeed.tech/topics/networks.md>)

Tags: [event](<https://devfeed.tech/tags/event.md>), [fetch](<https://devfeed.tech/tags/fetch.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [helia](<https://devfeed.tech/tags/helia.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [kubo](<https://devfeed.tech/tags/kubo.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [news](<https://devfeed.tech/tags/news.md>), [object-object](<https://devfeed.tech/tags/object-object.md>)

### AI overview

IPFS News 204 highlights registration for IPFS Camp 2024, the release of a fetch-like Web-native abstraction for retrieving content from IPFS-compatible networks, Helia's usage survey, and recent IPFS ecosystem updates.

### Source excerpt

Welcome to IPFS News 204! Featuring @helia/verified-fetch and the IPFS Camp 2024 track list.

## Verified IPFS Retrieval in Browsers with @helia/verified-fetch

DevFeed: [Verified IPFS Retrieval in Browsers with @helia/verified-fetch](<https://devfeed.tech/articles/verified-ipfs-retrieval-in-browsers-with-helia-verified-fetch-35638.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/verified-fetch/>)

Author: Daniel Norman

Published: 2024-04-18T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Library](<https://devfeed.tech/topics/library.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [helia](<https://devfeed.tech/tags/helia.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [library](<https://devfeed.tech/tags/library.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>)

### AI overview

The Shipyard team announces @helia/verified-fetch, a library for verified IPFS content retrieval in browsers and JavaScript runtimes. It supports IPNS and DNSLink resolution and addresses browser constraints that make peer-to-peer retrieval difficult.

### Source excerpt

Verified Fetch is a library streamlining verified retrieval of IPFS content in browsers and JS runtimes, with native support for IPNS, and DNSLink resolution