# Installer i2p avec Homebrew, chocolatey, Nix, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de i2p pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install i2p
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:i2p
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.13.0
- **Résumé source:** Anonymous overlay network - a network within a network
- **Page d'accueil:** <https://geti2p.net>
- **Dépôt:** <https://github.com/i2p/i2p.i2p>
- **Dernière mise à jour:** 2026-07-24T02:31:05Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- eepget (alias)
- i2prouter (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.13.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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/>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
