Zero dependency, small footprint, cross-platform I2P Java Router with a simple tunnel controller and SAM interface
NANO
is a wrapper of I2P.core using only a subset of it's massive codebase.
This project is a fork of github.com/i2p-zero/i2p-zero made by @nurviro, @dginovker, @Malinero, @eyedeekay, @jtgrassie & @knaccc.
Clone it.
git clone https://github.com/syvita/nano.git
Enter it.
cd nano
Build it.
chmod 777 ./build.sh && ./build.sh
Unarchive it.
unzip dist-zip/NANO-${YOUR_OPERATING_SYSTEM}.${VERSION}.zip
Run it.
# MAC OS
chmod 777 ./dist-zip/NANO-mac.${VERSION}/router/bin/launch.sh
./dist-zip/NANO-mac.${VERSION}/router/bin/launch.sh
# LINUX
chmod 777 ./dist-zip/NANO-linux.${VERSION}/router/bin/i2p-zero
./dist-zip/NANO-linux.${VERSION}/router/bin/i2p-zero