Iniciar con Martus
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 is recommended. Java 9 or higher may not work.
Notas de la versión
- Notas de la versión
- Registro de cambios
- Registro de cambios para Debian
- Registro de cambios para Android
Pick your I2P Bundle
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

Download I2P for Windows
i2pinstall_0.9.50_windows.exeServidor réplica (mirror):

Download the file and double-click to run it.
I2P for Mac OSX

Download I2P for Mac OS X
i2pinstall_0.9.50.jarServidor réplica (mirror):

The most reliable way to launch the installer is from a terminal like this:
java -jar i2pinstall_0.9.50.jar
. This will launch the GUI installer.
Depending on how your computer is set up, you may be able to start the
installer by double-clicking the "i2pinstall_0.9.50.jar" file or
right-clicking the file and selecting "Open with Java".
Unfortunately, this behaviour is difficult to predict.
Instalación desde línea de comandos (sistemas headless):
I2P can also be installed in a terminal environment, which may be especially useful for servers, containers, or certain virtual machines. If you wish to use the installer without a GUI, you can use the commandjava -jar i2pinstall_0.9.50.jar -console
to follow
the install procedure in your terminal.
I2P for Linux

Download I2P for Linux / BSD / Solaris
i2pinstall_0.9.50.jarServidor réplica (mirror):

The most reliable way to launch the installer is from a terminal like this:
java -jar i2pinstall_0.9.50.jar
. This will launch the GUI installer.
Depending on how your computer is set up, you may be able to start the
installer by double-clicking the "i2pinstall_0.9.50.jar" file or
right-clicking the file and selecting "Open with Java".
Unfortunately, this behaviour is difficult to predict.
Instalación desde línea de comandos (sistemas headless):
I2P can also be installed in a terminal environment, which may be especially useful for servers, containers, or certain virtual machines. If you wish to use the installer without a GUI, you can use the commandjava -jar i2pinstall_0.9.50.jar -console
to follow
the install procedure in your terminal.
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

I2P is now available as a Docker package from the Docker Hub. You may retrieve the image by running the 'docker pull' command.
docker pull geti2p/i2p
Docker Hub

Download I2P Paquete de código fuente
i2psource_0.9.50.tar.bz2Servidor réplica (mirror):

También puede descargar las fuentes desde monotone o a través de Git desde git.repo.i2p o Github.
Ejecute (tar xjvf i2psource_0.9.50.tar.bz2 ; cd i2p-0.9.50 ; ant pkg)
y después ejecute el instalador gráfico o la instalación headless como más arriba.
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.
Actualizaciones desde versiones anteriores:
Hay disponibles actualizaciones de cambio de versión manuales y automáticas.

Si esta ejecutando la versión 0.7.5 o posterior su router I2P debería detectar las nuevas versiones automáticamente. Para actualizar, cuando aparezca el botón 'Descargar actualización' en la consola de su router simplemente púlselo.
Desde la 0.9.23, algunas versiones están firmadas por str4d, cuya clave de firmado ha estado en el router I2P desde la 0.9.9. Los routers I2P anteriores a la 0.9.9 no podrán verificar los ficheros de actualización firmados por str4d, y precisarán ser actualizados manualmente usando el procedimiento a continuación.

Download I2P for Actualizationes manuales
i2pupdate_0.9.50.zipServidor réplica (mirror):

- 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.
- Pulse "Reiniciar"
- Vaya a por una taza de horchata/café/cacao/mate y vuelva en 11 minutos.