Skip to content

0.12.4 — 2026-07-04

Choose a tag to compare

@github-actions github-actions released this 04 Jul 13:02
0224c3b

Release Notes

Changed

  • Rolled back llm-kernel 0.14 → 0.9.2: llm-kernel 0.12.0 removed ort-load-dynamic in favor of a statically-linked ONNX Runtime, which broke the Linux and Windows dist release builds (the static archive references glibc 2.38+ symbols like __isoc23_strtoll and 50 unresolved MSVC CRT externals). 0.9.2 uses dynamic ort linking, restoring release compatibility. The RUSTSEC advisory cleanup, the macOS clang_rt link fix, and the cargo audit green state are all retained (independent of llm-kernel).

Install alcove 0.12.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/alcove/releases/download/v0.12.4/alcove-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/alcove/releases/download/v0.12.4/alcove-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install epicsagas/tap/alcove

Download alcove 0.12.4

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