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 checksum, and installs kimberlite to /usr/local/bin. A shorter alias kmb is also installed as a convenience shortcut.
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