Skip to content

Installation

crib requires a container runtime:

crib auto-detects which runtime is available. To override, set CRIB_RUNTIME=docker or CRIB_RUNTIME=podman.

The easiest way to install and manage crib versions:

Terminal window
mise use github:fgrehm/crib

See mise documentation for setup instructions.

Download the latest binary from GitHub releases:

Terminal window
curl -Lo crib.tar.gz "https://github.com/fgrehm/crib/releases/latest/download/crib_linux_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz"
tar xzf crib.tar.gz crib
install -m 755 crib ~/.local/bin/crib
rm crib.tar.gz

Make sure ~/.local/bin is in your PATH. You can also install the binary to /usr/local/bin or any other directory in your PATH.

Terminal window
crib version