i2psnark/)I2P-enhanced BitTorrent client with web UI, DHT, magnet links, PEX, and swarm management for anonymous file sharing over I2P. Fork of Snark.
I2PSnark brings BitTorrent to I2P with privacy built-in:
| Aspect | Regular BitTorrent | I2PSnark |
|---|---|---|
| Peers | IP addresses | I2P destinations |
| Trackers | Centralized | DHT or local |
| Announce | Public tracker | I2P router (private) |
| Metadata | Centralized | DHT/magnet |
.i2p torrent linksorg.klomp.snark - Torrent engine, peer coordination, storage, tracker, DHTorg.klomp.snark.web - Web UI servlets# Gradle
./gradlew :apps:i2psnark:jar
# Ant (from repo root)
ant buildI2PSnark
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/