IPFS implementation in Go: a daemon that stores and serves content-addressed data, with a CLI, HTTP Gateway, and RPC API

AI Prompts & Endpoints
Agent Skills View CodeWiki Knowledge Base

Repository: ipfs/kubo


Stars: 16988

README.md

<h1 align="center">
<br>
<a href="https://github.com/ipfs/kubo/blob/master/docs/logo/"><img src="https://user-images.githubusercontent.com/157609/250148884-d6d12db8-fdcf-4be3-8546-2550b69845d8.png" alt="Kubo logo" title="Kubo logo" width="200"></a>
<br>
Kubo: IPFS Implementation in Go
<br>
</h1>

<p align="center" style="font-size: 1.2rem;">The first implementation of IPFS.</p>

<p align="center">
<a href="https://ipfs.tech"><img src="https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square" alt="Official Part of IPFS Project"></a>
<a href="https://discuss.ipfs.tech"><img alt="Discourse Forum" src="https://img.shields.io/discourse/posts?server=https%3A%2F%2Fdiscuss.ipfs.tech"></a>
<a href="https://docs.ipfs.tech/community/"><img alt="Matrix" src="https://img.shields.io/matrix/ipfs-space%3Aipfs.io?server_fqdn=matrix.org"></a>
<a href="https://github.com/ipfs/kubo/actions"><img src="https://img.shields.io/github/actions/workflow/status/ipfs/kubo/gobuild.yml?branch=master"></a>
<a href="https://github.com/ipfs/kubo/releases"><img alt="GitHub release" src="https://img.shields.io/github/v/release/ipfs/kubo?filter=!rc"></a>
</p>

<hr />

<p align="center">
<b><a href="#what-is-kubo">What is Kubo?</a></b> | <b><a href="#quick-taste">Quick Taste</a></b> | <b><a href="#install">Install</a></b> | <b><a href="#documentation">Documentation</a></b> | <b><a href="#development">Development</a></b> | <b><a href="#getting-help">Getting Help</a></b>
</p>

What is Kubo?

Kubo was the first IPFS implementation and is the most widely used one today. It takes an opinionated approach to content-addressing (CIDs, DAGs) that maximizes interoperability: UnixFS for files and directories, HTTP Gateways for web browsers, Bitswap and HTTP for verifiable data transfer.

Features:

- Runs an IPFS node as a network service (LAN mDNS and WAN Amino DHT)
- Command-line interface (ipfs --help)
- WebUI for node management
- HTTP Gateway for trusted and trustless content retrieval
- HTTP RPC API to control the daemon
- HTTP Routing V1 client and server for delegated routing
- FUSE mounts for mounting /ipfs, /ipns, and /mfs as local filesystems (experimental)
- Content blocking for public node operators

Other IPFS implementations: Helia (JavaScript), more...

Quick Taste

After installing Kubo, verify it works:

console
$ ipfs init
generating ED25519 keypair...done
peer identity: 12D3KooWGcSLQdLDBi2BvoP8WnpdHvhWPbxpGcqkf93rL2XMZK7R

$ ipfs daemon &
Daemon is ready

$ echo "hello IPFS" | ipfs add -q --cid-version 1
bafkreicouv3sksjuzxb3rbb6rziy6duakk2aikegsmtqtz5rsuppjorxsa

$ ipfs cat bafkreicouv3sksjuzxb3rbb6rziy6duakk2aikegsmtqtz5rsuppjorxsa
hello IPFS

Verify this CID is provided by your node to the IPFS network: <https://check.ipfs.network/?cid=bafkreicouv3sksjuzxb3rbb6rziy6duakk2aikegsmtqtz5rsuppjorxsa>

See ipfs add --help for all import options. Ready for more? Follow the command-line quick start.

Install

Follow the official installation guide, or choose: prebuilt binary | Docker | package manager | from source.

Prefer a GUI? Try IPFS Desktop and/or IPFS Companion.

Minimal System Requirements

Kubo runs on most Linux, macOS, and Windows systems. For optimal performance, we recommend at least 6 GB of RAM and 2 CPU cores (more is ideal, as Kubo is highly parallel).

IMPORTANT

Larger pinsets require additional memory, with an estimated ~1 GiB of RAM per 20 million items for reproviding to the Amino DHT.

CAUTION

Systems with less than the recommended memory may experience instability, frequent OOM errors or restarts, and missing data announcement (reprovider window), which can make data fully or partially inaccessible to other peers. Running Kubo on underprovisioned hardware is at your own risk.

Official Prebuilt Binaries

Download from https://dist.ipfs.tech#kubo or GitHub Releases.

Docker

Official images are published at https://hub.docker.com/r/ipfs/kubo/: ![Docker Image Version (latest semver)](https://hub.docker.com/r/ipfs/kubo/)

#### 🟢 Release Images

Use these for production deployments.

- latest and release always point at the latest stable release
- vN.N.N points at a specific release tag

console
$ docker pull ipfs/kubo:latest
$ docker run --rm -it --net=host ipfs/kubo:latest

To customize your node, pass config via -e or mount scripts in /container-init.d.

#### 🟠 Developer Preview Images

For internal testing, not intended for production.

- master-latest points at HEAD of master
- master-YYYY-DD-MM-GITSHA points at a specific commit

#### 🔴 Internal Staging Images

For testing arbitrary commits and experimental patches (force push to staging branch).

- staging-latest points at HEAD of staging
- staging-YYYY-DD-MM-GITSHA points at a specific commit

Build from Source

!GitHub go.mod Go version

bash
git clone https://github.com/ipfs/kubo.git
cd kubo
make build # creates cmd/ipfs/ipfs
make install # installs to $GOPATH/bin/ipfs

See the Developer Guide for details, Windows instructions, and troubleshooting.

Package Managers

Kubo is available in community-maintained packages across many operating systems, Linux distributions, and package managers. See Repology for the full list: ![Packaging status](https://repology.org/project/kubo/versions)

WARNING

These packages are maintained by third-party volunteers. The IPFS Project and Kubo maintainers are not responsible for their contents or supply chain security. For increased security, build from source.

#### Linux

| Distribution | Install | Version |
|--------------|---------|---------|
| Ubuntu | PPA: sudo apt install ipfs-kubo | ![PPA: twdragon](https://launchpad.net/~twdragon/+archive/ubuntu/ipfs) |
| Arch | pacman -S kubo | ![Arch package](https://archlinux.org/packages/extra/x86_64/kubo/) |
| Fedora | COPR: dnf install kubo | ![COPR: taw](https://copr.fedorainfracloud.org/coprs/taw/ipfs/) |
| Nix | nix-env -i kubo | ![nixpkgs unstable](https://search.nixos.org/packages?query=kubo) |
| Gentoo | emerge -a net-p2p/kubo | ![Gentoo package](https://packages.gentoo.org/packages/net-p2p/kubo) |
| openSUSE | zypper install kubo | ![openSUSE Tumbleweed](https://software.opensuse.org/package/kubo) |
| Solus | sudo eopkg install kubo | ![Solus package](https://packages.getsol.us/shannon/k/kubo/) |
| Guix | guix install kubo | ![Guix package](https://packages.guix.gnu.org/packages/kubo/) |
| _other_ | See Repology for the full list | |

~~Snap~~ no longer supported (#8688)

#### macOS

| Manager | Install | Version |
|---------|---------|---------|
| Homebrew | brew install ipfs | ![Homebrew](https://formulae.brew.sh/formula/ipfs) |
| MacPorts | sudo port install ipfs | ![MacPorts](https://ports.macports.org/port/ipfs/) |
| Nix | nix-env -i kubo | ![nixpkgs unstable](https://search.nixos.org/packages?query=kubo) |
| _other_ | See Repology for the full list | |

#### Windows

| Manager | Install | Version |
|---------|---------|---------|
| Scoop | scoop install kubo | ![Scoop](https://scoop.sh/#/apps?q=kubo) |
| _other_ | See Repology for the full list | |

~~Chocolatey~~ no longer supported (#9341)

Documentation

| Topic | Description |
|-------|-------------|
| Configuration | All config options reference |
| Environment variables | Runtime settings via env vars |
| Experimental features | Opt-in features in development |
| HTTP Gateway | Path, subdomain, and trustless gateway setup |
| HTTP RPC clients | Client libraries for Go, JS |
| Delegated routing | Multi-router and HTTP routing |
| Metrics & monitoring | Prometheus metrics |
| FUSE mounts | Mount /ipfs, /ipns, /mfs as local filesystems |
| Content blocking | Denylist for public nodes |
| Customizing | Unsure if use Plugins, Boxo, or fork? |
| Debug guide | CPU profiles, memory analysis, tracing |
| Changelogs | Release notes for each version |
| All documentation | Full list of docs |

Development

See the Developer Guide for build instructions, testing, and contribution workflow. AI coding agents should follow AGENTS.md.

Getting Help

- IPFS Forum - community support, questions, and discussion
- Community - chat, events, and working groups
- GitHub Issues - bug reports for Kubo specifically
- IPFS Docs Issues - documentation issues

Security Issues

See SECURITY.md.

Contributing

![](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)

We welcome contributions. See CONTRIBUTING.md and the Developer Guide.

This repository follows the IPFS Code of Conduct.

Maintainer Info

<a href="https://ipshipyard.com/"><img align="right" src="https://github.com/user-attachments/assets/39ed3504-bb71-47f6-9bf8-cb9a1698f272" /></a>

NOTE

Kubo is maintained by the Shipyard team.


> Release Process

License

Dual-licensed under Apache 2.0 and MIT:

- LICENSE-APACHE
- LICENSE-MIT