go install github.com/asabellico/kerbetor@latestMake sure TOR is installed on your system and available in your PATH:
macOS (Homebrew)
brew install torDebian/Ubuntu
sudo apt-get update && sudo apt-get install -y torFedora/RHEL
sudo dnf install -y torArch Linux
sudo pacman -S torWindows (Chocolatey)
choco install tor -ykerbetor http://myonionsite.onion/file1kerbetor http://myonionsite.onion/file1 --parallel-downloads 10 --tor-circuits 5To control the number of chunks (overrides --chunk-size):
kerbetor http://myonionsite.onion/file1 --chunks 8Download multiple links from a text file (one URL per line):
kerbetor --input-file urls.txtTo place all downloads in a directory, pass --output as a folder:
kerbetor --input-file urls.txt --output downloadsInstall the current local source (from this repo):
go install .Build and run directly (useful for iterative changes):
go run ./main.go <remote url>Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
