Kubo v0.33.2
😎
=> ipfs.tech
=> https://docs.ipfs.tech/how-to/command-line-quick-start/
Kubo was the first IPFS implementation and is the most widely used one today. Implementing the Interplanetary Filesystem - the Web3 standard for content-addressing, interoperable with HTTP. Thus powered by IPLD's data models and the libp2p for network communication. Kubo is written in Go.
Featureset
- HTTP Gateway (https://specs.ipfs.tech/http-gateways/) (/ipfs and /ipns) functionality for trusted and trustless (https://docs.ipfs.tech/reference/http/gateway/#trustless-verifiable-retrieval) content retrieval
- HTTP Routing V1 (https://specs.ipfs.tech/routing/http-routing-v1/) (/routing/v1) client and server implementation for delegated routing (https://github.com/ipfs/kubo/blob/master/docs/delegated-routing.md) lookups
- HTTP Kubo RPC API (https://docs.ipfs.tech/reference/kubo/rpc/) (/api/v0) to access and control the daemon
- Command Line Interface (https://docs.ipfs.tech/reference/kubo/cli/) based on (/api/v0) RPC API
- WebUI (https://github.com/ipfs/ipfs-webui/#readme) to manage the Kubo node
- Content blocking (https://github.com/ipfs/kubo/blob/master/docs/content-blocking.md) support for operators of public nodes
Changelog:
=> https://github.com/ipfs/kubo/releases/tag/v0.33.0
=> https://github.com/ipfs/kubo/releases/tag/v0.33.1
=> https://github.com/ipfs/kubo/releases/tag/v0.33.2
#IPFS