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/t9s.gitcd t9sgo build ./cmd/t9sRun the test suite before using a development build:
go test ./...go test -race ./...go run ./cmd/t9s --context <name>The context must exist in the Talos configuration resolved by the Talos client. See Talos configuration for file selection.