# ipget を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:ipget
```

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

### macOS

- Homebrew (100%):

```sh
brew install ipget
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ipget
```

  証拠: nixpkgs package indexes: pkgs/by-name/ip/ipget/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:ipget
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.13.1
- **ソース概要:** Retrieve files over IPFS and save them locally
- **ホームページ:** <https://github.com/ipfs/ipget/>
- **リポジトリ:** <https://github.com/ipfs/ipget>
- **最終更新:** 2026-07-26T04:07:51+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- ipget (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.13.1
## プロジェクトの歴史と使われ方

ipget is an IPFS command-line downloader: the project describes it as `wget for IPFS`, focused on retrieving files and directory structures from the IPFS network and saving them locally.

### プロジェクトの歴史

The GitHub repository was created in 2015 under the IPFS organization. Its README frames the tool as a standalone downloader with its own IPFS node, so users do not need a separate IPFS daemon just to fetch content.

A 2016 1.0.0 roadmap shows the early project goals clearly: reliable retrieval, better first-time user experience, binary distribution, and availability through major package managers.

### 採用の歴史

ipget's adoption niche is narrower than the core IPFS daemon: it serves users who want a simple fetch command for IPFS content rather than a full node-management workflow.

The project ships binaries through IPFS distribution channels and appears in Homebrew and Nix, matching the roadmap's emphasis on package-manager availability.

### 使われ方

Users pass an IPFS path, CID, or IPNS path and optionally choose an output path. The command can use local, spawned, temporary, or fallback node strategies and can display progress.

The package is useful in scripts that need to fetch content-addressed data without teaching the script how to manage a long-running IPFS daemon.

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

ipget is package-nerdy because it maps the familiar Unix downloader shape onto a content-addressed network. It is smaller in scope than Kubo/go-ipfs, but that is exactly why it fits package-manager culture: install one binary, fetch one thing.

It also documents a common IPFS packaging tension: users want IPFS retrieval as a normal CLI utility, while the underlying protocol normally implies node behavior, peers, and network bootstrapping.

### タイムライン

- 2015: GitHub repository created under the IPFS organization.
- 2016: 1.0.0 roadmap calls out reliable builds and retrieval, first-time user experience, binary releases, and package-manager distribution.
- 2023: v0.10.0 release published on GitHub.
- 2026: v0.13.1 release published on GitHub.

### Related projects

- IPFS provides the protocol and network that ipget retrieves from.
- GNU wget is the user-interface analogy cited by the ipget README.
- Kubo/go-ipfs is the fuller IPFS node implementation that ipget avoids requiring for simple downloads.

### ソース

- <https://github.com/ipfs/ipget>
- <https://github.com/ipfs/ipget/issues/18>
- <https://github.com/ipfs/ipget/releases>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - ipget: normalized package name match | nixpkgs package indexes: pkgs/by-name/ip/ipget/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/ipget.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ipget.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
