git clone https://github.com/JuanForge/KoriShare.git
cd KoriShare
update.bat stable
python -m venv .venv
call .venv\Scripts\activate.bat
pip install -r requirements.txtgit clone https://github.com/JuanForge/KoriShare.git
cd KoriShare
chmod +x ./update.sh
./update.sh stable
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtKoriShare is a peer-to-peer (P2P) file‑transfer system. Files do not go through a central server—they are exchanged directly between machines.
The network is powered by users who download files. When a user downloads, they receive chunks (small pieces of the file) and redistribute them to other nodes. This reduces the load on the sender, speeds up downloads through multi‑source sharing, and keeps the file available even if the sender disconnects
