Installation
Install Script (recommended)
Section titled “Install Script (recommended)”curl -fsSL https://raw.githubusercontent.com/zach-snell/ctk/main/install.sh | bashcurl -fsSL https://raw.githubusercontent.com/zach-snell/ctk/main/install.sh | bashThe script downloads the latest release binary to ~/.local/bin/ctk.
Go Install
Section titled “Go Install”If you have Go 1.24+ installed:
go install github.com/zach-snell/ctk/cmd/ctk@latestBuild from Source
Section titled “Build from Source”-
Clone the repository:
Terminal window git clone https://github.com/zach-snell/ctk.gitcd ctk -
Build with mise (or
go builddirectly):Terminal window mise run build# or: go build -ldflags='-s -w' -o bin/ctk ./cmd/ctk -
Optionally install to your PATH:
Terminal window mise run install# or: cp bin/ctk ~/.local/bin/
Verify
Section titled “Verify”ctk --version