Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Apr 04:46

Vajra v0.4.0

Break noise. Preserve truth.

Deterministic semantic reduction engine for structured data.

Installation

Download the binary for your platform, extract, and add to your PATH:

# Linux x86_64
tar xzf vajra-v0.4.0-x86_64-unknown-linux-gnu.tar.gz
sudo mv vajra /usr/local/bin/

# macOS Apple Silicon
tar xzf vajra-v0.4.0-aarch64-apple-darwin.tar.gz
sudo mv vajra /usr/local/bin/

# macOS Intel
tar xzf vajra-v0.4.0-x86_64-apple-darwin.tar.gz
sudo mv vajra /usr/local/bin/

Or build from source: cargo install vajra-cli

Verify

echo '{"hello": "world"}' | vajra inspect -

Full Changelog: v0.3.0...v0.4.0