v0.1.0
What's new
Initial release of Mandex β documentation packages for AI agents.
Highlights
mx pullβ Download versioned documentation packages from the registrymx searchβ Full-text search across installed docs with FTS5 + cross-encoder rerankingmx showβ Read specific documentation entriesmx syncβ Auto-detect project dependencies and install matching doc packagesmx buildβ Build documentation packages from markdown/MDX source directoriesmx 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 | shOr via cargo:
cargo install mandex