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

You can install Chatter either with Homebrew or by building from source. Homebrew is the fastest path for macOS users, while the source build works on every platform supported by Rust.

Homebrew

brew tap tomatyss/chatter
brew install chatter

Upgrades follow the usual brew update && brew upgrade chatter flow.

From Source

git clone https://github.com/tomatyss/chatter.git
cd chatter
cargo build --release
sudo cp target/release/chatter /usr/local/bin/

You need the Rust toolchain (via rustup) and a C toolchain for compiling the dependency chain. Once the binary is copied into your $PATH, run chatter --help to confirm the installation.