🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

neurostack

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neurostack

Build, maintain, and search your knowledge vault with AI

latest
Source
npmnpm
Version
0.16.0
Version published
Maintainers
1
Created
Source

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 neurostack

Or 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:3b

For a minimal install without ML dependencies:

NEUROSTACK_MODE=lite npm install -g neurostack

License

Apache-2.0

Keywords

knowledge-management

FAQs

Package last updated on 12 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts