Skip to content

v0.1.26

Latest

Choose a tag to compare

@github-actions github-actions released this 16 May 01:58
46a5018

Install

Prebuilt binary (fastest)

Download the archive for your platform from the assets below, extract, and drop ctm into a directory on your $PATH. Archives include the binary plus LICENSE and README.md.

Platform Asset
Linux x86_64 ctm-v0.1.26-linux-amd64.tar.gz
Linux ARM64 ctm-v0.1.26-linux-arm64.tar.gz
macOS (Intel) ctm-v0.1.26-darwin-amd64.tar.gz
macOS (Apple Silicon) ctm-v0.1.26-darwin-arm64.tar.gz

Windows users: run the Linux binary under WSL — tmux has no native Windows support.

From source

go install github.com/RandomCodeSpace/ctm@v0.1.26

Air-gapped

The ctm-v0.1.26-src.tar.gz archive is a vendored source tree (go mod vendor populated) that builds offline with go build ..

What's changed

Features

  • wire --agent flag into new/yolo/yolo!/safe (#27) (46a5018)

Verification

Tarball SHA256 sums (also attached as SHA256SUMS):

f9f4870bdf07a2a2f6aa614eee4ef98c23b41a1ffc01eb55fdf557e3e511556f  ctm-v0.1.26-darwin-amd64.tar.gz
f2de2d89e0f81a61b97a0a01cb3a7cbe1d6f751a3c9087edb3492ca56b2227e2  ctm-v0.1.26-darwin-arm64.tar.gz
6bdcd8cbc99c6a7a49acee2c66270da5200169c325a00e2a337e4d1384690896  ctm-v0.1.26-linux-amd64.tar.gz
09ca65686805a1afcf0fc7112ff8d07e155f06c7ddf605a478940c233c343376  ctm-v0.1.26-linux-arm64.tar.gz
89cb4113ce2103de07bb69095ad769a62affeeaf5b757a558f3e77914a5e95ed  ctm-v0.1.26-src.tar.gz

Verify:

sha256sum -c SHA256SUMS  # inside the dir where both files live