Skip to content

0.9.0 - 2026-05-11

Choose a tag to compare

@github-actions github-actions released this 11 May 07:01

Release Notes

Added

  • kley install without arguments: Running kley install (or kley i) with no package name now installs all packages listed in kley.lock. For each package, it performs a full install cycle: copies files from the registry to .kley/, delegates to the native package manager (npm/pnpm/yarn), and updates kley.lock. This mirrors the behavior of npm install which refreshes node_modules based on package.json.

Install kley 0.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sumbad/kley/releases/download/v0.9.0/kley-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/sumbad/kley/releases/download/v0.9.0/kley-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install kley-cli@0.9.0

Download kley 0.9.0

File Platform Checksum
kley-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
kley-x86_64-apple-darwin.tar.xz Intel macOS checksum
kley-x86_64-pc-windows-msvc.zip x64 Windows checksum
kley-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
kley-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum