CrabTalkCrabTalk

Installation

Install CrabTalk on macOS, Linux, or Windows with one command, or build from source with Cargo.

Quick install

The fastest way to install CrabTalk:

curl -sSL https://crabtalk.ai/install | sh

This downloads the latest prebuilt binary for your platform.

Supported platforms

OSArchitecture
macOSApple Silicon, Intel
Linuxx86_64, ARM
Windowsx86_64

On Windows, run the install script from a MINGW, MSYS2, or Git Bash shell. The binary installs to %LOCALAPPDATA%\crabtalk\bin.

Install with Cargo

If you have Rust installed, you can build from source:

cargo install crabtalk

Verify installation

crabtalk --version

What's next

After installing, follow the quickstart guide to run your first agent. See configuration for customizing your setup.

On this page