01Parses source code with tree-sitter for semantic chunking
02Embeds code chunks locally without external API keys
03Stores indexes in a single SQLite file with vector and full-text search
04Supports incremental indexing by re-processing only changed files
05Provides both CLI and SDK for integration into AI agents or custom scripts
06257 GitHub stars