You can install the latest version of krateoctl easily by running the following command in your terminal:
curl -sL https://raw.githubusercontent.com/krateoplatformops/krateoctl/main/install.sh | bashThis script will:
- Detect your operating system and architecture
- Download the latest release binary
- Install it into /usr/local/bin (requires sudo)
- otherwise fallback to $HOME/.local/bin
- Make sure the install directory is in your PATH environment variable
For Windows or if you prefer manual installation:
- Go to the Releases page.
- Download the appropriate archive for your OS and architecture.
- Extract the binary.
- Add the extracted binary to your system's PATH.