Skip to content

KK release-ver-1.0.0

Latest

Choose a tag to compare

@godynheil godynheil released this 31 May 13:54

KK release-ver-1.0.0

Downloads

  • kk.zip
  • kk-portable.zip
  • SHA256SUMS.txt

Windows

Download kk.zip (or kk.exe) for the standalone CLI, or download kk-portable.zip for the portable bundle with bundled optional tools when available.

This release may be unsigned unless a code-signing certificate was configured during the build. Windows may show an "Unknown Publisher" warning for unsigned builds.

Verify SHA256 checksums

PowerShell:

Get-FileHash -Algorithm SHA256 .\kk.exe
Get-FileHash -Algorithm SHA256 .\kk.zip
Get-FileHash -Algorithm SHA256 .\kk-portable.zip
Get-Content .\SHA256SUMS.txt

Expected checksums:

f6da1ee17c6e8afeedda2d0271548a5d3168f3a0ad5122ce8449b57663e94c49  kk.exe
1a1a9019e38749d263017fcb7d71a598b7dc94bf2632eec544d8634fa53ff91e  kk.zip
2ea43b26a70f69cfa341ad1980752c3a6dbaded883b9bdd42ecd9710e474fd1f  kk-portable.zip

Notes

  • Checksums help users verify that downloaded files match this release.
  • Checksums are not a replacement for code signing.
  • Windows will still not show a trusted publisher unless the executable is signed with a trusted code-signing certificate.

Full Changelog: https://github.com/godynheil/kk/commits/release-ver-1.0.0