Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 01 May 08:49
05d40ef

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.8-linux-amd64.tar.gz
Linux ARM64 ctm-v0.1.8-linux-arm64.tar.gz
macOS (Intel) ctm-v0.1.8-darwin-amd64.tar.gz
macOS (Apple Silicon) ctm-v0.1.8-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.8

Air-gapped

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

Changes

  • refactor: dedupe auth forms, yolo modes, session API preamble + pin actions (#9) (05d40ef)

Verification

Tarball SHA256 sums (also attached as SHA256SUMS):

545629565d67d6ab211f3a702ca224575723156effac5cc8881bbc387d75806f  ctm-v0.1.8-darwin-amd64.tar.gz
ab9253f82490ece8f402ec8411ecee839a3e0274f658766b56e3be51f6e2c5e0  ctm-v0.1.8-darwin-arm64.tar.gz
245f3cf183a77f4fe475e179ba6dcc9d44657b04b0514d9c26abefcbe484f935  ctm-v0.1.8-linux-amd64.tar.gz
f2a7cc53b617390459162646c5a7cca8d443ad07a5e652f7ece9979ecd08b1d3  ctm-v0.1.8-linux-arm64.tar.gz
bf8ce0be8d4d3e55fd85cc39ebe151ba08ee4bbb9214ec1f0f9e25a68882d599  ctm-v0.1.8-src.tar.gz

Verify:

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