Skip to content

0.1.0 - 2026-05-31

Choose a tag to compare

@github-actions github-actions released this 11 Jun 12:42

Release Notes

Initial release.

Added

  • Semantic AST code indexer with pluggable vector backends: Qdrant (Cloud server-side
    inference) and DuckDB (local VSS/HNSW cosine index).
  • Pluggable embedders for the DuckDB backend: ort (local ONNX Runtime, offline) and
    ollama (remote HTTP).
  • Model-aware embedding prefixes (E5 / Qwen / none).
  • Pluggable chunker: line-window (default) and AST (tree-sitter, symbol-aware, TS/TSX).
  • YAML configuration controlling excluded dirs/globs, generated-marker skip, and comment
    stripping.
  • CLI commands: index, sync, flush, --dry-run, --query/--query-only, similar,
    duplicates.
  • MCP server (mcp subcommand) exposing read-only semantic search tools over stdio.
  • Cargo feature matrix: qdrant (default), duckdb, ort, ollama, ast, mcp, all.

Install semanticastindexer 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maadgrom/semanticastindexer/releases/download/v0.1.0/semanticastindexer-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/maadgrom/semanticastindexer/releases/download/v0.1.0/semanticastindexer-installer.ps1 | iex"

Download semanticastindexer 0.1.0

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