The Go binary that runs on user machines and connects to GSD Cloud. Open source so you can audit exactly what's running on your machine before installing it.
curl -fsSL https://install.gsd.build | shThen:
gsd-cloud login
gsd-cloud start- Maintains a persistent websocket connection to the GSD Cloud relay
- Manages local Claude Code sessions on your behalf
- Streams session output back to the cloud for cross-device access
- Stores session state in a local write-ahead log (
~/.gsd-cloud/)
go build -o gsd-cloud .
./gsd-cloud versionMIT — see LICENSE.