• Install Go language on your operating system

  • Open shell

  • Configure git package manager

    git config --global http.<https://pkg.re.followRedirects> true
    
  • Clone pyRevit repository using git

    git clone <https://github.com/eirannejad/pyRevit.git>
    
  • Change directory to <install_path>/dev/pyRevitTelemetryServer

  • Run the go command below to download and update all dependencies

    go get -d ./...
    
  • Now build the server

    go build -o pyrevit-telemetryserver
    

    The server binary is named pyrevit-telemetryserver and is placed in the same directory. Grab it from there and place wherever you need. This binary does not need any dependencies to run.