You can download the latest releases from the github releases page: Releases

Running From Source

If you wish to run goTorrent from go source:

  • First install the go binary release from Go Downloads. Version 1.9+ is required for goTorrent.

  • Follow the directions on the website to install Go correctly

  • go get github.com/deranjer/goTorrent

  • Then cd into that folder in your go source path and get all of the dependencies: go get ./...

  • Then run go run main.go and you should be up and running once it builds.