neurostack
v0.9.5
Published
Build, maintain, and search your knowledge vault with AI
Maintainers
Readme
NeuroStack
Build, maintain, and search your knowledge vault with AI.
This is the npm wrapper for NeuroStack. It installs the Python CLI tool so you can use it via npx or as a global command.
Install
npm install -g neurostackOr run without installing:
npx neurostack search "what do I know about deployment?"Requirements
- Linux or macOS
- Python 3.11+ (with SQLite FTS5)
- git, curl
The installer handles everything else automatically (installs uv, clones the repo, sets up a virtual environment).
Modes
Full mode (semantic search, AI summaries, reranking) is installed by default. For Ollama-powered features, also pull the models:
ollama pull nomic-embed-text
ollama pull qwen2.5:3bFor a minimal install without ML dependencies:
NEUROSTACK_MODE=lite npm install -g neurostackLinks
License
Apache-2.0
