Skip to content

Installation

NestWeaver can be installed several ways depending on your platform and preferences.

The quickest way to get started. No Rust toolchain needed.

Terminal window
npm install -g @kehl-io/nestweaver
nestweaver --version
# Expected: nestweaver X.Y.Z

If you already have Rust 1.85+ installed:

Terminal window
cargo install nestweaver
nestweaver --version
# Expected: nestweaver X.Y.Z

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:

Terminal window
tar xzf nestweaver-*.tar.gz
sudo mv nestweaver /usr/local/bin/

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.

Confirm NestWeaver is installed and working:

Terminal window
nestweaver --version
# Expected: nestweaver X.Y.Z

Run nestweaver --help to see the full command list. All commands support --json for machine-readable output.

Head to the Quick Start to index your first codebase and configure your AI tools.