{{ req.name }}
- {{ req.description }}
-- Without these, core functionality (SQLite storage, full-text search) still works. + No Python. No external services. Semantic search with local embeddings is built-in.
macOS
-brew install python3pip3 install uv
- Linux
-apt install python3pip3 install uv
- Windows
-winget install Python.Python.3pip install uv
- - - Requires Python 3.13+. Most package managers install the latest version. -
-Worker service and hooks. Fast startup, low memory footprint, zero runtime dependencies.
+Single binary. Fast startup, low memory. Zero runtime dependencies.
FTS5 full-text search. Single file database. No server to manage. Survives restarts.
+FTS5 full-text search. Single file database. Survives restarts.
Vector embeddings for semantic search. "Fix auth" finds "JWT validation issue" automatically.
+Embedded vector database. No external services required.
+Local embeddings via ONNX. "Fix auth" finds "JWT issue" automatically.