You only need to install Go 1.19+ to compile the project locally.
Now, you can run the following command to compile the project :
go build -o morty main.go
You should now be able to use your CLI :
./morty config current-context
# Output
Name : localhost
Controller URL : http://localhost:8080
Registry URL : http://localhost:8081