Use Bun instead of Node.js (bun not node, bun install not npm install).
qmd add . # Index markdown files in current directory
qmd status # Show index status and collections
qmd update-all # Re-index all collections
qmd embed # Generate vector embeddings (requires Ollama)
qmd search <query> # BM25 full-text search
qmd vsearch <query> # Vector similarity search
qmd query <query> # Hybrid search with reranking (best quality)
bun qmd.ts <command> # Run from source
bun link # Install globally as 'qmd'