Installation

boks runs on Linux, macOS, and Windows (via WSL2). You need a container runtime before installing boks.

Quick install

curl -fsSL https://boks.sh/install | sh

This downloads the binary for your platform, verifies the SHA256 checksum, and installs it to ~/.local/bin/boks.

Then add ~/.local/bin to your PATH if it isn't already:

export PATH="$HOME/.local/bin:$PATH"
# Add to ~/.bashrc or ~/.zshrc

What's in this section

Supported runtimes

RuntimeLinuxmacOSNotes
PodmanyesyesRecommended — rootless, no daemon
DockeryesyesAutomatic fallback, or --runtime docker

Podman is recommended because it runs rootless by default.

Pages in this section