Skip to content

0.12.1 — 2026-06-11

Choose a tag to compare

@github-actions github-actions released this 11 Jun 10:09

Release Notes

Fixed

  • Auto-build BM25 index on HTTP server startup when no index exists, preventing /search from returning 503 on fresh or post-restart servers

Install alcove 0.12.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install epicsagas/tap/alcove

Download alcove 0.12.1

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