Skip to content

KK dev-ver-1.0.0

Choose a tag to compare

@godynheil godynheil released this 31 May 13:41

KK dev-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:

b460eb051b175a1c5945cf05bd0e3d85615f0f8c1db442ac93c4988df61fdf3d  kk.exe
2d40350bc92c30ce5174e015f77d451e0ef981e980fda984da538817ebbe88fe  kk.zip
3eabd9534066fa1fcbdab58b5f8dcaf7f557d0ca39306f9302ba4f7bd8fd5607  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/dev-ver-1.0.0