Skip to content

0.11.0 - 2026-06-09

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jun 20:17

Release Notes

Added

  • kley install --no-save flag: Added a --no-save flag to kley install for temporarily installing packages without modifying package.json.
  • Faster install for dependency-less packages: kley install <pkg> now detects when a package has no dependencies and peerDependencies and installs it by creating a direct symlink to node_modules/<pkg> instead of invoking the native package manager. This significantly speeds up installation for simple, dependency-free local packages.

Changed

  • Refactored package.json and symlink logic: Extracted logic for updating package.json and creating symlinks into reusable functions to support the new installation fast path and improve code modularity.

Install kley 0.11.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install kley-cli@0.11.0

Download kley 0.11.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