1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +03:00
Files
docs/source/includes/macos/common-minio-kes.rst
2022-09-06 17:38:08 -04:00

1001 B

..start-kes-download-desc

Download the binary of the latest stable KES release (|kes-stable|) from github.com/minio/kes <kes/releases/>.

Select the tab corresponding to the architecture for your MacOS hardware. The command downloads the |kes-stable| binary for that architecture, sets it to executable, and adds it to your system PATH.

ARM64 (Apple Silicon)

curl -O https://github.com/minio/kes/releases/download/|kes-stable|/kes-darwin-arm64
chmod +x ./kes-darwin-arm64
sudo mv ./kes-darwin-arm64 /usr/local/bin/kes

AMD64 (Intel)

curl -O https://github.com/minio/kes/releases/download/|kes-stable|/kes-darwin-amd64
chmod +x ./kes-darwin-amd64
sudo mv ./kes-darwin-amd64 /usr/local/bin/kes