Go SDK Installation The Go SDK is distributed as a zip file. Extract and install it locally: # Extract the SDK tar -xzf sdl-sdk-go.tar.gz # Add to your go.mod as a local module go mod edit -replace github.com/raft-tech/rdp_sdk=./rdp_sdk Install required dependencies: go get ./... Java SDK Python SDK