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

Badge code

You can use the following badge to inform users of kubo about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/kubo'><img src='https://packages.guix.gnu.org/packages/kubo/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/kubo/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/kubo)

Example Org:

[[https://packages.guix.gnu.org/packages/kubo][https://packages.guix.gnu.org/packages/kubo/badges/latest-version.svg]]