Installation
NestWeaver can be installed several ways depending on your platform and preferences.
npm (recommended)
Section titled “npm (recommended)”The quickest way to get started. No Rust toolchain needed.
npm install -g @kehl-io/nestweavernestweaver --version# Expected: nestweaver X.Y.ZIf you already have Rust 1.85+ installed:
cargo install nestweavernestweaver --version# Expected: nestweaver X.Y.ZPre-built binaries
Section titled “Pre-built binaries”Download a pre-built binary for your platform from GitHub Releases. Binaries are available for:
- Linux — x86_64 and aarch64
- macOS — x86_64 and aarch64
Extract and install:
tar xzf nestweaver-*.tar.gzsudo mv nestweaver /usr/local/bin/macOS app
Section titled “macOS app”Download NestWeaver.app from GitHub Releases. The .app bundle includes a menubar status icon, Metal GPU acceleration for faster embeddings, automatic daemon lifecycle, a web UI on port 9377, and crash recovery.
Verify installation
Section titled “Verify installation”Confirm NestWeaver is installed and working:
nestweaver --version# Expected: nestweaver X.Y.ZRun nestweaver --help to see the full command list. All commands support --json for machine-readable output.
Next steps
Section titled “Next steps”Head to the Quick Start to index your first codebase and configure your AI tools.