Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 05:31
· 70 commits to main since this release

Vajra v0.1.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.1.0-x86_64-unknown-linux-gnu.tar.gz
sudo mv vajra /usr/local/bin/

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

# macOS Intel
tar xzf vajra-v0.1.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: https://github.com/copyleftdev/vajra/commits/v0.1.0