Installation

Requirements

Weave runs on POSIX systems (Linux and macOS). A Rust toolchain is required to build from source.

Install from Source

git clone https://github.com/swordsmanluke/weave.git
cd weave
cargo build --release

The weave binary will be at target/release/weave.

Add to PATH

# Add to your shell profile
export PATH="$PATH:/path/to/weave/target/release"

Verify

weave --version