Skip to content

0.11.6 - 2026-06-01

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:05

Release Notes

Added

  • Daemon auto-compaction — The ixd daemon now automatically rebuilds the index after 30+ minutes of inactivity when delta entries exist. Prevents unbounded delta growth that degraded query latency over the daemon's lifetime.

Fixed

  • Delta not deleted after buildBuilder::build() now removes shard.ix.delta and shard.ix.delta.tmp after successful serialization, preventing stale tombstone corruption on the next update.

Install moeix 0.11.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moeshawky/ix/releases/download/v0.11.6/moeix-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/moeshawky/ix/releases/download/v0.11.6/moeix-installer.ps1 | iex"

Download moeix 0.11.6

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