AIndex
Start free

Downloads

Install it like a real product.

Signed builds, checksums, an install script, release notes, and a clear activation path.

Release verificationmanifest -> checksum -> signature -> install
Homebrew

Formula

Release evidence

Everything needed to verify a public install.

No hidden artifact chain: the installer, archives, signatures, SBOM and provenance are public.

Release verificationmanifest -> checksum -> signature -> install
Manifest

Machine-readable list of downloadable assets, hashes, signatures and version metadata.

Open
Provenance

Signed release record for the artifacts in the current public channel.

Open
Public key

Ed25519 public key used by the installer to verify release signatures.

Open
SBOM

CycloneDX bill of materials for dependency and security review.

Open

Verify

Signed and checksummed.

The installer verifies SHA-256 checksums and signatures before extracting anything.

shasum -a 256 -c ai-indexer-latest-aarch64-apple-darwin.tar.gz.sha256

Update

Same signed installer.

ai-indexer-mcp update --dry-run
ai-indexer-mcp update

Preview every update with --dry-run before it changes a thing.

Activate

Paid features unlock locally.

ai-indexer-mcp license install YOUR_LICENSE_TOKEN

Onboard

Turn a repo into agent memory.

ai-indexer-mcp onboard --repo ~/Documents/matchr

One command: config, index, agent setup and a launch report.