Installation
On this page
Kimberlite ships as a single binary: kimberlite. Install it for your platform using one of the methods below.
Install Script (Recommended)
The quickest way to install on macOS or Linux:
|
This detects your OS and architecture automatically, downloads the latest release, verifies its SHA-256 checksum against the release’s SHA256SUMS manifest, and installs kimberlite to /usr/local/bin (or ~/.kimberlite/bin if that’s not writable). A shorter alias kmb is installed alongside as a symlink. To pin a specific version: curl -fsSL https://kimberlite.dev/install.sh | sh -s -- --version v0.4.2. To bypass checksum verification (not recommended), set KIMBERLITE_SKIP_CHECKSUM=1.
macOS
Homebrew
Direct Download
# Apple Silicon (M1/M2/M3/M4)
&& &&
# Intel Mac
&& &&
Linux
# x86_64
&& &&
# ARM64
&& &&
Windows
Download from the download page and extract the zip. Add the directory to your PATH, then verify:
kimberlite.exe version
Docker
Build from Source
Requires Rust 1.88+.
Verify Installation
Expected output:
kimberlite 0.4.0
Next Steps
- Quick Start — Run your first queries in 5 minutes