# 使用 Homebrew, chocolatey, Nix, scoop 安装 i2p

查看 i2p 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:i2p
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install i2p
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#i2p
```

  证据: nixpkgs package indexes: pkgs/by-name/i2/i2p/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install i2p
```

  证据: Chocolatey community package catalog: i2p from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','handbrake.install'

- Scoop (92%):

```sh
scoop install main/i2p
```

  证据: Scoop official bucket manifest trees: bucket/i2p.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:i2p
- **软件包管理器:** Homebrew
- **版本:** 2.13.0
- **来源摘要:** Anonymous overlay network - a network within a network
- **主页:** <https://geti2p.net>
- **仓库:** <https://github.com/i2p/i2p.i2p>
- **最后更新:** 2026-07-24T02:31:05Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- eepget (别名)
- i2prouter (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.13.0
## 项目历史与用法

I2P, the Invisible Internet Project, is a Java reference implementation of an anonymous overlay network. It provides a private network layer for applications such as anonymous web sites, chat, file sharing, mail, and other services that communicate through I2P destinations rather than ordinary public IP endpoints.

### 项目历史

The official I2P overview describes the project as an engineering effort, not an academic or commercial research project, and says active development began in early 2003. Its architecture centers on routers, destinations, unidirectional inbound and outbound tunnels, garlic-encrypted messages, and a distributed network database.

The i2p.i2p repository is the reference Java implementation. The README points to platform installers, documentation, package-building instructions, and I2P's separate bug-tracking surfaces. GitHub mirrors and release assets provide a conventional source distribution path while I2P's own site remains the user-facing download and documentation hub.

Over time the project evolved from core anonymizing-router work into a bundled application environment with I2PTunnel, I2PSnark, Susimail, address books, streaming APIs, plugin/application support, and cross-platform packaging.

### 采用历史

I2P's adoption came from privacy-conscious users and developers who wanted an application-oriented anonymous network distinct from Tor's exit-to-clearnet model. Official docs emphasize interactive services inside the network, including web hosting, bulletin boards, search, chat, file sharing, mail, blogs, and content syndication.

Package managers make I2P easier to deploy as a background router. Homebrew exposes eepget and i2prouter, while other ecosystems distribute installers or packages for desktop, server, and Android use.

### 使用方式

Users run an I2P router, then connect applications to local services such as HTTP proxies, I2PTunnel, or application APIs. The network handles tunnel selection, lease sets, router info lookups, and end-to-end encrypted message delivery.

Developers use I2P when they want application traffic to stay inside an anonymous overlay rather than leave through exit nodes. The Java implementation also serves as the reference for specifications and behavior used by related clients.

### 为什么软件包爱好者会关心

I2P is package-nerd significant because it packages an entire privacy network as local executables and services. A package install is not merely a CLI tool; it brings a router, update machinery, bundled apps, Java dependencies, and network bootstrap behavior.

It also shows how privacy infrastructure has to balance repository mirrors, signed installers, platform-specific bundles, and package-manager formulas without reducing trust to a single download path.

### 时间线

- 2003: I2P active development began, according to the official overview.
- 2012: The i2p.i2p GitHub repository was created as a public source mirror.
- 2024: I2P 2.6.0 release notes described reliability work, I2PSnark improvements, transport simplification, and peer-selection changes.
- 2026: I2P release assets continued to be published from i2p.net through GitHub release tags.

### Related projects

- Related projects include i2pd, I2PTunnel, I2PSnark, Susimail, I2P-Bote, I2Phex, Tor, Freenet, GNUnet, and the I2P specifications maintained by the project.

### 来源

- <https://formulae.brew.sh/formula/i2p>
- <https://github.com/i2p/i2p.i2p>
- <https://i2p.net/en/docs/overview/intro/>
- <https://i2p.net/en/docs/overview/network-database/>


## 安全说明

broad file, network, media, or database tool signal.

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

- Nix - i2p: normalized package name match | nixpkgs package indexes: pkgs/by-name/i2/i2p/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Chocolatey - i2p: normalized package name match | Chocolatey community package catalog: i2p from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','handbrake.install'
- Scoop - main/i2p: normalized package name match | Scoop official bucket manifest trees: bucket/i2p.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/i2p.yml](https://github.com/mxcl/pkgdb/blob/main/combined/i2p.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
