Automic VaultAutomic Vault

brew

kubo を Homebrew, apk, Nix, pacman, zypper, scoop, MacPorts でインストール

kubo のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install kubo

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install ipfs

MacPorts ports tree · net/ipfs/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add kubo

Alpine Linux edge package indexes · kubo · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#kubo

nixpkgs package indexes · pkgs/by-name/ku/kubo/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S kubo

Arch Linux sync databases · kubo · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install kubo

openSUSE Tumbleweed package metadata · kubo · ソース: download.opensuse.org

Windows

Scoop確認済み · 92%
scoop install main/kubo

Scoop official bucket manifest trees · bucket/kubo.json · ソース: api.github.com

概要

パッケージ概要

Peer-to-peer hypermedia protocol

履歴

プロジェクトの歴史と使われ方

Kubo is the Go implementation of IPFS and the command-line `ipfs` daemon most associated with running an IPFS node. The project was originally known as go-ipfs and was renamed Kubo in 2022.

プロジェクトの歴史

Kubo originated as the first implementation of IPFS, the content-addressed, peer-to-peer hypermedia protocol. The repository describes Kubo as an opinionated implementation that prioritizes interoperability through CIDs, DAGs, UnixFS, HTTP gateways, Bitswap, and verifiable retrieval over HTTP.

The 2022 rename from Go-IPFS to Kubo was part of a broader IPFS ecosystem cleanup: IPFS stewards wanted the name IPFS to refer to protocols and conventions rather than to a single Go implementation. Kubo v0.14.0 changed the published artifact name, Docker image name, and libp2p user agent while dual-publishing old names to reduce breakage.

採用の歴史

Kubo became the standard CLI path for users who wanted more granular control than IPFS Desktop. Official docs describe it as the first and most widely used IPFS implementation, and its packaging spans direct distribution from dist.ipfs.tech, Docker images, Homebrew, Linux distributions, Nix, Scoop, and other package managers.

Because Kubo exposes both a daemon and CLI, it also became infrastructure for applications that need local IPFS storage, pinning, gateways, RPC control, and DHT participation. Its release process documentation describes a regular release cadence with staged testing across unit, interop, integration, IPFS apps, production environments, and community testers.

使われ方

Users typically initialize a repository with `ipfs init`, start a node with `ipfs daemon`, add content with `ipfs add`, retrieve content with `ipfs cat`, and manage node behavior through the Kubo CLI or HTTP RPC API. Configuration and identity material live in the IPFS repository, commonly `$IPFS_PATH`, with the config file used for networking, datastore, gateway, API, and identity settings.

パッケージ好きにとっての重要性

Kubo is package-nerd significant because it is both a user CLI and a network node implementation for a protocol stack. Package managers are not merely distributing a helper binary; they are distributing a long-running peer-to-peer daemon with repository migrations, DHT behavior, gateway semantics, RPC compatibility, and a compatibility story that survived the go-ipfs-to-kubo rename.

タイムライン

  • 2015: IPFS's first implementation emerged as the Go implementation later known as go-ipfs.
  • 2022: Kubo v0.14.0 renamed Go-IPFS to Kubo and dual-published old and new artifact names.
  • 2025: Kubo v0.39 stopped publishing the deprecated go-ipfs name as a normal release artifact.
  • 2020s: The project documents a regular release process with staged testing and QA across IPFS apps and production environments.

Related projects

  • Kubo is related to the IPFS protocol specifications, libp2p, UnixFS, Bitswap, IPFS Desktop, IPFS WebUI, Helia, HTTP gateways, delegated routing, and the wider multiformats ecosystem.

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service

信号

  • metadata:service
  • text:media

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
$IPFS_PATH/config

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
$IPFS_PATH/config

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
ipfscliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版0.42.0
マネージャ更新日2026-06-08
ローカルデータOK
上流最新
検出された最新v0.42.0

https://github.com/ipfs/kubo

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:kubo
バージョン0.42.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/kubo
ホームページhttps://docs.ipfs.tech/how-to/command-line-quick-start/
リポジトリhttps://github.com/ipfs/kubo
上流ドキュメントhttps://docs.ipfs.tech/install/command-line
ライセンスMIT AND (MIT OR Apache-2.0)
ソースアーカイブhttps://github.com/ipfs/kubo/archive/refs/tags/v0.42.0.tar.gz
最終更新2026-06-08T13:58:59Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namekubo
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

kubo

nix profile install nixpkgs#kubo
  • normalized package name match
  • 一致条件: Kubo
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ku/kubo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

kubo 0.41.0-r1

Inter Platnetary File System (IPFS), a peer-to-peer hypermedia distribution protocol

https://ipfs.tech/

sudo apk add kubo
  • License: MIT Apache-2.0
  • Architecture: x86_64
  • Source Package: kubo
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Kubo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kubo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kubo-bash-completion 0.41.0-r1

Bash completions for kubo

https://ipfs.tech/

sudo apk add kubo-bash-completion
  • License: MIT Apache-2.0
  • Architecture: x86_64
  • Source Package: kubo
  • normalized package name match
  • 一致条件: Kubo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kubo-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kubo-doc 0.41.0-r1

Inter Platnetary File System (IPFS), a peer-to-peer hypermedia distribution protocol (documentation)

https://ipfs.tech/

sudo apk add kubo-doc
  • License: MIT Apache-2.0
  • Architecture: x86_64
  • Source Package: kubo
  • normalized package name match
  • 一致条件: Kubo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kubo-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kubo-fish-completion 0.41.0-r1

Fish completions for kubo

https://ipfs.tech/

sudo apk add kubo-fish-completion
  • License: MIT Apache-2.0
  • Architecture: x86_64
  • Source Package: kubo
  • normalized package name match
  • 一致条件: Kubo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kubo-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kubo-migration 0.41.0-r1

Inter Platnetary File System (IPFS), a peer-to-peer hypermedia distribution protocol (15 to 16 migration)

https://ipfs.tech/

sudo apk add kubo-migration
  • License: MIT Apache-2.0
  • Architecture: x86_64
  • Source Package: kubo
  • 1 提供
  • normalized package name match
  • 一致条件: Kubo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kubo-migration from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kubo-openrc 0.41.0-r1

Inter Platnetary File System (IPFS), a peer-to-peer hypermedia distribution protocol (OpenRC init scripts)

https://ipfs.tech/

sudo apk add kubo-openrc
  • License: MIT Apache-2.0
  • Architecture: x86_64
  • Source Package: kubo
  • normalized package name match
  • 一致条件: Kubo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kubo-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

kubo-zsh-completion 0.41.0-r1

Zsh completions for kubo

https://ipfs.tech/

sudo apk add kubo-zsh-completion
  • License: MIT Apache-2.0
  • Architecture: x86_64
  • Source Package: kubo
  • normalized package name match
  • 一致条件: Kubo
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: kubo-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

kubo 0.42.0-1

IPFS implementation in Go

https://github.com/ipfs/kubo

sudo pacman -S kubo
  • License: MIT
  • Architecture: x86_64
  • 1 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Kubo
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: kubo from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

kubo 0.40.1-1.1

IPFS implementation in Go

https://github.com/ipfs/kubo

sudo zypper install kubo
  • License: MIT
  • Category: Productivity/Networking/Other
  • Architecture: x86_64
  • Source Package: kubo
  • 5 依存関係
  • 3 提供
  • normalized package name match
  • 一致条件: Kubo
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kubo from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Scoop95%

main/kubo

scoop install main/kubo
  • normalized package name match
  • 一致条件: Kubo
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/kubo.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
MacPorts94%

ipfs

sudo port install ipfs
  • installed executable or alias match
  • 一致条件: Ipfs
MacPorts ports tree · api.github.com · MacPorts ports tree: net/ipfs/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment