This package browser is in early development. Mind the rough edges.

kubo 0.30.0

Go implementation of IPFS, a peer-to-peer hypermedia protocol

IPFS is a global, versioned, peer-to-peer file system. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. You can also mount the world at /ipfs.

Installation

Install kubo 0.30.0 as follows:

guix install kubo@0.30.0

Or install the latest version:

guix install kubo

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.