Installation
Requirements
Section titled “Requirements”- Go 1.26.3
- Access to a Talos v1.13.3 cluster
- A valid Talos configuration with at least one context
Build from source
Section titled “Build from source”git clone https://github.com/m11s-io/t3s.gitcd t3sgo build ./cmd/t3sRun the test suite before using a development build:
go test ./...go test -race ./...go run ./cmd/t3s --context <name>The context must exist in the Talos configuration resolved by the Talos client. See Talos configuration for file selection.