Release Notes
Rename
- indexify → loupe. The binary, VS Code extension, index directory (
.loupe/), VS Code settings
keys (loupe.*), and documentation now use the loupe name consistently.
CLI / core
- Read-only mode when the index is locked. If another process (e.g.
loupe serve) holds the
Tantivy writer lock, loupe search and the MCP server open the index read-only and continue
serving searches instead of failing with LockBusy. Build/sync remain unavailable until the
writer is released.
Install loupe 0.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ukitomato/loupe/releases/download/0.4.0/loupe-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/ukitomato/loupe/releases/download/0.4.0/loupe-installer.ps1 | iex"
Download loupe 0.4.0