macOS
brew install ipgetlocal Homebrew formula metadata
brew
ipget のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install ipgetlocal Homebrew formula metadata
nix profile install nixpkgs#ipgetnixpkgs package indexes · pkgs/by-name/ip/ipget/package.nix · ソース: api.github.com
概要
Retrieve files over IPFS and save them locally
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ipget | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:ipget |
|---|---|
| バージョン | 0.13.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ipget |
| ホームページ | https://github.com/ipfs/ipget/ |
| リポジトリ | https://github.com/ipfs/ipget |
| 上流ドキュメント | https://github.com/ipfs/ipget#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/ipfs/ipget/archive/refs/tags/v0.13.1.tar.gz |
| 最終更新 | 2026-04-28T02:17:10Z |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ipget |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
ipget
nix profile install nixpkgs#ipgetソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.