v0.1.14
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.14-linux-amd64.tar.gz |
| Linux ARM64 | ctm-v0.1.14-linux-arm64.tar.gz |
| macOS (Intel) | ctm-v0.1.14-darwin-amd64.tar.gz |
| macOS (Apple Silicon) | ctm-v0.1.14-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.14Air-gapped
The ctm-v0.1.14-src.tar.gz archive is a vendored source tree (go mod vendor populated) that builds offline with go build ..
Changes
Verification
Tarball SHA256 sums (also attached as SHA256SUMS):
b736bfecda72599c15fffe30491569c63fb337bb9ba4d16032bf3927cffc415b ctm-v0.1.14-darwin-amd64.tar.gz
a1a79902b88799c6ea81fb7e93db1c8b85ae7a89a36f40ad64a29ea60fb9c48f ctm-v0.1.14-darwin-arm64.tar.gz
6594f1a4080cd5ea8234cfe59792753f61a8fc397b3656d4bf7e28d544bf12d7 ctm-v0.1.14-linux-amd64.tar.gz
12059991f29814ac735a718aca37d9dd351371100a856b3774ff576b99430531 ctm-v0.1.14-linux-arm64.tar.gz
d1f91a5f22b39873332d2b8036d038213eebf74d1cc5754e59df7309542517e0 ctm-v0.1.14-src.tar.gz
Verify:
sha256sum -c SHA256SUMS # inside the dir where both files live