Skip to content

v1.0.2 — Lykuro Native Inference Engine (pre-release)

Pre-release
Pre-release

Choose a tag to compare

@lykuroai lykuroai released this 15 Aug 06:00
· 20 commits to main since this release

v1.0.2 (2026-08-15)

Robustness fixes for the HTTP compat API (serve) and its CLI clients.

  • The server now ignores SIGPIPE, so a client aborting a stream can no longer kill the process.
  • Generation stops as soon as a streaming client disconnects instead of running the request to completion.
  • The CLI accepts the model names that /v1/models and /api/tags report, so listed names can be passed back to run/generate as-is.

See docs/RELEASE_NOTES.md for full notes. Same pre-release caveats as v1.0.0 (unsigned macOS binaries pending Developer ID enrollment).

Downloads (SHA-256)

File Platform / backend SHA-256
lykuro-native-engine-macos-arm64 macOS Apple Silicon, Metal (single binary, ad-hoc signed) 8d6c429f83561c29bdcc5c2ab4c2870a85b6e15ae49e6582c11c4aae6eebdb13
lykuro-native-engine-macos-metal-1.0.2.tar.gz macOS Apple Silicon, Metal (full package) 80e6a908b578e5cebb4764c1ff6f869f078beb0214144c2ee16d0ab89a2a1bf0
lykuro-native-engine-linux-cuda-1.0.2.tar.gz Linux x86_64 + NVIDIA CUDA (full package) 461021d4cf5558ff0476a5d423123900418b9715639d5d9b428574906a4b3b99
lykuro-native-engine-linux-amd64 Linux x86_64, CPU (single binary) 4a60f1941e3b21dba5b7362c498f4fd482408252a6a1c9574c088b3396ef1879
lykuro-native-engine-linux-arm64 Linux aarch64, CPU (single binary) 40f2151efeae2815a83f4aca5c0a8ced842bbc0648906bb8e072c23c48d75266

Runtime requirements: Linux binaries need glibc + system OpenSSL (CUDA package additionally needs the NVIDIA driver/CUDA runtime); macOS binaries need Apple Silicon (arm64) and are ad-hoc signed — browser downloads need xattr -d com.apple.quarantine once.