Skip to content

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 01 May 09:05
6ead98c

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

Air-gapped

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

Changes

  • test(go): coverage uplift cmd/logs + cmd/overlay + health; dedupe atomicWriteFile (#10) (6ead98c)

Verification

Tarball SHA256 sums (also attached as SHA256SUMS):

0ad3b87e08f651496d2db28561162c894c8d71355fe021357f3c47bb40f6bcb8  ctm-v0.1.9-darwin-amd64.tar.gz
1ac549ee74b5e9d36a36d42575511a398ee56f4f4c66451d5cbd8c91b755b86d  ctm-v0.1.9-darwin-arm64.tar.gz
41457ae38bb44c804efbe5d3abe09099605abb21fe9249a74252583367b4d5f8  ctm-v0.1.9-linux-amd64.tar.gz
d054e26f2b8ea6c6bc440b418aea8d74e9ec0a633e9a2e8ecec32984e6f45e65  ctm-v0.1.9-linux-arm64.tar.gz
fa94609f4f66ce6262c805d7e6356d3bfab9012ca46d10223496d9d8f2ce4e33  ctm-v0.1.9-src.tar.gz

Verify:

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