Skip to content

mertwole/bittorrent-cli

Repository files navigation

Bittorrent-cli

Bittorrent-cli is a command-line interface Bittorrent client.

Demo

Getting binaries

Precompiled binaries

Precompiled binaries are available for Windows and Linux on the releases page

Compiling from source

Instal golang: https://go.dev/doc/install

git clone https://github.com/mertwole/bittorrent-cli.git
cd bittorrent-cli
go build .

Running application

Interactive TUI mode

./bittorrent-cli

Non-interactive mode

./bittorrent-cli --torrent [Path to torrent file] --download [Path to download folder] --interactive false

License

GNU General Public License

About

Bittorrent CLI client written in golang

Topics

Resources

License

Stars

Watchers

Forks