Installation¶
Or download a signed binary: Apple Silicon | Intel
Binary:
curl -LO https://github.com/dloss/kelora/releases/latest/download/kelora-x86_64-unknown-linux-musl.tar.gz
tar xzf kelora-x86_64-unknown-linux-musl.tar.gz
sudo mv kelora /usr/local/bin/
Debian/Ubuntu: download .deb, then:
Fedora/RHEL: download .rpm, then:
ARM: see releases for aarch64 binaries.
Download kelora-x86_64-pc-windows-msvc.zip, extract, and add to PATH.
From crates.io:
From source (latest, unreleased code):
See all releases for ARM Linux, FreeBSD, OpenBSD, and more.
Next steps¶
- Quickstart — run your first commands in 5 minutes.
- Tutorial: Basics — learn input formats, filtering, and output.
- Shell completions — enable tab completion for flags and values.