i2pplus

I2PSnark (i2psnark/)

I2P-enhanced BitTorrent client with web UI, DHT, magnet links, PEX, and swarm management for anonymous file sharing over I2P. Fork of Snark.

Overview

I2PSnark brings BitTorrent to I2P with privacy built-in:

How It Differs from Regular BitTorrent

Aspect Regular BitTorrent I2PSnark
Peers IP addresses I2P destinations
Trackers Centralized DHT or local
Announce Public tracker I2P router (private)
Metadata Centralized DHT/magnet

Key Features

Packages

Building

# Gradle
./gradlew :apps:i2psnark:jar

# Ant (from repo root)
ant buildI2PSnark

Standalone Build

Creates a standalone ZIP with bundled Jetty that can run independently of the router:

ant i2psnark        # ZIP: dist/i2psnark-standalone.zip
ant i2psnark7zip    # 7z: dist/i2psnark-standalone.7z
ant i2psnark_nozip   # Directory: dist/i2psnark_standalone/