Skip to content

Release 0.7.2

Choose a tag to compare

@github-actions github-actions released this 25 Jan 10:37
· 128 commits to main since this release

Release 0.7.2

Available Binaries

  • Linux x86_64
  • macOS ARM64 (Apple Silicon)

Note: Windows and macOS Intel binaries are temporarily unavailable due to build system issues. Users on these platforms can install from source using cargo install ck-search.

Changes

See the CHANGELOG for full details.

Installation

macOS (Apple Silicon):

curl -L https://github.com/BeaconBay/ck/releases/download/0.7.2/ck-0.7.2-aarch64-apple-darwin.tar.gz | tar xz
sudo mv ck /usr/local/bin/

Linux (x86_64):

curl -L https://github.com/BeaconBay/ck/releases/download/0.7.2/ck-0.7.2-x86_64-unknown-linux-gnu.tar.gz | tar xz
sudo mv ck /usr/local/bin/

From source (all platforms):

cargo install ck-search