Skip to content

v0.1.0

Choose a tag to compare

@chonknick chonknick released this 20 Mar 21:22
· 64 commits to main since this release

What's new

Initial release of Mandex β€” documentation packages for AI agents.

Highlights

  • mx pull β€” Download versioned documentation packages from the registry
  • mx search β€” Full-text search across installed docs with FTS5 + cross-encoder reranking
  • mx show β€” Read specific documentation entries
  • mx sync β€” Auto-detect project dependencies and install matching doc packages
  • mx build β€” Build documentation packages from markdown/MDX source directories
  • mx serve β€” Start a local MCP server for agent integrations

Package format

Zstd-compressed SQLite databases with FTS5 full-text search. Local, versioned, offline β€” no API keys, no rate limits, no network calls after download.

Install

curl -fsSL https://mandex.dev/install.sh | sh

Or via cargo:

cargo install mandex