Downloads

One static binary, no runtime dependencies. The cloud builds add the S3/GCS/Azure object-store backends (for SharedMergeTree on Cloudflare R2 and friends); the gpu builds add wgpu kernels. Checksums are verified by the install script.

Install in one line

curl -fsSL https://lessdb.dev/install.sh | sh

Picks the right archive for your OS/architecture, verifies SHA-256, and drops less into ~/.local/bin (add it to your PATH if it isn't there).

Release archives

PlatformArchiveSHA-256
Loading… (artifacts are uploaded by scripts/package-release.sh; see the website-deploy playbook)

Or build from source

git clone https://github.com/maruthiprithivi/lessdb && cd lessdb
cargo install --path crates/less-cli            # base
cargo install --path crates/less-cli --features less-cli/cloud   # + S3/GCS/Azure
cargo install --path crates/less-cli --features less-cli/cloud,less-cli/gpu

Verify integrity

shasum -a 256 lessdb-*.tar.gz   # macOS
sha256sum lessdb-*.tar.gz        # Linux

Every archive contains the less binary, LICENSE, and a RELEASE note with the git commit it was built from.