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
.
- Versions: 0.30.0
- Website: https://ipfs.tech
- Licenses: Expat
- Package source: gnu/packages/ipfs.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of kubo
as follows:
guix install kubo
Or install a particular version:
guix install kubo@0.30.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
HTML: <a href='http://127.0.0.1:3000/packages/kubo/'><img src='http://127.0.0.1:3000/packages/kubo/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/kubo/badges/latest-version.svg)](http://127.0.0.1:3000/packages/kubo/) Org: [[http://127.0.0.1:3000/packages/kubo/][http://127.0.0.1:3000/packages/kubo/badges/latest-version.svg]]