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