Русский | 日本語 | 中文 | हिन्दी | བོད་ཡིག | فارسی
This is the source code for the soft-fork of the Java implementation of I2P.
Latest release: https://i2pplus.github.io/
See INSTALL.md or https://i2pplus.github.io/ for installation instructions.
API: http://docs.i2p-projekt.de/javadoc/ or run 'ant javadoc' then start at build/javadoc/index.html
Please check out HACKING.md and other documents in the docs directory.
To get development branch from source control: https://gitlab.com/i2p.plus/I2P.Plus/
- Java SDK (preferably Oracle/Sun or OpenJDK) 1.8.0 or higher
- Non-linux operating systems and JVMs: See https://trac.i2p2.de/wiki/java
- Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel) require only Java 1.6
- Apache Ant 1.9.8 or higher
- The xgettext, msgfmt, and msgmerge tools installed from the GNU gettext package http://www.gnu.org/software/gettext/
- Build environment must use a UTF-8 locale.
On x86 systems run the following (this will build using IzPack4):
ant pkg
On non-x86, use one of the following instead:
ant installer-linux
ant installer-freebsd
ant installer-osx
ant installer-windows
If you want to build with IzPack5, download from: http://izpack.org/downloads/ and then install it, and then run the following command(s):
ant installer5-linux
ant installer5-freebsd
ant installer5-osx
ant installer5-windows
To build an unsigned update for an existing installation, run:
ant updater
If you have issues building a full installer (Java14 and later may generate build errors for izpack relating to pack200), you can build a full installation zip which can be extracted and run in situ:
ant zip-linux
ant zip-freebsd
ant zip-macos
ant zip-windows
Run 'ant' with no arguments to see other build options.
For more information how to run I2P in Docker, see docker/README.md
Need help? See the IRC channel #saltR on the I2P IRC network
Bug reports: https://i2pgit.org/i2p-hackers/i2p.i2p/-/issues or https://github.com/I2PPlus/i2pplus/issues
I2P+ is licensed under the AGPL v.3.
For the various sub-component licenses, see: LICENSE.txt
- docs/README.md - Full documentation index
- docs/INSTALL.md - Installation guide
- docs/INSTALL-headless.md - Headless (console mode) installation
- docs/HACKING.md - Developer guide and build systems
- docs/DIRECTORIES.md - Source tree layout and where to find things
- docs/checklist.md - Release checklist and process
- docs/i2p-sessionban-nftables.md - Managing I2P session bans with nftables
- docs/history.txt - Full changelog
- docs/licenses/README.md - Third-party licenses
- docker/README.md - Running I2P+ in Docker
- scripts/README.md - Utility scripts for development and administration
- scripts/tests/README.md - Validation and testing scripts
- installer/resources/README.md - Bundled installer resources
- installer/lib/jbigi/README.md - Native JNI library for cryptography (GMP)