This release keeps dependencies and maintenance posture current for teams operating this tool.
✓ No known CVEs patched in this version
Topics
+2 more
ReleasePort's take
Light signalAlcove v0.10.1 introduces Homebrew, shell script, PowerShell script installers and prebuilt binaries for multiple platforms.
Why it matters: New installation options simplify deployment across macOS (Homebrew), Linux/Unix shells, Windows PowerShell environments, and diverse OSes with ready‑made binaries, reducing manual build steps.
Summary
AI summaryMinor fixes and improvements.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds Homebrew installation method for alcove 0.10.1 Adds Homebrew installation method for alcove 0.10.1 Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Feature | Medium |
Adds shell script installer for alcove 0.10.1 Adds shell script installer for alcove 0.10.1 Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Feature | Medium |
Adds PowerShell script installer for alcove 0.10.1 Adds PowerShell script installer for alcove 0.10.1 Source: llm_adapter@2026-05-24 Confidence: high |
— |
| Feature | Medium |
Provides prebuilt binary downloads for alcove 0.10.1 across multiple platforms Provides prebuilt binary downloads for alcove 0.10.1 across multiple platforms Source: llm_adapter@2026-05-24 Confidence: low |
— |
| Feature | Low |
Provides prebuilt binary downloads for alcove 0.10.1 on Apple Silicon macOS Provides prebuilt binary downloads for alcove 0.10.1 on Apple Silicon macOS Source: granite4.1:30b@2026-05-24-audit Confidence: low |
— |
Full changelog
Install alcove 0.10.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/alcove/releases/download/v0.10.1/alcove-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/alcove/releases/download/v0.10.1/alcove-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install epicsagas/tap/alcove
Download alcove 0.10.1
| File | Platform | Checksum |
|--------|----------|----------|
| alcove-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| alcove-x86_64-apple-darwin.tar.xz | Intel 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 |
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About epicsagas/alcove
MCP server that gives AI coding agents on-demand access to private project docs via BM25 ranked search. One setup for Claude Code, Cursor, Codex, Gemini CLI, and more. Docs stay private, never in public repos.
Related context
Related tools
Earlier breaking changes
- v0.10.0 Changes code indexing to index all available languages by default instead of auto‑detecting
Beta — feedback welcome: [email protected]