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
.
- Website: https://ipfs.tech
- Licenses: Expat
- Package source: gnu/packages/ipfs.scm
- Builds: See build status
- Issues: See known issues
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.