Skip to content

Releases: copyleftdev/vajra

v0.4.0

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

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 01:43

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

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

# macOS Intel
tar xzf vajra-v0.3.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.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 22:32

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

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

# macOS Intel
tar xzf vajra-v0.2.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.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 05:31

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