Skip to content

0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 14:55

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

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