Skip to content

klim update

Check GitHub Releases for a newer version of klim and download/install it in-place.

Terminal window
klim update [flags]
FlagDescription
--checkCheck for updates without installing
Terminal window
# Download and install the latest version
klim update
# Check only — don't install
klim update --check
  1. Queries the GitHub Releases API for the latest version
  2. Compares against the currently running version
  3. If newer, downloads the appropriate binary for your OS/architecture
  4. Replaces the current binary in-place

On Windows, the running executable cannot be deleted. klim renames the current binary to .old and places the new binary at the original path. The .old file is cleaned up on the next launch.

If you installed klim via Homebrew:

Terminal window
brew upgrade klim