NervaPack v0.1.0
NervaPack v0.1.0 — Initial Release
Privacy-first, offline knowledge graph for developers. Runs 100% on your machine using tree-sitter AST parsing, ChromaDB, NetworkX, and a local Ollama model.
Install
Homebrew (Mac/Linux)
```bash
brew tap ramdhavepreetam/nervapack
brew install nervapack
```
pipx
```bash
pipx install nervapack
```
pip
```bash
pip install nervapack
```
What's included
nervapack ingest— build a full AST + vector knowledge graph from any git reponervapack query— retrieve token-efficient context via K-Hop BFSnervapack sync— incremental per-file update using GitPython diffsnervapack status— graph health and out-of-sync file report
Supported languages
Python, JavaScript, TypeScript, TSX
Requirements
- Python 3.10+
- Ollama running locally with any instruction-following model (default:
llama3)