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

kubo

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 the latest version of kubo as follows:

guix install kubo

Or install a particular version:

guix install kubo@0.29.0

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.