入门指南
Basic Steps
For most platforms and systems, setting I2P installed and running will consist of up to three steps.
- Install Java: I2P is written in Java and requires
a Java system to be installed to run. In addition to the I2P download, you need to install Java if you do not have it
already installed. I2P requires Java Runtime Version 7 or higher.
(Oracle,
OpenJDK, or
IcedTea
Java Version 7 or 8 recommended,
except Raspberry Pi: OpenJDK 9 for ARM,
PowerPC: IBM Java SE 7 or 8)
Determine your installed Java version here or type java -version at your command prompt. Only two platforms do not require Java to be installed before I2P is installed, those platforms are: - Android: Android comes with a Java virtual machine as part of the platform, which I2P for Android uses. Therefore it is not necessary to install Java to use I2P for Android.
- Debian and Ubuntu: On Debian and Ubuntu when using a .deb package to install, the system will automatically install and configure a Java environment for you.
- Install I2P: Once you have Java installed, you should run the I2P installer for your platform. This step applies to all systems.
- Install/Configure a Browser(Optional): Finally, you'll need to configure applications to use I2P. Many applications can use I2P, but the first application most people configure is a Web Browser for browsing I2P sites. Detailed instructions are available on the Browser Page.
Windows:推荐 Java 8。Java 9 及以上可能无法工作。
发布说明
选择您的 I2P 套件
When you download the I2P software bundle, you get everything you need to connect and start participating in the I2P network and community. It even includes basic applications for every user, like e-mail, bittorrent, and a basic I2P Site for you to personalize and share.
After you've installed, a set up wizard will help you configure a few important things like how much bandwidth you would like to share while your router begins to make connections to the network. After the set up wizard is complete, you will be directed to the console home page where you can access the rest of the applications or configure, monitor, or troubleshoot your I2P connections.
I2P for Windows

下载此文件并双击运行。
I2P for Mac OSX

启动安装器的最可靠方法是从终端运行:
java -jar i2pinstall_0.9.50.jar
。这将启动图形界面安装器。取决于您的计算机设置,您可能可以双击 "i2pinstall_0.9.50.jar" 文件启动安装器或右键单击文件并选择 "通过 Java 打开"。不幸的是,行为难以预测。
命令行(无图形界面)安装:
I2P 也可以在终端环境中安装,在服务器,容器或某些虚拟机中尤其有用。如果您希望使用无图形界面安装包,您可以使用命令java -jar i2pinstall_0.9.50.jar -console
在终端中跟随安装步骤。
I2P for Linux

启动安装器的最可靠方法是从终端运行:
java -jar i2pinstall_0.9.50.jar
。这将启动图形界面安装器。取决于您的计算机设置,您可能可以双击 "i2pinstall_0.9.50.jar" 文件启动安装器或右键单击文件并选择 "通过 Java 打开"。不幸的是,行为难以预测。
命令行(无图形界面)安装:
I2P 也可以在终端环境中安装,在服务器,容器或某些虚拟机中尤其有用。如果您希望使用无图形界面安装包,您可以使用命令java -jar i2pinstall_0.9.50.jar -console
在终端中跟随安装步骤。
I2P for Debian and Ubuntu

I2P is available in the official repositories for Ubuntu Bionic and later, and Debian Buster and Sid. However, Debian Buster and Ubuntu Bionic (LTS) distributions will have older I2P versions. If you are not running Debian Sid or the latest Ubuntu release, use our Debian repo or Launchpad PPA to ensure you're running the latest I2P version.
I2P for Android

I2P for Docker


另外,您可以通过 monotone 或通过 Git 从 git.repo.i2p 或 Github 获取源码。
运行 (tar xjvf i2psource_0.9.50.tar.bz2 ; cd i2p-0.9.50 ; ant pkg)
然后按前述方式运行 GUI 安装包或无图形界面安装。
Android source is in git and on Github. Android builds require the I2P source. See the documentation in the Android source for additional build requirements and instructions.
从早期发布版本更新:
此发布版本自动和手动升级都可用。

如果您正在运行 0.7.5 或更高版本,您的路由应该检测到新发布版本。 只需在路由控制台中出现“下载更新”按钮时点击即可。
自 0.9.23 起,一些发布版本由 str4d 签名,他的签名密钥已在版本 0.9.9 加入路由器。 版本低于 0.9.9 的路由器无法验证由 str4d 签名的升级文件,需要按照下面的方法手动更新。

- Download the file to your I2P installation directory and rename as i2pupdate.zip. (alternately, you can get the source as above and run "ant updater", then copy the resulting i2pupdate.zip to your I2P installation directory). You do NOT need to unzip the file.
- 单击“重启”
- 喝杯咖啡 11 分钟后回来