An independent derived distribution of DuckDB by Query Farm.
Not affiliated with or endorsed by the DuckDB Foundation. DuckDB is a trademark of the DuckDB Foundation.
curl -fsSL https://query-farm-haybarn.github.io/install | shInstalls the latest release to ~/.haybarn/cli/latest/haybarn and symlinks it into ~/.local/bin if available.
| OS | Architecture |
|---|---|
| Linux | x86_64, arm64 |
| macOS | x86_64, arm64 |
# Install latest
curl -fsSL https://query-farm-haybarn.github.io/install | sh
# Install a specific version
HAYBARN_VERSION=haybarn-v1.5.2-rc7 curl -fsSL https://query-farm-haybarn.github.io/install | sh
# Download and inspect before running
curl -o install.sh https://query-farm-haybarn.github.io/install
sh install.shAfter install, add Haybarn to your PATH by appending to your shell profile (~/.bashrc, ~/.zshrc, etc.):
export PATH="$HOME/.haybarn/cli/latest":$PATHSee github.com/Query-farm-haybarn/haybarn/releases for all available versions.