Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Prerequisites

  • Rust 1.75+
  • C toolchain (gcc or clang)

Binary Installer

curl -fsSL https://raw.githubusercontent.com/berth-mcp/berth/main/install.sh | sh

Installer environment variables:

  • BERTH_VERSION (example: v0.1.0)
  • BERTH_INSTALL_DIR (example: $HOME/.local/bin)
  • BERTH_REPO (defaults to berth-mcp/berth)

Homebrew (source build)

brew install --HEAD ./Formula/berth.rb

Build From Source

git clone https://github.com/berth-mcp/berth.git
cd berth
cargo build --release

Binary path:

target/release/berth

Verify

./target/release/berth --help