Go-ssb is an implementation of secure-scuttlebutt in Golang.
# Clone the repo and dependencies into your gopath
go get github.com/andyleap/go-ssb/...
# Build the sbot executable
cd go/src/github.com/andyleap/go-ssb/cmd/sbot
go build
# Run the executable
./sbot
# Point a web browser at localhost:9823 to use the client
# Go to localhost:9823/admin to add a pub invite and connect to the network
Join us in #scuttlebutt-go on freenode.