# libp2p

Published articles for libp2p.

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

## 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.

## Announcing the IPFS Camp 2024 Track List

DevFeed: [Announcing the IPFS Camp 2024 Track List](<https://devfeed.tech/articles/announcing-the-ipfs-camp-2024-track-list-35633.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/ipfs-camp-2024-track-list/>)

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

Content type: release

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>), [data](<https://devfeed.tech/topics/data.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [databases](<https://devfeed.tech/tags/databases.md>), [decentralized](<https://devfeed.tech/tags/decentralized.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [networking](<https://devfeed.tech/tags/networking.md>), [object-object](<https://devfeed.tech/tags/object-object.md>)

### AI overview

IPFS Camp 2024 announces its track list for the July 11-13 event in Brussels. The program covers decentralized applications and publishing, public records and human rights, AI ethics and ownership, climate resilience, large-scale data synchronization, and libp2p networking.

### Source excerpt

To give you a taste of what kinds of topics IPFS Camp will cover this year, we're excited to share the 2024 track list!

## Interplanetary Shipyard Introduces Its Team and Roadmap for IPFS and libp2p

DevFeed: [Interplanetary Shipyard Introduces Its Team and Roadmap for IPFS and libp2p](<https://devfeed.tech/articles/ipfs-libp2p-devs-go-independent-meet-interplanetary-shipyard-35637.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/shipyard-hello-world/>)

Author: Adin Schmahmann

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

Content type: release

Language: en

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

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [decentralized-web](<https://devfeed.tech/topics/decentralized-web.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [coding-community](<https://devfeed.tech/topics/coding-community.md>)

Tags: [decentralized-web](<https://devfeed.tech/tags/decentralized-web.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Interplanetary Shipyard, an independent collective of maintainers, introduces its team and roadmap for supporting open-source projects in the IPFS and libp2p ecosystem. The post describes initiatives involving browser retrieval, minimal HTTP-based protocols, and debugging tools.

### Source excerpt

Meet the team behind Interplanetary Shipyard, the newly created entity of many core maintainers behind the most popular implementations of IPFS and libp2p.