Installation
Homebrew (macOS, Linux)
brew tap justinjdev/shire
brew install shire
From prebuilt binary
Download the latest release from GitHub Releases and add the binary to your PATH.
Nix
# Install into your profile
nix profile install github:justinjdev/shire
# Or run without installing
nix run github:justinjdev/shire
From source
Requires Rust toolchain.
cargo install --path .
# With RAG vector search support (~30-50MB larger binary due to ONNX Runtime):
cargo install --path . --features rag