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

Pick whichever fits your setup - all three give you the same intern binary.

Homebrew - macOS & Linux

brew install markusz/intern/intern

Prebuilt binary

Download the archive for your platform from the latest release, extract it, and move intern onto your PATH.

PlatformArchive
macOS (Apple Silicon)intern-aarch64-apple-darwin.tar.gz
macOS (Intel)intern-x86_64-apple-darwin.tar.gz
Linux (x86-64)intern-x86_64-unknown-linux-gnu.tar.gz
Windows (x86-64)intern-x86_64-pc-windows-msvc.zip

One-liner for macOS/Linux (swap in the archive from the table):

curl -L https://github.com/markusz/intern/releases/latest/download/intern-aarch64-apple-darwin.tar.gz | tar xz
sudo mv intern /usr/local/bin/

Build from source

Requires Rust.

cargo install --path intern

Verify the install

intern --help