Skip to content

Installation

Labcoat publishes native binaries for macOS and Linux on arm64 and x86_64.

Terminal window
curl -fsSL https://labcoat.sh/install | sh

The installer downloads the latest cli-v* release, verifies its SHA-256 checksum, and writes labcoat to ${LABCOAT_INSTALL_DIR:-$HOME/.local/bin}.

Terminal window
curl -fsSL https://labcoat.sh/install | sh -s -- 0.7.0

Contract compilation requires an LLVM Clang build with a WebAssembly backend.

Terminal window
# macOS
brew install llvm
# Debian or Ubuntu
sudo apt install clang wasi-libc

Then verify the complete environment:

Terminal window
labcoat doctor

If $HOME/.local/bin is not already on PATH, the installer prints the exact export command to add.