node-ipld(latest: 0.1.0) Node.js implementation of the IPLD (InterpPlanetary Linked Data)
abstract-record-store(latest: 0.1.1) A test suite and interface you can use to implement a a IPRS compliant(https://github.com/ipfs/specs/tree/master/records) Record Store
ipfs-kad-record-store(latest: 0.1.0) Node.js implementation of IPFS kademlia Peer Routing Record Store
ipfs-record(latest: 0.0.2) Node.js IPFS Record implementation
webrtc-explorer(latest: 2.0.0-alpha-v0) P2P Network Routing Overlay designed for the Web platform (browsers)
multiplex(latest: 6.7.0) A binary stream multiplexer. Stream multiple streams of binary data over a single binary stream.
merkledag-store(latest: 0.1.3) JavaScript Implementation of the MerkleDAG Store
interface-record-store(latest: 0.1.3) A test suite and interface you can use to implement a a IPRS compliant(https://github.com/ipfs/specs/tree/master/records) Record Store
ipfs-drs(latest: 0.1.2) Node.js Implementation of the Distributed Record Store
libp2p-kad-record-store(latest: 0.2.2) Node.js implementation of IPFS kademlia Peer Routing Record Store
simple-websocket-server(latest: 0.1.4) WebSockets server that mimics the Node.js `net` module API, yielding duplex streams instead of the 'onmessage/send' WebSockets API. Compatible with simple-websocket (https://github.com/feross/simple-websocket)
remap-keys(latest: 1.0.4) Rename the keys of a JavaScript Object simply by using a map/dict to do it
timed-tape(latest: 0.1.1) Prints the time each tape test took
ipfs-merkle-dag(latest: 0.7.3) A JavaScript implementations of the IPFS MerkleDAG implementations (protobufs)
js-ipfs(latest: 0.0.301) We've deprecated the name `js-ipfs` in favor of just `ipfs`
libp2p-ipfs(latest: 0.15.0) The libp2p build (module) used by js-ipfs on Node.js
time-cache(latest: 0.3.0) A key-value cache that puts a expiry date on its entries.
ipld-eth-tx(latest: 1.0.1) JavaScript Implementation of the IPLD format - Ethereum Transaction
ipld-eth-block-list(latest: 1.0.4) JavaScript Implementation of the IPLD format - Ethereum Block List
ipld-eth-account-snapshot(latest: 1.0.1) JavaScript Implementation of the IPLD format - Ethereum Account Snapshot
ipld-eth-tx-trie(latest: 1.0.1) JavaScript Implementation of the IPLD format - Ethereum Transaction Trie
p2pcat(latest: 0.0.0) A netcat like utility but for the p2p Internet
github-to-omnifocus(latest: 0.1.0) Sync the issues assigned to you, to omnifocus
ipscend(latest: 0.4.3) Web Application publishing made simple and distributed with IPFS
@ipld/generics(latest: 0.0.3) This section describes only the operations for which there is currently an implementation. For a more exhaustive list of operations we may support in the future read [IPLD Multi-block Collections](https://github.com/ipld/specs/blob/master/schema-layer/dat
interface-transport(latest: 0.7.0) A test suite and interface you can use to implement a transport.
interface-stream-muxer(latest: 0.8.0) A test suite and interface you can use to implement a stream muxer.
delta-crdts(latest: 0.10.3) Delta-based State CRDTs
libp2p-webrtc-direct(latest: 0.4.0) Dial using WebRTC without the need to set up any Signalling Rendezvous Point!
ipfs-or-gateway(latest: 2.1.0) Download an hash via IPFS, falling back to an HTTP Gateway.
pull-ndjson(latest: 0.2.0) A pull-streams ndjson parser and serializer, inspired by and compatible with [ndjson](https://www.npmjs.com/package/ndjson).
peer-book(latest: 0.9.2) Peer Store for libp2p and IPFS
ipfs-multipart(latest: 0.3.0) A set of utilities to help dealing with IPFS multipart.
package-table(latest: 0.5.5) Auto generate a package table in markdown from JSON
ipfs-bitswap(latest: 4.0.0) Node.js implementation of the Bitswap data exchange protocol used by IPFS
ipld(latest: 0.28.0) The JavaScript Implementation of IPLD
datastore-core(latest: 2.0.1) Wrapper implmentation for interface-datastore
datastore-fs(latest: 2.0.2) Datastore implementation with file system backend
simple-raytracer(latest: 2.0.0) standalone version of the JS raytracer built for [distracer.io](http://distracer.io), which was inspired by [jsRayTracer](https://github.com/vjeux/jsRayTracer).
libp2p-websockets(latest: 0.15.0) JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec
libp2p-kad-dht(latest: 0.20.3) JavaScript implementation of the Kad-DHT for libp2p
libp2p-floodsub(latest: 0.24.1) libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).
@ipld/car(latest: 0.1.2) Content Addressable aRchive format reader and writer
ipfsd-ctl(latest: 7.2.0) Spawn IPFS Daemons, JS or Go
libp2p-tcp(latest: 0.15.2) Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces
libp2p-webrtc-star(latest: 0.20.6) libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star