filesystems/kubo - The NetBSD Packages Collection

IPFS implementation in Go

Kubo was the first IPFS implementation and is the most widely used
one today. It implements the Interplanetary Filesystem - the Web3
standard for content-addressing, interoperable with HTTP. It is
powered by IPLD's data models and libp2p for network communication.
Kubo is written in Go.

Featureset

* Runs an IPFS-Node as a network service
* Command Line Interface to IPFS-Nodes
* Local Web2-to-Web3 HTTP Gateway functionality
* HTTP RPC API (/api/v0) to access and control the daemon
* IPFS's internal Webgui can be used to manage the Kubo nodes

IPFS is a global, versioned, peer-to-peer filesystem. It combines
good ideas from previous systems such as 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.

Build dependencies

lang/go121 pkgtools/mktools devel/gmake pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64kubo-0.23.0nb3.tgz
NetBSD 10.0aarch64kubo-0.19.2nb5.tgz
NetBSD 10.0aarch64kubo-0.23.0nb5.tgz
NetBSD 10.0earmv7hfkubo-0.23.0nb3.tgz
NetBSD 10.0earmv7hfkubo-0.19.2nb5.tgz
NetBSD 10.0earmv7hfkubo-0.23.0nb5.tgz
NetBSD 10.0i386kubo-0.23.0nb5.tgz
NetBSD 10.0i386kubo-0.23.0nb3.tgz
NetBSD 10.0x86_64kubo-0.23.0nb5.tgz
NetBSD 10.0x86_64kubo-0.23.0nb3.tgz
NetBSD 8.0x86_64kubo-0.19.2nb5.tgz
NetBSD 8.0x86_64kubo-0.23.0nb3.tgz
NetBSD 9.0aarch64kubo-0.23.0nb3.tgz
NetBSD 9.0aarch64kubo-0.19.2nb5.tgz
NetBSD 9.0aarch64kubo-0.23.0nb5.tgz
NetBSD 9.0earmv7hfkubo-0.23.0nb3.tgz
NetBSD 9.0earmv7hfkubo-0.23.0nb5.tgz
NetBSD 9.0i386kubo-0.23.0nb5.tgz
NetBSD 9.0i386kubo-0.23.0nb3.tgz
NetBSD 9.0x86_64kubo-0.23.0nb5.tgz
NetBSD 9.0x86_64kubo-0.23.0nb3.tgz
NetBSD 9.3x86_64kubo-0.23.0nb5.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.